Fastx::Fastq::QualityLines
Inherits Reference < Object
Streams the quality lines of a single FASTQ record as borrowed Bytes.
The sequence line is consumed first (automatically, if the caller skips it) so the quality length can be validated. Each yielded slice is only valid until the next line is read; copy it to keep it.
Constructors
new(cursor : RecordCursor)
SourceInstance methods
drain
Sourceeach
Source