Class: ViennaRna::Eval

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

Instance Attribute Summary collapse

Attributes inherited from Base

#data, #response, #runtime

Instance Method Summary collapse

Methods inherited from Base

batch, bootstrap, #debugger, debugger, exec_exists?, #exec_name, #exec_sequence_format, #initialize, method_added, #pre_run_check, run, #run, #run_with_hooks, #stringify_flags

Constructor Details

This class inherits a constructor from ViennaRna::Base

Instance Attribute Details

#mfeObject (readonly)

Returns the value of attribute mfe.



3
4
5
# File 'lib/vienna_rna/modules/eval.rb', line 3

def mfe
  @mfe
end

Instance Method Details

#post_processObject



5
6
7
# File 'lib/vienna_rna/modules/eval.rb', line 5

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