public class ClustalW extends SkeletalExecutable<ClustalW>
Executable.ExecProvider
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
EXEC_STAT_FILE |
static java.lang.String |
KEY_VALUE_SEPARATOR |
private static org.apache.log4j.Logger |
log |
private static java.lang.String |
TREE_FILE_EXT |
cbuilder, ERROR, errorFile, INPUT, inputFile, OUTPUT, outputFile, ph
Constructor and Description |
---|
ClustalW() |
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
convertInputNameToTreeName()
Clustal output tree with same name as input file but .dnd extension e.g.
|
java.util.List<java.lang.String> |
getCreatedFiles()
This method cannot really tell whether the files has actually been
created or not.
|
Alignment |
getResults(java.lang.String workDirectory) |
static java.lang.String |
getStatFile() |
java.lang.Class<ClustalW> |
getType() |
ClustalW |
setInput(java.lang.String inFile) |
ClustalW |
setOutput(java.lang.String outFile) |
addParameters, equals, getClusterCpuNum, getClusterJobSettings, getError, getInput, getLimit, getLimits, getOutput, getParameters, hashCode, isErrorSet, isInputSet, isOutputSet, loadRunConfiguration, setError, setParameter, toString
private static org.apache.log4j.Logger log
private static final java.lang.String EXEC_STAT_FILE
private static final java.lang.String TREE_FILE_EXT
public static final java.lang.String KEY_VALUE_SEPARATOR
public ClustalW setOutput(java.lang.String outFile)
setOutput
in class SkeletalExecutable<ClustalW>
public ClustalW setInput(java.lang.String inFile)
setInput
in class SkeletalExecutable<ClustalW>
public Alignment getResults(java.lang.String workDirectory) throws ResultNotAvailableException
ResultNotAvailableException
public java.util.List<java.lang.String> getCreatedFiles()
SkeletalExecutable
getCreatedFiles
in interface Executable<ClustalW>
getCreatedFiles
in class SkeletalExecutable<ClustalW>
Executable.getCreatedFiles()
private java.lang.String convertInputNameToTreeName()
public static java.lang.String getStatFile()
public java.lang.Class<ClustalW> getType()
getType
in class SkeletalExecutable<ClustalW>