Open willigott opened 3 years ago
Hello,
I am a MSc student currently trying to use Metadraft for my thesis, and I am encountering a similar issue. I installed BLAST as per the instructions on the NCBI website, including the environment variables, so BLAST commands work in the Command Prompt. However, when I execute systemtest.py while in the metadraft3 environment, the BLAST tests fail.
@AdityaVaze: On which operating system do you work? If on linux, you can try the command I gave above:
sudo apt-get install ncbi-blast+-legacy
which worked fine for me. The legacy
part is important, so if you are on windows make sure to download and install it.
Ah, I had the most recent version installed instead. I installed legacy BLAST on Windows and now it passes the systemtest. Thank you!
Ah, I had the most recent version installed instead. I installed legacy BLAST on Windows and now it passes the systemtest. Thank you!
Hi, where have you been able to download this legacy version? I have been trying to get BLAST to work for MetaDraft forever, but I can't seem to get it to work on my windows
When one follows the installation instructions of the README and tries to run a BLAST, one can end up with messages like this:
On a Linux system, one can easily solve it by installing the missing modules like this:
sudo apt-get install ncbi-blast+-legacy
Might be good to add it to the README (in case I overlooked it somewhere, my apologies for the noise).