Class: ViennaRna::Package::Plot

Inherits:
Base
  • Object
show all
Defined in:
lib/vienna_rna/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, #serialize

Methods included from Global::ChainExtensions

included

Methods included from Global::RunExtensions

included

Constructor Details

This class inherits a constructor from ViennaRna::Package::Base

Instance Method Details

#run_command(flags) ⇒ Object



10
11
12
13
14
15
16
# File 'lib/vienna_rna/package/plot.rb', line 10

def run_command(flags)
  "cat %s | %s %s" % [
    data.temp_fa_file!,
    exec_name,
    stringify_flags(flags)
  ]
end