compbio.runner._impl
Class OB

java.lang.Object
  extended by compbio.runner._SkeletalCommandBuilder
      extended by compbio.runner._impl.OB
All Implemented Interfaces:
Executable<_SkeletalCommandBuilder>

public class OB
extends _SkeletalCommandBuilder

TODO this needs fixing! Executable does not work

Author:
pvtroshin

Nested Class Summary
 
Nested classes/interfaces inherited from interface compbio.engine.client.Executable
Executable.ExecProvider
 
Constructor Summary
OB()
           
OB(String workDirectory)
           
 
Method Summary
 List<String> getCreatedFiles()
           
 String getInput()
           
 List<String> getTestArgs()
           
static String getTestCommand()
           
static void main(String[] args)
           
 
Methods inherited from class compbio.runner._SkeletalCommandBuilder
addParameter, addParameters, addParameters, getClusterJobSettings, getEmail, getError, getLimit, getLimits, getName, getOutput, getParameters, getResults, loadRunConfiguration, setEmail, setName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OB

public OB()

OB

public OB(String workDirectory)
Method Detail

getTestCommand

public static String getTestCommand()

getTestArgs

public List<String> getTestArgs()

main

public static void main(String[] args)

getCreatedFiles

public List<String> getCreatedFiles()

getInput

public String getInput()