Class: Wrnap::Package::Varna

Inherits:
Base
  • Object
show all
Defined in:
lib/wrnap/package/varna.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



17
18
19
# File 'lib/wrnap/package/varna.rb', line 17

def run_command(flags)
  "java -Djava.awt.headless=true fr.orsay.lri.varna.applications.VARNAcmd %s" % stringify_flags(flags)
end