How to update ncbi-blast+?
0
0
Entering edit mode
4 hours ago
ongchip • 0

Hi, I installed ncbi-blast+.

sudo apt-get install ncbi-blast+

I checked the version and it was 2.9.0+.

blastn -version

However, the latest version of ncbi-blast+ is 2.16.0+. I downloaded tar.gz file and unzipped it, but I don't know where these files should be moved. How can I update ncbi-blast+ from 2.9.0+ to 2.16.0+?

blast • 65 views
ADD COMMENT
0
Entering edit mode

You can put the files in any location. Just make sure that location appears first in your $PATH.

See configuration section: https://www.ncbi.nlm.nih.gov/sites/books/NBK52640/

In step one noted in book above, put your new blast directory first (as opposed to what is shown there) : export PATH=/location_of/ncbi-blast-2.16.0+/bin:$PATH

ADD REPLY

Login before adding your answer.

Traffic: 1250 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