problem in blast
1
0
Entering edit mode
6.7 years ago
majeedaasim ▴ 60

I use a pipeline for annotation which uses ncbi blast. I have installed blast and its path is usr/bin/ncbi-blast The pipeline has a config file where ineed to enter the path of the blast. I searched the path of blast by typing which command and paste the same in the config file. But when I run the software, it says blast doesnt exist.

I know this is the problem with the path.

I acknowledge and appreciate for any help. Thanks

blast • 1.1k views
ADD COMMENT
0
Entering edit mode

pipeline has a config file where i need to enter the path of the blast

If the pipeline variable is BLAST_PATH then you would set it to BLAST_PATH=/usr/bin/ncbi-blast in the config file. Otherwise you could generally add it to your account $PATH (see @Sej's answer below) but it may not work depending on what your pipeline needs.

ADD REPLY
0
Entering edit mode
6.7 years ago
Sej Modha 5.3k

It sounds like you have not added blast executables in your PATH, please add following line in your .bashrc or .bash_profile file in your home directory.

PATH=$PATH:/usr/bin/ncbi-blast/
ADD COMMENT

Login before adding your answer.

Traffic: 1036 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6