Class: ViennaRna::Package::Eval

Inherits:
Base
  • Object
show all
Defined in:
lib/vienna_rna/package/eval.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#data, #response, #runtime

Instance Method Summary collapse

Methods inherited from Base

bootstrap, #debugger, #initialize, #serialize

Methods included from Global::ChainExtensions

included

Methods included from Global::RunExtensions

included

Constructor Details

This class inherits a constructor from ViennaRna::Package::Base

Instance Attribute Details

#mfeObject (readonly)

Returns the value of attribute mfe.



6
7
8
# File 'lib/vienna_rna/package/eval.rb', line 6

def mfe
  @mfe
end

Instance Method Details

#post_processObject



8
9
10
# File 'lib/vienna_rna/package/eval.rb', line 8

def post_process
  @mfe = ViennaRna::Global::Parser.rnafold_mfe(@response)
end