Method: Bio::TMHMM::TMH#to_s
- Defined in:
- lib/bio/appl/tmhmm/report.rb
#to_s ⇒ Object
186 187 188 |
# File 'lib/bio/appl/tmhmm/report.rb', line 186 def to_s [@entry_id, @version, @status, @range.first, @range.last].join("\t") end |