From 33f8a4573ca37005369b65da7f4c68811e00f3ea Mon Sep 17 00:00:00 2001 From: ssnn-airr <20683719+ssnn-airr@users.noreply.github.com> Date: Thu, 21 Mar 2024 10:16:58 +0100 Subject: [PATCH] updated nih url to add nlm --- bin/fetch_igblastdb.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/fetch_igblastdb.sh b/bin/fetch_igblastdb.sh index 50a341fa..a44e414b 100755 --- a/bin/fetch_igblastdb.sh +++ b/bin/fetch_igblastdb.sh @@ -49,7 +49,7 @@ fi # Fetch database wget -q -r -nH --cut-dirs=5 --no-parent \ - ftp://ftp.ncbi.nih.gov/blast/executables/igblast/release/database \ + ftp://ftp.ncbi.nlm.nih.gov/blast/executables/igblast/release/database \ -P ${OUTDIR}/database # Extract @@ -59,11 +59,11 @@ tar -C ${OUTDIR}/database -xf ${OUTDIR}/database/rhesus_monkey_VJ.tar if $DOWNLOAD_ALL; then # Fetch internal_data wget -q -r -nH --cut-dirs=5 --no-parent \ - ftp://ftp.ncbi.nih.gov/blast/executables/igblast/release/old_internal_data \ + ftp://ftp.ncbi.nlm.nih.gov/blast/executables/igblast/release/old_internal_data \ -P ${OUTDIR}/internal_data # Fetch optional_file wget -q -r -nH --cut-dirs=5 --no-parent \ - ftp://ftp.ncbi.nih.gov/blast/executables/igblast/release/old_optional_file \ + ftp://ftp.ncbi.nlm.nih.gov/blast/executables/igblast/release/old_optional_file \ -P ${OUTDIR}/optional_file fi