Skip to content

Commit

Permalink
Fixing download script due to removal of nucl_est files by NCBI
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennifer Lu committed Apr 15, 2019
1 parent f92ab4c commit 562c290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download_taxonomy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if [ ! -e "accmap.dlflag" ] && [ -z "$KRAKEN2_SKIP_MAPS" ]
then
if [ -z "$KRAKEN2_PROTEIN_DB" ]
then
for subsection in est gb gss wgs
for subsection in gb wgs
do
1>&2 echo -n "Downloading nucleotide ${subsection} accession to taxon map..."
download_file "/pub/taxonomy/accession2taxid/nucl_${subsection}.accession2taxid.gz"
Expand Down

0 comments on commit 562c290

Please sign in to comment.