Oxford Nanopore BWA MEM alignments
1
4
Entering edit mode
7.0 years ago

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 • 3.7k views
ADD COMMENT
7
Entering edit mode
7.0 years ago

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
ADD COMMENT

Login before adding your answer.

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