Update Ghana Installation software authored by ndomassi.tando_ird.fr's avatar ndomassi.tando_ird.fr
...@@ -880,3 +880,33 @@ Add this variable to the path : ...@@ -880,3 +880,33 @@ Add this variable to the path :
eugene + arguments eugene + arguments
# ncbi-blast:
Description: This allows users to perform BLAST searches on their own server without size, volume and database restrictions. BLAST+ can be used with a command line so it can be integrated directly into your workflow
URL: https://blast.ncbi.nlm.nih.gov/Blast.cgi?PAGE_TYPE=BlastDocs&DOC_TYPE=Download
### Installation:
cd /usr/local/bioinfo
wget ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/LATEST/ncbi-blast-2.7.1+-x64-linux.tar.gz
tar xvfz ncbi-blast-2.7.1+-x64-linux.tar.gz
Add this variable to the path :
echo 'export PATH=/usr/local/bioinfo/ncbi-blast-2.7.1+/bin:$PATH' >>/etc/profile
source /etc/profile
### Usage:
Check the binaries in /usr/local/ncbi-blast-2.4.0+/bin/
tools + arguments