Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

NCBI Genbank sync commands

Jonathan Sheu edited this page Sep 19, 2018 · 2 revisions

Sync from NCBI to local

Example with 'bacteria': rsync -arzv --inplace --size-only --no-motd --progress --copy-links rsync://ftp.ncbi.nih.gov/genomes/genbank/bacteria bacteria/

Sync from local to S3

aws s3 sync --size-only bacteria/ s3://idseq-database/genomes/genbank

Example with nohup

nohup rsync -arzv --inplace --size-only --no-motd --progress --copy-links rsync://ftp.ncbi.nih.gov/genomes/genbank/bacteria bacteria/ &> bacteria_1.out&