Hello, I want to set a local blast in my system..but it showing some error while i am working. I have set Environment var path /home/abc/ncbi-blast-2.2.25+/bin in .bashrc file. i also have set the database(BLASTDB )path .ncbirc file. but when i am running fst blast command in terminal i.e blastn -help it showing me error that bash: /home/abc/ncbi-blast-2.2.25+/bin/blastn: No such file or directory
Its working fine in other system but not in my system. How can it possible i have check that this path is correct..but still its not finding that path..
I am working in Ubuntu 10.10.
I h've also search in google but didnt find any solution related to this. Pls help me in this.
Thanks Manju Rawat..
can you see the path to blast when you write "echo $PATH" ?
and what happens if you just run in a terminal: $ /home/abc/ncbi-blast-2.2.25+/bin/blastn -help
You should rephrase your title
What do you get when you do a "which blastn" and "whereis ?
What do you get when you do a "which blastn" and "whereis blastn" from the terminal?
What have you added to .bashrc? It should be export PATH=$PATH:/home/abc/ncbi-blast-2.2.25+/bin! Also, are the binaries executable? What do you get from ls -al in the bin directory? You may need to chmod a+x the relevant binaries?
Also try doing "file blastn" and "readelf -a blastn" and paste the output? Along with "uname -a"
Also, why go through this in the first place? Aptitude has an ncbi-blast+ package! Do apt-cache search blast+ and then apt-get install!