class Bio::Sequence::Format::Formatter::Fastq_solexa

Private Instance Methods

fastq_format_data() click to toggle source
    # File lib/bio/db/fastq/format_fastq.rb
160 def fastq_format_data
161   Bio::Fastq::FormatData::FASTQ_SOLEXA.instance
162 end