Entering edit mode
4.7 years ago
erneheay
▴
20
I have a fasta with two or more references. I want to map ALL my reads (fq) to both references.
What happens now, bwa chooses which is the best reference for each paired read, and it's discarded for the other reference.
I want exactly the same behavior than mapping separately using two different fasta files (with one ref each).
Is it possible?
Cheers