-
Notifications
You must be signed in to change notification settings - Fork 308
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
[ADAM-1697] Expand Illumina metadata regex to cover index sequences #2004
Conversation
Now includes possible index sequence characters.
Can one of the admins verify this patch? |
This change was discussed in gitter with @heuermh (actually he made the change, I just wrote the test and added the test resources). Perhaps he can review it. |
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.
+1, thanks for the addition!
|
||
sparkTest("Paired read names with index sequences in read names can grouped into fragments") { | ||
val path1 = testFile("read_names_with_index_sequences_pair1.fq") | ||
val path2 = testFile("read_names_with_index_sequences_pair1.fq") |
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.
I think this line should be "read_names_with_index_sequences_pair2.fq"
Fixes #1697 |
Fix typo in unit test.
Fixed change request from @heuermh |
Thank you, @pauldwolfe! |
Jenkins, test this please |
Jenkins, add to whitelist |
Test PASSed. |
Squashed and merged as commit e7cbfcd, thank you, @pauldwolfe! |
Now includes possible index sequence characters.