-
Notifications
You must be signed in to change notification settings - Fork 56
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 failures with bowtie2 2.3.1 #170
Comments
Thanks Sascha, I'll look into it. At the moment it uses |
Thanks a lot Martin! :) |
This is going to need more thought. I presume having a specific version of bowtie2 is not really an option for debian packaging? The combination of options for bowtie 2.2.9 that makes the ariba tests pass is impossible to use with bowtie 2.3.1 because bowtie2 throws an 'internal bowtie2 exception' about inconsistent options. |
Unfortunately not. Maybe it would already help adjusting the test expectations if you're happy with the 2.3.1 results as well? No idea if the results are that much worse... |
Should have said, results look worse with 2.3.1! Reporting a read as unmapped because it just needs to soft clip 1 base off the end. Maybe I'm missing another option. Will keep trying. |
Thanks for the update! Just let me know when you have decided on an option. I can imagine others will run into the same problem as well at some point... |
Issue filed with bowtie2: BenLangmead/bowtie2#93 |
It doesn't look like there's much progress and I'd like to find some solution to make sure Ariba stays in stretch. If all else fails do you think -- even though the results aren't perfect -- it would be OK to skip the problematic test to at least make sure the build completes? |
Thanks Sascha. Might as well be pragmatic and skip it the test for now. |
New release 2.9.2 has the fix. |
Great, thanks! |
Some tests in Ariba 2.9.0 fail when using the latest Bowtie2 version (2.3.1):
it looks like some results do not match the expected reference. It might have to do with the fact that in the latest version:
It would be nice if the behaviour of Ariba when given various Bowtie2 versions could be made consistent as it currently causes the tests to fail, breaking builds. We have, for example, run into this issue on Debian since Debian's update to the latest Bowtie version.
The text was updated successfully, but these errors were encountered: