Entering edit mode
23 months ago
Jalil Sharif
▴
80
Hi there,
I have this code, I would like to use the same options but would like to run bwa-mem2 instead.
bowtie2 -k 2 --very-sensitive –x GRCh38 -f input.fa | samtools view -bS -> output.bam
Is this the equivalent code?
bwa-mem2 -a GRCh38 input.fa | samtools view -bS -> output.bam
I am unable to convert the --very-sensitive