Class: Wrnap::Package::Plot

Inherits:
Base
  • Object
show all
Defined in:
lib/wrnap/package/plot.rb

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

#deserialize, #serialize

Methods included from Global::Chainer

included

Methods included from Global::Runner

included

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