Method: Bio::Alignment::OriginalAlignment#order

Defined in:
lib/bio/alignment.rb

#order(n) ⇒ Object

Gets the n-th sequence. If not found, returns nil.



1681
1682
1683
1684
# File 'lib/bio/alignment.rb', line 1681

def order(n)
  #(original)
  @seqs[@keys[n]]
end