Skip to content

Commit

Permalink
Update of NCBI path to reference sequences (run)
Browse files Browse the repository at this point in the history
  • Loading branch information
agnieszkadanek committed Mar 10, 2016
1 parent 9323e62 commit ef0607d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vcf2fasta/run
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ download()
if [ -f chrX.fa.gz ]; then
rm chrX.fa.gz
fi
wget -nv ftp://ftp.ncbi.nlm.nih.gov/genbank/genomes/Eukaryotes/vertebrates_mammals/Homo_sapiens/GRCh37/Primary_Assembly/assembled_chromosomes/FASTA/chrX.fa.gz
wget -nv ftp://ftp.ncbi.nlm.nih.gov/genomes/archive/old_genbank/Eukaryotes/vertebrates_mammals/Homo_sapiens/GRCh37/Primary_Assembly/assembled_chromosomes/FASTA/chrX.fa.gz
echo "*** Decompressing reference sequence for chr X ***"
gzip -d chrX.fa.gz
X_downloaded="1"
Expand All @@ -71,7 +71,7 @@ download()
rm chrY.fa.gz
fi

wget -nv ftp://ftp.ncbi.nlm.nih.gov/genbank/genomes/Eukaryotes/vertebrates_mammals/Homo_sapiens/GRCh37/Primary_Assembly/assembled_chromosomes/FASTA/chrY.fa.gz
wget -nv ftp://ftp.ncbi.nlm.nih.gov/genomes/archive/old_genbank/Eukaryotes/vertebrates_mammals/Homo_sapiens/GRCh37/Primary_Assembly/assembled_chromosomes/FASTA/chrY.fa.gz
echo "*** Decompressing reference sequence for chr Y ***"
gzip -d chrY.fa.gz

Expand All @@ -86,7 +86,7 @@ download()
rm chr$c.fa.gz
fi

wget -nv ftp://ftp.ncbi.nlm.nih.gov/genbank/genomes/Eukaryotes/vertebrates_mammals/Homo_sapiens/GRCh37/Primary_Assembly/assembled_chromosomes/FASTA/chr$c.fa.gz
wget -nv ftp://ftp.ncbi.nlm.nih.gov/genomes/archive/old_genbank/Eukaryotes/vertebrates_mammals/Homo_sapiens/GRCh37/Primary_Assembly/assembled_chromosomes/FASTA/chr$c.fa.gz
echo "*** Decompressing reference sequence for chr $c ***"
gzip -d chr$c.fa.gz

Expand Down

0 comments on commit ef0607d

Please sign in to comment.