returns Bio::Sequence::NA
426 427 428 429 430 431
# File 'lib/bio/db/fastq.rb', line 426 def naseq unless defined? @naseq then @naseq = Bio::Sequence::NA.new(@sequence_string) end @naseq end