Parsing PTS1 HTML report.
report = Bio::PTS1::Report.new(str) report.cterm
# File lib/bio/appl/pts1.rb, line 205 def initialize(str) @cterm = '' @score = 0 @profile = 0 @spptna = 0 @sppta = 0 @fp = 0 @prediction = 0 if /PTS1 query prediction/ =~ str @output = str parse else raise end end
Generated with the Darkfish Rdoc Generator 2.