-
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
test_midas.py issue with bowtie2 and samtools binaries #72
Comments
Hi, I am having the same issue. I tried to do the same but it seems I am not setting up the symlinks correctly. I'm new at bioinformatics so not sure of what I am doing. Once MIDAS is downloaded:
But there I get the following error:
Thank you, |
I intend to fix this issue. In the meantime, try making the links executable: |
I've fixed this issue in the latest release. If the problem persists please reopen this issue |
I recently attempted to install MIDAS on our Linux cluster. When I tested the installation ('test_midas.py -vf'), I encountered the following issue in which the test script would fail on the RunGenes step:
I was eventually able to fix this by removing the included samtools and bowtie2 binaries and replacing them with symlinks to the installations on our cluster. If others are experiencing same error, it appears that installing your own versions is a workaround. It would be helpful for the developers to look into why this is happening and create a fix.
The text was updated successfully, but these errors were encountered: