bwa MEM for illumina 1.3+
1
0
Entering edit mode
9.8 years ago

I see that BWA ALN has an -I flag for changing the quality of the reads. I don't see this option for BWA MEM? Does anyone know if I'm missing something?

bwa • 3.2k views
ADD COMMENT
2
Entering edit mode

You're not missing anything: Bwa Mem: How To Specify The Fastq Phred Format? (see my link to a bwa email list message about this from Heng Li).

ADD REPLY
1
Entering edit mode

What is the size of your reads ? See Heng's comment:Aligning Sequence Reads, Clone Sequences And Assembly Contigs With Bwa-Mem

BWA-MEM however lacks the following features:

  • Working with very short reads. The performance and the accuracy of BWA-MEM will degrade.
  • Guaranteed sensitivity to hits within a certain edit distance threshold (as with BWA and GEM).
ADD REPLY
0
Entering edit mode

100bp. I wanted to use mem for consistency across some simulations and real data.

ADD REPLY
0
Entering edit mode

Honestly, I was stuck between mem and aln for my 100bp data, and aln performed much better, more reads aligned.

ADD REPLY
1
Entering edit mode
9.6 years ago

You can use my reformat tool to change ASCII-64 qualities to ASCII-33 (and most other format conversions). It supports piping from stdin and to stdout, so you don't have to write a temp file. And it's the fastest format convert of which I am aware.

ADD COMMENT

Login before adding your answer.

Traffic: 1714 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