This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Oxford Nanopore BWA MEM alignments

Hi all,

I have a quick question.

When I run bwa mem for oxford nanopore with the option:

bwa mem -x ont2d

Should I include the option:

bwa mem -x ont2d -M

For split reads? If I want to run Lumpy on the alignments would I need to supply "-M"?

oxford nanopore long reads bwa bwa mem

1 answer

According to the examples of Lumpy you don't have to use -M:

bwa mem -R "@RG\tID:id\tSM:sample\tLB:lib" human_g1k_v37.fasta sample.1.fq sample.2.fq \
    | samtools view -S -b - \
    > sample.bam

Log in to answer this question.