From 61c03284bbaf04970efa845257bffaee57b44644 Mon Sep 17 00:00:00 2001 From: Tyler Chafin Date: Sat, 19 Oct 2024 11:36:44 +0100 Subject: [PATCH] fix ftp path for taxdump --- docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index 0f5b35e2..d2ed32b1 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -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