class BioDSL::Fastq::IO
Class for FASTQ IO
.
Public Instance Methods
each() { |gets| ... }
click to toggle source
# File lib/BioDSL/fastq.rb, line 73 def each until @io.eof? yield @io.gets end end
Class for FASTQ IO
.
# File lib/BioDSL/fastq.rb, line 73 def each until @io.eof? yield @io.gets end end