Skip to content
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

Fixes to issue 9 #10

Merged
merged 2 commits into from
Nov 8, 2018
Merged

Fixes to issue 9 #10

merged 2 commits into from
Nov 8, 2018

Conversation

arivers
Copy link
Member

@arivers arivers commented Nov 8, 2018

This pull request fixes several issues:

  1. An issue with parsing of HMMER domtable files. The score for the whole hmm profile was being used not the score for exact alignment of the profile. In some cases a profile aligned twice and itsxpress would just take the first profile rather than taking the highest scoring alignment.

  2. There was a second error in how the highest scoring segment was being selected. The score was being treated as a string not a floating point value so it would occasionally select a lower scoring segment which sometimes had the wrong position (e.g. the string '6.3' < '20.1' while the float 6.2 < 20.1). The Qiime2 authors were wise to require static typing...

  3. The error that Qiime was producing about "line 17" is actually the result of itsxpress writing empty sequences because it was using bad position information. A check was added to not write sequences where the length was less than 1 even though that should not happen any longer.

Adam R. Rivers added 2 commits November 7, 2018 16:02
@arivers arivers merged commit e5b5534 into master Nov 8, 2018
@arivers arivers deleted the issue_9 branch November 8, 2018 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant