Class: Bio::HMMER::HMMER3::DefaultHMMSearchReport::Hit

Inherits:
Object
  • Object
show all
Defined in:
lib/bio/appl/hmmer/hmmer3/default_report.rb

Overview

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

Defined Under Namespace

Classes: Hsp

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#hspsObject

Returns the value of attribute hsps.



208
209
210
# File 'lib/bio/appl/hmmer/hmmer3/default_report.rb', line 208

def hsps
  @hsps
end

#sequence_nameObject

Returns the value of attribute sequence_name.



206
207
208
# File 'lib/bio/appl/hmmer/hmmer3/default_report.rb', line 206

def sequence_name
  @sequence_name
end

Instance Method Details

#initialiseObject



210
211
212
# File 'lib/bio/appl/hmmer/hmmer3/default_report.rb', line 210

def initialise
  @hsps = []
end