Class | Bio::Sequence::Format::FormatterBase |
In: |
lib/bio/sequence/format.rb
|
Parent: | Object |
Returns a formatterd string of the given sequence
Arguments:
Returns: | String object |
# File lib/bio/sequence/format.rb, line 96 96: def self.output(sequence, options = {}) 97: self.new(sequence, options).output 98: end