BWA MEM/Can BWA use bam file to re-align it to the new ref.fa?
Hey, community!
I have a question. Can BWA-MEM use BAM/CRAM file and re-align to the new reference genome? I would be glad if you could share your full script on this. I could not find any information on the internet.
Thank you,
• 2,208 views
•
link
2 answers
The old bwa aln function has an option to take a bam as input, but it doesn't look like bwa mem does.
• 0 views
•
link
BWA is designed to take Illumina read data and align it to a reference, not Bams.
• 0 views
•
link
Log in to answer this question.
See: bwa mem on a bam file