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

CramComplianceTest: four tests from htslib fail due to SAMRecord mismatch #1189

Open
jmthibault79 opened this issue Oct 5, 2018 · 0 comments
Labels

Comments

@jmthibault79
Copy link
Contributor

jmthibault79 commented Oct 5, 2018

Subject of the issue

#1185 adds 4 test cases from htslib which only pass under Partial Verification: ce#1000, xx#repeated, xx#tlen, and xx#tlen2. Under Full Verification these fail with errors from SAMRecord equality comparisons which are not apparent from their default toString() representations:

java.lang.AssertionError: expected [x3 2/2 5b aligned to xx:7-11.] but found [x3 2/2 5b aligned to xx:7-11.]
Expected :x3 2/2 5b aligned to xx:7-11.
Actual   :x3 2/2 5b aligned to xx:7-11.

Investigate these issues and move to the Full Verification test.

Your environment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant