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

Parallel alignment using MOSAIK #24

Open
iskandr opened this issue Mar 2, 2016 · 0 comments
Open

Parallel alignment using MOSAIK #24

iskandr opened this issue Mar 2, 2016 · 0 comments

Comments

@iskandr
Copy link

iskandr commented Mar 2, 2016

Hi @wanpinglee,

I was curious whether the alignments produced by MOSAIK are completely independent across reads. For example, is it OK to run

MosaikAligner -in x.mkb -out x.mka -ia ref.dat -j ref_15 -annpe pe.ann -annse se.ann
MosaikAligner -in y.mkb -out y.mka -ia ref.dat -j ref_15 -annpe pe.ann -annse se.ann

and then merge x.mka.bam and y.mka.bam?

Would this give the same results as if we first concatenated the original x_R1.fastq + y_R1.fastq and x_R2.fastq + y_R2.fastq, and then aligned them together with a single call to MosaikAligner?

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