compbio.runner._impl
Class RPSBlast

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

public class RPSBlast
extends _SkeletalCommandBuilder


Nested Class Summary
 
Nested classes/interfaces inherited from interface compbio.engine.client.Executable
Executable.ExecProvider
 
Constructor Summary
RPSBlast(java.lang.String workDirectory)
           
 
Method Summary
 java.lang.String getCommand(Executable.ExecProvider provider)
           
static java.lang.String getCommandName()
           
 java.util.List<java.lang.String> getCreatedFiles()
           
 java.lang.String getInput()
           
static java.lang.String getTestCommand()
           
 
Methods inherited from class compbio.runner._SkeletalCommandBuilder
addParameter, addParameters, addParameters, 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

RPSBlast

public RPSBlast(java.lang.String workDirectory)
Method Detail

getCommand

public java.lang.String getCommand(Executable.ExecProvider provider)

getTestCommand

public static java.lang.String getTestCommand()

getCommandName

public static java.lang.String getCommandName()

getCreatedFiles

public java.util.List<java.lang.String> getCreatedFiles()

getInput

public java.lang.String getInput()