]> git.donarmstrong.com Git - don.git/commitdiff
rsync should download the contents of the organism directory too
authorDon Armstrong <don@donarmstrong.com>
Fri, 17 Aug 2012 23:59:22 +0000 (16:59 -0700)
committerDon Armstrong <don@donarmstrong.com>
Fri, 17 Aug 2012 23:59:22 +0000 (16:59 -0700)
genetics/dbsnp_mirror.mdwn

index 5f15f02ec194586204ec5e1da67223369ca274e7..5264a9078866b7ea5b39d033ca4017d9c395baf0 100644 (file)
@@ -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 .