Class: Wrnap::Package::Plot
Instance Attribute Summary
Attributes inherited from Base
#data, #flags, #response, #runtime
Instance Method Summary collapse
Methods inherited from Base
bootstrap, #debugger, #initialize, #inspect
Methods included from Global::Yaml
Methods included from Global::Chainer
Methods included from Global::Runner
Constructor Details
This class inherits a constructor from Wrnap::Package::Base
Instance Method Details
#run_command(flags) ⇒ Object
6 7 8 9 10 11 12 |
# File 'lib/wrnap/package/plot.rb', line 6 def run_command(flags) "cat %s | %s %s" % [ data.temp_fa_file!, exec_name, stringify_flags(flags) ] end |