]> git.donarmstrong.com Git - dbsnp.git/commitdiff
* get rna gbff too
authorDon Armstrong <don@donarmstrong.com>
Tue, 13 Dec 2011 23:39:54 +0000 (15:39 -0800)
committerDon Armstrong <don@donarmstrong.com>
Tue, 13 Dec 2011 23:39:54 +0000 (15:39 -0800)
utils/retreive_human_refseq.sh

index 302540584ea121aa01454813b7602234f2e8f7ab..60440b81f358806544ea9b784ff91cfb4b5dea35 100755 (executable)
@@ -1,3 +1,4 @@
 #!/bin/sh
 
-rsync -rvP -m --include '**GRCh37.p*_*.gbs.gz' --include '**GRCh37.p*_*.fa.gz' --include '**/' --exclude '*' rsync://ftp.ncbi.nlm.nih.gov/genomes/H_sapiens/CHR* .
\ No newline at end of file
+rsync -rvP -m --include '**GRCh37.p*_*.gbs.gz' --include '**GRCh37.p*_*.fa.gz' --include '**/' --exclude '*' rsync://ftp.ncbi.nlm.nih.gov/genomes/H_sapiens/CHR* .
+rsync -rvP rsync://ftp.ncbi.nlm.nih.gov/refseq/H_sapiens/mRNA_Prot/human.rna.gbff.gz .
\ No newline at end of file