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

Added unit test for tracked layout with unaligned reads. #19

Conversation

fnothaft
Copy link

I've added a failing unit test that tries to order an unaligned read on top of the ordered tracked layout. It fails with an NPE. I'm not sure what the behavior is supposed to be when dealing with unaligned reads; it seems that if we expect to not receive unaligned reads, we should check the alignment status and throw an IllegalArgumentException.

tdanford added a commit that referenced this pull request Jul 30, 2014
Added unit test for tracked layout with unaligned reads.
@tdanford tdanford merged commit adf8ca0 into broadinstitute:tdanford/tracked-layout Jul 30, 2014
@tdanford
Copy link

Thanks @fnothaft, I'll incorporate and fix.

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.

2 participants