X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Ffull_javadoc%2Fcompbio%2Frunner%2Fmsa%2FClustalO.html;fp=website%2Ffull_javadoc%2Fcompbio%2Frunner%2Fmsa%2FClustalO.html;h=69a07e06cdc505218600ce9a6a7105bd771071c7;hb=da8c820a7fb2edecb190589f3dc9c362e57a2f24;hp=0000000000000000000000000000000000000000;hpb=0bbebf27d045b1345bc042bdf24ef2e6808df251;p=jabaws.git diff --git a/website/full_javadoc/compbio/runner/msa/ClustalO.html b/website/full_javadoc/compbio/runner/msa/ClustalO.html new file mode 100644 index 0000000..69a07e0 --- /dev/null +++ b/website/full_javadoc/compbio/runner/msa/ClustalO.html @@ -0,0 +1,465 @@ + + + + + + +ClustalO + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +compbio.runner.msa +
+Class ClustalO

+
+java.lang.Object
+  extended by compbio.engine.client.SkeletalExecutable<ClustalO>
+      extended by compbio.runner.msa.ClustalO
+
+
+
All Implemented Interfaces:
Executable<ClustalO>
+
+
+
+
public class ClustalO
extends SkeletalExecutable<ClustalO>
+ + +

+


+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from interface compbio.engine.client.Executable
Executable.ExecProvider
+  + + + + + + + + + + + +
+Field Summary
+static StringKEY_VALUE_SEPARATOR + +
+           
+ + + + + + + +
Fields inherited from class compbio.engine.client.SkeletalExecutable
ERROR, INPUT, OUTPUT
+  + + + + + + + + + + +
+Constructor Summary
ClustalO() + +
+          --threads= Number of processors to use + + -l, --log= Log all non-essential output to this file
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ CommandBuilder<ClustalO>getParameters(Executable.ExecProvider provider) + +
+           
+ AlignmentgetResults(String workDirectory) + +
+           
+static StringgetStatFile() + +
+           
+ Class<ClustalO>getType() + +
+           
+ ClustalOsetInput(String inFile) + +
+           
+ voidsetNCore(int ncoreNumber) + +
+           
+ ClustalOsetOutput(String outFile) + +
+           
+ + + + + + + +
Methods inherited from class compbio.engine.client.SkeletalExecutable
addParameters, equals, getClusterCpuNum, getClusterJobSettings, getCreatedFiles, getError, getInput, getLimit, getLimits, getOutput, hashCode, loadRunConfiguration, setError, setParameter, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+KEY_VALUE_SEPARATOR

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

+ClustalO

+
+public ClustalO()
+
+
--threads= Number of processors to use + + -l, --log= Log all non-essential output to this file +

+

+ + + + + + + + +
+Method Detail
+ +

+setOutput

+
+public ClustalO setOutput(String outFile)
+
+
+
Overrides:
setOutput in class SkeletalExecutable<ClustalO>
+
+
+
+
+
+
+ +

+setInput

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

+getResults

+
+public Alignment getResults(String workDirectory)
+                     throws ResultNotAvailableException
+
+
+ +
Throws: +
ResultNotAvailableException
+
+
+
+ +

+getStatFile

+
+public static String getStatFile()
+
+
+
+
+
+
+ +

+getType

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

+getParameters

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

+setNCore

+
+public void setNCore(int ncoreNumber)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +