$Id: report.rb,v 1.11 2007/04/05 23:35:40 trevor Exp $
[Source]
# File lib/bio/appl/sosui/report.rb, line 128 128: def hoge(ent) 129: puts '===' 130: puts ent 131: puts '===' 132: sosui = Bio::SOSUI::Report.new(ent) 133: p [:entry_id, sosui.entry_id] 134: p [:prediction, sosui.prediction] 135: p [:tmhs.size, sosui.tmhs] 136: pp [:tmhs, sosui.tmh] 137: end
[Validate]