Fastx::Fastq::SequenceLines
Inherits Reference < Object
Streams the sequence lines of a single FASTQ record as borrowed Bytes.
Each yielded slice points into a buffer reused on every line and is only
valid until the next line is read. Copy it (String.new(bytes) or
bytes.dup) to keep it.
Constructors
new(cursor : RecordCursor)
SourceInstance methods
drain
Sourceeach
Source