Class: Wrnap::Package::Eval
Instance Attribute Summary collapse
-
#mfe ⇒ Object
readonly
Returns the value of attribute mfe.
Attributes inherited from Base
#data, #flags, #response, #runtime
Instance Method Summary collapse
Methods inherited from Base
bootstrap, #debugger, #initialize, #inspect, #serialize
Methods included from Global::Chainer
Methods included from Global::Runner
Constructor Details
This class inherits a constructor from Wrnap::Package::Base
Instance Attribute Details
#mfe ⇒ Object (readonly)
Returns the value of attribute mfe.
6 7 8 |
# File 'lib/wrnap/package/eval.rb', line 6 def mfe @mfe end |
Instance Method Details
#post_process ⇒ Object
8 9 10 |
# File 'lib/wrnap/package/eval.rb', line 8 def post_process @mfe = Wrnap::Global::Parser.rnafold_mfe(response) end |