I am trying to use a pipeline that uses formatdb command of old BLAST. This option is been replaced by makeblastdb in newer versions of blast+ . I could not find archive for blast to download the old version. I am using CentOS 6.5.
Here is the program, if any body is interested to look at the source code:
ADD REPLY
• link
updated 3.0 years ago by
Ram
44k
•
written 10.3 years ago by
Zhaorong
★
1.4k
0
Entering edit mode
It won't work because of incompatible (package) systems and CentOS doesn't have Blast in the repo. The legacy blast binaries for generic linux should work though as stated by RamRS.
EDIT: I highly recommend updating your copy of the code to use blast+. In fact, you could do the modifications and submit a PR, and the repo owner will appreciate it.
This pipeline is officially tested only on Ubuntu and I am using CentOS. I just finished the troubleshooting to know what it is exactly doing and made necessary changes in the scripts to make it work with default settings. will have to work on it further.
I used the old BLAST on Ubuntu many years ago, so I just found it in Ubuntu packages: http://packages.ubuntu.com/trusty/blast2
I am not sure if it will work on CentOS though.
It won't work because of incompatible (package) systems and CentOS doesn't have Blast in the repo. The legacy blast binaries for generic linux should work though as stated by RamRS.