-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conda Install #108
Comments
I ran into this too. It seems to be due to midas assuming that the executables are in certain paths instead of just checking the PATH var:
Changing this to:
...would fix that check, but then the code that specifies the paths for the executables would also need to change. I'll create a PR |
Can you specify which file has to be modified? |
./midas/utility.py |
Any updates on merging Nick's PR? I can patch the conda recipe to look for the executables in PATH, but it is much better if the code is updated in MIDAS release itself. |
Hello! I am encountering the same issue, but since I am using a High Performance Computing cluster from my institution I do not have the permissions to change the files. Has this been solved in any other way or with an update? The version that is installed in the HPC is midas/1.3.2 |
…ed packages as suggested in snayfach#108
Installed Midas with the conda install and also download the database.
However, I get the following error....
Error: File not found: hs-blastn
Are there other items that need to be installed with conda?
Thanks,
Chris
The text was updated successfully, but these errors were encountered: