Closed AndreaGuarracino closed 2 months ago
The current SAM format output does not work properly with tools like samtools. Checking it with the quickcheck command, I get:
samtools
quickcheck
samtools quickcheck reads.sam reads.sam was not identified as sequence data.
The problems were a few non-TAB-separated rows.
Thanks for the fix.
The current SAM format output does not work properly with tools like
samtools
. Checking it with thequickcheck
command, I get:The problems were a few non-TAB-separated rows.