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

New Illumina FASTQ spec adds metadata to read name line #1585

Closed
fnothaft opened this issue Jun 30, 2017 · 1 comment
Closed

New Illumina FASTQ spec adds metadata to read name line #1585

fnothaft opened this issue Jun 30, 2017 · 1 comment
Assignees
Milestone

Comments

@fnothaft
Copy link
Member

From http://support.illumina.com/content/dam/illumina-support/help/BaseSpaceHelp_v2/Content/Vault/Informatics/Sequencing_Analysis/BS/swSEQ_mBS_FASTQFiles.htm:

@<instrument>:<run number>:<flowcell ID>:<lane>:<tile>:<x-pos>:<y-pos> <read>:<is filtered>:<control number>:<sample number>

This causes trouble when grouping reads by fragment.

@fnothaft fnothaft added this to the 0.23.0 milestone Jun 30, 2017
@fnothaft fnothaft self-assigned this Jun 30, 2017
@heuermh
Copy link
Member

heuermh commented Jul 1, 2017

Lovely.

fnothaft added a commit to fnothaft/adam that referenced this issue Jul 2, 2017
fnothaft added a commit to fnothaft/adam that referenced this issue Jul 11, 2017
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.
heuermh pushed a commit that referenced this issue Jul 11, 2017
Resolves #1585, #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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants