]> git.donarmstrong.com Git - dbsnp.git/blobdiff - utils/retreive_human_refseq.sh
* get rna gbff too
[dbsnp.git] / 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