Method: Bio::Alignment::Output#output_clustal
- Defined in:
- lib/bio/alignment.rb
#output_clustal(options = {}) ⇒ Object
Generates ClustalW-formatted text
- seqs
-
sequences (must be an alignment object)
- names
-
names of the sequences
- options
-
options
1045 1046 1047 |
# File 'lib/bio/alignment.rb', line 1045 def output_clustal( = {}) __clustal_formatter(self, self.sequence_names, ) end |