class Bio::Sequence::Format::Formatter::Fastq_illumina
Private Instance Methods
fastq_format_data()
click to toggle source
# File lib/bio/db/fastq/format_fastq.rb 167 def fastq_format_data 168 Bio::Fastq::FormatData::FASTQ_ILLUMINA.instance 169 end