SAMRecord.qscores

Set quality scores from raw ubyte quality score array given that it is the same length as the bam sequence

  1. const(ubyte)[] qscores [@property getter]
  2. const(ubyte)[] qscores [@property setter]
    struct SAMRecord
    pragma(inline, true) @trusted nothrow @property
    void
    qscores
    (
    const(ubyte)[] seq
    )

Meta