-
Notifications
You must be signed in to change notification settings - Fork 443
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
hmmer3: update and nhmmer test fixes #2720
hmmer3: update and nhmmer test fixes #2720
Conversation
I think the tests fail because now 3.2.1 is used instead of 3.2.
|
39e7ce1
to
52b9672
Compare
Also upgraded to 3.3. .. according to the changelog there seem to be no changes in the CLI. aliscore output in nhmmer scan creates segfault (reported here EddyRivasLab/hmmer#190). So I enabled it for testing in nhmmer search... still keeping the test file for scan for when it works again. Needed to update quite a bit of the test data since numeric values changed. |
Also added some |
Still failing ... :( |
- better code reuse for the output flag macro - unified token for generation of the output arguments - added macros for the outputs - output labels changed now TOOL on onstring (so I keep the capitalisation but do not use the dataset names anymore) - added content asserions for outputs of all tools
865fb47
to
a38fc75
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice, thanks so much @bernt-matthias!
remaining problems seem due to the fact that nowadays v3.2.1 is used instead of 3.2. Could we fix this? Or better update test data?
since so far only tests changed I did not bump the tool version .. just kidding (I forgot it) ..
FOR CONTRIBUTOR: