This is a test version of Biostars. For the public version, visit https://www.biostars.org.
bwa MEM for illumina 1.3+

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

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

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

1 answer

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.

Log in to answer this question.