Class: ViennaRna::Package::Eval
- Defined in:
- lib/vienna_rna/package/eval.rb
Instance Attribute Summary collapse
-
#mfe ⇒ Object
readonly
Returns the value of attribute mfe.
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
bootstrap, #debugger, exec_exists?, #exec_name, #exec_sequence_format, #initialize, method_added, #pre_run_check, run, #run, #run_with_hooks, #serialize, #stringify_flags
Constructor Details
This class inherits a constructor from ViennaRna::Package::Base
Instance Attribute Details
#mfe ⇒ Object (readonly)
Returns the value of attribute mfe.
4 5 6 |
# File 'lib/vienna_rna/package/eval.rb', line 4 def mfe @mfe end |
Instance Method Details
#post_process ⇒ Object
6 7 8 |
# File 'lib/vienna_rna/package/eval.rb', line 6 def post_process @mfe = ViennaRna::Global::Parser.rnafold_mfe(@response) end |