From: Don Armstrong Date: Fri, 17 Aug 2012 23:59:22 +0000 (-0700) Subject: rsync should download the contents of the organism directory too X-Git-Url: https://git.donarmstrong.com/?p=don.git;a=commitdiff_plain;h=62ccf8b78504b819bf34d88719379a59d142d1c3 rsync should download the contents of the organism directory too --- diff --git a/genetics/dbsnp_mirror.mdwn b/genetics/dbsnp_mirror.mdwn index 5f15f02..5264a90 100644 --- a/genetics/dbsnp_mirror.mdwn +++ b/genetics/dbsnp_mirror.mdwn @@ -8,7 +8,7 @@ download the databases and schemas for the current release of dbsnp. For humans, this is currently ≈60G, and takes a while to retrieve (about 24 hours or so). - rsync -rvP --include 'organism_*' --exclude '**' rsync://ftp.ncbi.nlm.nih.gov/snp/organisms/human_9606/database/ . + rsync -rvP --include 'organism_**' --exclude '**' rsync://ftp.ncbi.nlm.nih.gov/snp/organisms/human_9606/database/ . rsync -rvP rsync://ftp.ncbi.nlm.nih.gov/snp/database/shared_data . rsync -rvP rsync://ftp.ncbi.nlm.nih.gov/snp/database/shared_schema .