Hi all,
I'm wondering if anyone has some experience with bwakit v0.7.12 and can chime in.
The command run-bwamem within bwakit seems to have many fewer options than previous stand alone versions of bwa. Most notably, I would like to pass the option -M to bwamem, which marks shorter split hits as secondary. However, when I execute run-bwamem with this option, it throws an error:
Stout: Unknown option: M
Is it the case that this option simply doesn't exist for the version of BWA mem that bwakit calls?
I'm wondering if anyone has some experience with bwakit v0.7.12 and can chime in.
The command run-bwamem within bwakit seems to have many fewer options than previous stand alone versions of bwa. Most notably, I would like to pass the option -M to bwamem, which marks shorter split hits as secondary. However, when I execute run-bwamem with this option, it throws an error:
Code:
/r/bwa-kit/run-bwamem -o test -t8 -MHR"@RG\tID:run1\tSM:${sample}\tLB:LaneX\tPL:Illumina\tPU:none" /r/bwa-kit/hs38DH.fa LP6005206-DNA_A06.1.fastq LP6005206-DNA_A06.2.fastq | sh
Is it the case that this option simply doesn't exist for the version of BWA mem that bwakit calls?
Comment