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

+ +compbio.runner.msa +
+Class ClustalW

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

+


+ +

+ + + + + + + +
+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
ClustalW() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ List<String>getCreatedFiles() + +
+          This method cannot really tell whether the files has actually been + created or not.
+ AlignmentgetResults(String workDirectory) + +
+           
+static StringgetStatFile() + +
+           
+ Class<ClustalW>getType() + +
+           
+ ClustalWsetInput(String inFile) + +
+           
+ ClustalWsetOutput(String outFile) + +
+           
+ + + + + + + +
Methods inherited from class compbio.engine.client.SkeletalExecutable
addParameters, equals, getClusterCpuNum, getClusterJobSettings, getError, getInput, getLimit, getLimits, getOutput, getParameters, 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
+ +

+ClustalW

+
+public ClustalW()
+
+
+ + + + + + + + +
+Method Detail
+ +

+setOutput

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

+setInput

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

+getResults

+
+public Alignment getResults(String workDirectory)
+                     throws ResultNotAvailableException
+
+
+ +
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<ClustalW>
Overrides:
getCreatedFiles in class SkeletalExecutable<ClustalW>
+
+
+
See Also:
Executable.getCreatedFiles()
+
+
+
+ +

+getStatFile

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

+getType

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