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

convert ubam -> bam #23

Open
jharri34 opened this issue Mar 8, 2017 · 2 comments
Open

convert ubam -> bam #23

jharri34 opened this issue Mar 8, 2017 · 2 comments
Assignees
Labels

Comments

@jharri34
Copy link
Owner

jharri34 commented Mar 8, 2017

second step of the workflow has you marking adapter sequences, e.g. arising from read-through of short inserts, using MarkIlluminaAdapters such that they contribute minimally to alignments and allow the aligner to map otherwise unmappable reads. The third step pipes three processes to produce the final BAM. Piping SamToFastq, BWA-MEM and MergeBamAlignment saves time and allows you to bypass storage of larger intermediate FASTQ and SAM files. In particular, MergeBamAlignment merges defined information from the aligned SAM with that of the uBAM to conserve read data, and importantly, it generates additional meta information and unifies meta data. The resulting clean BAM is coordinate sorted, indexed.

@jharri34
Copy link
Owner Author

jharri34 commented Mar 8, 2017

@jharri34
Copy link
Owner Author

there hasn't been any activity in on this issue in the last 17 days

@jharri34 jharri34 assigned jharri34 and unassigned radamec Mar 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants