Does BWA mem work with uBAM file?
1
0
Entering edit mode
6.2 years ago

I want to align my uBAM files using bwa mem. Does BWA mem works with uBAM files?

uBAM bwa bwa mem align • 3.6k views
ADD COMMENT
3
Entering edit mode
6.2 years ago
ATpoint 82k

No, you'll have to convert to fastq. Options are e.g. bedtools bamtofastq or samtools fastq. Picard has a command for this too but I never used it. You could avoid writing the bam to fastq on disk, if you use a simple pipe solution. This blog entry provides some inspiration on that.

ADD COMMENT

Login before adding your answer.

Traffic: 2044 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6