-
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-1585] Support additional Illumina FASTQ metadata. #1586
[ADAM-1585] Support additional Illumina FASTQ metadata. #1586
Conversation
As an aside, I was going to add a FASTQ with said metadata, but I don't have a FASTQ that I can share publically with it. I searched both ENA and SRA for reads with the metadata, but they appear to obliterate that metadata prior to upload. |
Test PASSed. |
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.
See also #1589, the pattern here will also need to be added to InterleavedFastqInputFormat
.
Resolves bigdatagenomics#1585, bigdatagenomics#1589. Adds regex to cover new metadata that Illumina added into FASTQ name line. Also, adds a regex to the InterleavedFastqInputFormat that checks for a wider range of supported first-of-read ending suffices.
1488bdc
to
61202b2
Compare
Rebased and added code to address review comments. Resolves #1589 now as well. |
Test PASSed. |
Thank you, @fnothaft |
Resolves #1585.