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

Add tab5/6 as native output format for AlignmentRecordRDD #1377

Closed
heuermh opened this issue Jan 25, 2017 · 1 comment
Closed

Add tab5/6 as native output format for AlignmentRecordRDD #1377

heuermh opened this issue Jan 25, 2017 · 1 comment
Milestone

Comments

@heuermh
Copy link
Member

heuermh commented Jan 25, 2017

From BenLangmead/bowtie2#75:

--tab5 Each read or pair is on a single line. An unpaired read line is [name]\t[seq]\t[qual]\n. A paired-end read line is [name]\t[seq1]\t[qual1]\t[seq2]\t[qual2]\n. An input file can be a mix of unpaired and paired-end reads and Bowtie 2 recognizes each according to the number of fields, handling each as it should.

--tab6 is similar except, for paired-end reads, the second end can have a different name from the first: [name1]\t[seq1]\t[qual1]\t[name2]\t[seq2]\t[qual2]\n.

@heuermh
Copy link
Member Author

heuermh commented Mar 8, 2017

No hurry on this since bowtie2 may implement interleaved FASTQ.

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

No branches or pull requests

1 participant