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+?
Since
apt-get
was used to installblast+
it may be simpler to remove that version withapt remove
orapt purge
.