Closed elcortegano closed 4 years ago
I am trying to produce BAM files from pacbio SAM files aligned with NGMLR. When I run:
sambamba view -f bam -o file.bam file.sam
I got the following error:
sambamba-view: Error reading BGZF block starting from offset 0: wrong BGZF magic
What is wrong with this? samtools view works fine over the same file.
The BAM file is not bgzf encoded.
I am trying to produce BAM files from pacbio SAM files aligned with NGMLR. When I run:
I got the following error:
What is wrong with this? samtools view works fine over the same file.