Method: Bio::Alignment::OriginalAlignment#order

Defined in:
lib/bio/alignment.rb

#order(n) ⇒ Object

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



1687
1688
1689
1690
# File 'lib/bio/alignment.rb', line 1687

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