-
Notifications
You must be signed in to change notification settings - Fork 7
NCBI Genbank sync commands
Ryan Lim edited this page Jan 19, 2022
·
1 revision
Example with 'bacteria': rsync -arzv --inplace --size-only --no-motd --progress --copy-links rsync://ftp.ncbi.nih.gov/genomes/genbank/bacteria bacteria/
aws s3 sync --size-only bacteria/ s3://idseq-database/genomes/genbank
nohup rsync -arzv --inplace --size-only --no-motd --progress --copy-links rsync://ftp.ncbi.nih.gov/genomes/genbank/bacteria bacteria/ &> bacteria_1.out&