Method: Bio::FastaFormat#aalen

Defined in:
lib/bio/db/fasta.rb

#aalenObject

Returens the length of Bio::Sequence::AA.



223
224
225
# File 'lib/bio/db/fasta.rb', line 223

def aalen
  self.aaseq.length
end