class Bio::HMMER::HMMER3::DefaultHMMSearchReport::Hit

TODO: There is some overlapping code here between the tabular report Hit object and this object, probably should DRY it up a bit.

Attributes

hsps[RW]
sequence_name[RW]

Public Instance Methods

initialise() click to toggle source
# File lib/bio/appl/hmmer/hmmer3/default_report.rb, line 210
def initialise
  @hsps = []
end