Skip to content

Commit

Permalink
fix ftp path for taxdump
Browse files Browse the repository at this point in the history
  • Loading branch information
tkchafin authored Oct 19, 2024
1 parent 36fff07 commit 61c0328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Create the database directory, retrieve and decompress the NCBI taxonomy:
DATE=2024_10
TAXDUMP=/path/to/databases/taxdump_${DATE}
mkdir -p "$TAXDUMP"
curl -L https://ftp.ncbi.nih.gov/pub/taxonomy/new_taxdump/new_taxdump.tar.gz | tar -xzf - -C "$TAXDUMP"
curl -L ftp://ftp.ncbi.nih.gov/pub/taxonomy/new_taxdump/new_taxdump.tar.gz | tar -xzf - -C "$TAXDUMP"
```

#### 2. NCBI nucleotide BLAST database
Expand Down

0 comments on commit 61c0328

Please sign in to comment.