Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Rsync to download files from NCBI server #91

Closed
jason-c-kwan opened this issue Jun 16, 2020 · 1 comment · Fixed by #77
Closed

Use Rsync to download files from NCBI server #91

jason-c-kwan opened this issue Jun 16, 2020 · 1 comment · Fixed by #77
Assignees
Labels
enhancement New feature or request

Comments

@jason-c-kwan
Copy link
Collaborator

Rsync uses compression while downloading, and is much faster than regular FTP protocols, so it will save a lot of time using it. The NCBI FTP server supports transfers via rsync, as detailed here:

https://techoverflow.net/2013/12/30/accessing-ncbi-ftp-via-rsync/

@jason-c-kwan jason-c-kwan added the enhancement New feature or request label Jun 16, 2020
@evanroyrees evanroyrees self-assigned this Jun 16, 2020
@evanroyrees evanroyrees linked a pull request Jun 16, 2020 that will close this issue
@evanroyrees
Copy link
Collaborator

@jason-c-kwan I believe this can be closed due to merge #77

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants