You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
supported in BAM implementations but not permitted in SAM.
Also changed H to require an even number of bytes as this was
(probably) an oversight and is enforced by some implementations
(htsjdk, maybe more).
Fixessamtools#135
yfarjoun
pushed a commit
to yfarjoun/htsjdk
that referenced
this issue
Jun 5, 2019
Permit no numeric entries in SAM B array regexp.
Fixessamtools#135 (for B fields; already fixed for Z and H).
Describe the BAM representation of SEQ '*'.
Fixessamtools#49. Also avoid odd "odd numbered length" phrasing.
Further clarify that only @HD/SQ/RG/PG/CO are valid headers.
Explicitly list the header types in the regexp too. Apparently some were
still focussing on the [A-Z][A-Z] regexp and ignoring the surrounding
text -- see samtools-help July 2017, 'additional header lines "@ga"',
<https://sourceforge.net/p/samtools/mailman/message/35933210/>.
Remove CIGAR N intron/skip operator history note.
The N operator was in the original SAM document; its description was
merely improved in Dec 2010 (51a762b).
if encode, decode, isDigit would be made static one could use them without first creating an instance of class.
The text was updated successfully, but these errors were encountered: