Skip to content

Commit

Permalink
echoed message
Browse files Browse the repository at this point in the history
  • Loading branch information
mgiulini committed Mar 23, 2024
1 parent 0af455e commit 7dcad2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install_blast_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ if [ "${OS}" == "Darwin" ] || [ "${OS}" == "Mac OS X" ]; then
BLAST_URL="https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.15.0/ncbi-blast-2.15.0+-x64-macosx.tar.gz"
elif [ "${OS}" == "Linux" ]; then
# Do something under GNU/Linux platform
echo "Downloading BLAST+ for Linux..."
BLAST_URL="https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.15.0/ncbi-blast-2.15.0+-x64-linux.tar.gz"
fi

Expand Down

0 comments on commit 7dcad2a

Please sign in to comment.