# reader for the http://bioweb.pasteur.fr/seqanal/interfaces/toppred.html # output class TopPred attr_accessor :hmmmm def initialize(toppred_out_file=nil) if toppred_out_file from_file(toppred_out_file) end end def from_file(toppred_out_file) end end