compbio.runner.msa
Class Tcoffee

java.lang.Object
  extended by compbio.engine.client.SkeletalExecutable<Tcoffee>
      extended by compbio.runner.msa.Tcoffee
All Implemented Interfaces:
Executable<Tcoffee>, PipedExecutable<Tcoffee>

public class Tcoffee
extends SkeletalExecutable<Tcoffee>
implements PipedExecutable<Tcoffee>


Nested Class Summary
 
Nested classes/interfaces inherited from interface compbio.engine.client.Executable
Executable.ExecProvider
 
Field Summary
static String KEY_VALUE_SEPARATOR
           
 
Fields inherited from class compbio.engine.client.SkeletalExecutable
ERROR, INPUT, OUTPUT
 
Constructor Summary
Tcoffee()
           
 
Method Summary
 List<String> getCreatedFiles()
          This method cannot really tell whether the files has actually been created or not.
 CommandBuilder<Tcoffee> getParameters(Executable.ExecProvider provider)
           
 Alignment getResults(String workDirectory)
           
 Class<Tcoffee> getType()
           
 Tcoffee setInput(String inFile)
           
 void setNCore(int ncoreNumber)
           
 
Methods inherited from class compbio.engine.client.SkeletalExecutable
addParameters, equals, getClusterCpuNum, getClusterJobSettings, getError, getInput, getLimit, getLimits, getOutput, hashCode, loadRunConfiguration, setError, setOutput, setParameter, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface compbio.engine.client.Executable
addParameters, getClusterJobSettings, getError, getInput, getLimit, getLimits, getOutput, loadRunConfiguration
 

Field Detail

KEY_VALUE_SEPARATOR

public static final String KEY_VALUE_SEPARATOR
See Also:
Constant Field Values
Constructor Detail

Tcoffee

public Tcoffee()
Method Detail

setInput

public Tcoffee setInput(String inFile)
Overrides:
setInput in class SkeletalExecutable<Tcoffee>

getResults

public Alignment getResults(String workDirectory)
                     throws ResultNotAvailableException
Specified by:
getResults in interface Executable<Tcoffee>
Throws:
ResultNotAvailableException

getCreatedFiles

public List<String> getCreatedFiles()
Description copied from class: SkeletalExecutable
This method cannot really tell whether the files has actually been created or not. It must be overridden as required.

Specified by:
getCreatedFiles in interface Executable<Tcoffee>
Overrides:
getCreatedFiles in class SkeletalExecutable<Tcoffee>
See Also:
Executable.getCreatedFiles()

setNCore

public void setNCore(int ncoreNumber)

getParameters

public CommandBuilder<Tcoffee> getParameters(Executable.ExecProvider provider)
Specified by:
getParameters in interface Executable<Tcoffee>
Overrides:
getParameters in class SkeletalExecutable<Tcoffee>

getType

public Class<Tcoffee> getType()
Specified by:
getType in class SkeletalExecutable<Tcoffee>
Returns:
subclasses must return their type