Parser for SOSUI output report.
# File lib/bio/appl/sosui/report.rb, line 45 def initialize(output_report) entry = output_report.split(/\n/) @entry_id = entry[0].strip.sub(/^>/,'') @prediction = entry[1].strip @tms = 0 @tmhs = [] parse_tmh(entry) if /MEMBRANE/ =~ @prediction end
Generated with the Darkfish Rdoc Generator 2.