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, #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



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

def run_command(flags)
  "java fr.orsay.lri.varna.applications.VARNAcmd %s" % stringify_flags(flags)
end