Closed rhughwhite closed 1 year ago
Hi, rhughwhite, I couldn't agree with you any more. I also have the same question.
Updated the README (see 4cf1859), hopefully should be more clear.
Alignments in the BAM file must be ordered so that all alignments for a read pair appear sequentially in the file - coordinate-sorted BAMs do not work. The default SAM/BAM output for many aligners is in the correct order, or BAM files can be sorted by read name (samtools sort -n). A faster alternative to a full read name sort is samtools collate.
Hi there,
Can I clarify this requirement from the README:
Should BAM files be sorted by read name? i.e.
samtools sort -n
Will using coordinate sorted BAMs give incorrect results?
Thanks!