Hi all,
I am aligning pacbio reads to a reference genome using bwa mem. Do you know how to output an extended CIGAR in output sam file from bwa v0.7.13?
My command is:
Thanks in advance
I am aligning pacbio reads to a reference genome using bwa mem. Do you know how to output an extended CIGAR in output sam file from bwa v0.7.13?
My command is:
Code:
bwa mem -x pacbio refgenome.fasta reads.fastq > output.sam
Comment