Closed GoogleCodeExporter closed 8 years ago
[deleted comment]
[deleted comment]
I had by column numbers off by one (6 versus 7), but there are actually several
bugs here:
Column 3, RNAME. Observe "0" rather than "chr1", see also Issue 25.
Column 4, POS. Observe "99" rather than "100" (BAM coordinates need +1 for SAM)
Column 6, CIGAR. Observe "None" rather than "*"
Column 7, PNEXT. Observe "0" rather than "=" (meaning "chr1" from column 3),
see also Issue 25.
Column 8, MPOS aka PNEXT. Observe "99" rather than "100" (as in column 4)
Column 9, ISIZE aka TLEN. Observe 35 rather than 0.
Column 12+, Tags wrong reported as Issue 74.
Original comment by p.j.a.c...@googlemail.com
on 13 Oct 2011 at 4:12
str(AlignedRead) is not supposed to print a valid SAM-formatted entry.
Original comment by andreas....@gmail.com
on 19 Oct 2011 at 7:53
Original issue reported on code.google.com by
p.j.a.c...@googlemail.com
on 13 Oct 2011 at 3:46