X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Ffull_javadoc%2Fcompbio%2Frunner%2Fdisorder%2FIUPred.html;fp=website%2Ffull_javadoc%2Fcompbio%2Frunner%2Fdisorder%2FIUPred.html;h=0f16d758cb3061da92ce9f24ed0428b4d3a38ed7;hb=da8c820a7fb2edecb190589f3dc9c362e57a2f24;hp=0000000000000000000000000000000000000000;hpb=0bbebf27d045b1345bc042bdf24ef2e6808df251;p=jabaws.git diff --git a/website/full_javadoc/compbio/runner/disorder/IUPred.html b/website/full_javadoc/compbio/runner/disorder/IUPred.html new file mode 100644 index 0000000..0f16d75 --- /dev/null +++ b/website/full_javadoc/compbio/runner/disorder/IUPred.html @@ -0,0 +1,401 @@ + + + + + + +IUPred + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +compbio.runner.disorder +
+Class IUPred

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

+iupred sequenceFile + + Maximum sequence length is 40000 chars. Single string length max is a 1000 + chars! +

+ +

+


+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from interface compbio.engine.client.Executable
Executable.ExecProvider
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class compbio.engine.client.SkeletalExecutable
ERROR, INPUT, OUTPUT
+  + + + + + + + + + + +
+Constructor Summary
IUPred() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ StringgetOutput() + +
+           
+ ScoreManagergetResults(String workDirectory) + +
+           
+ Class<IUPred>getType() + +
+           
+ IUPredsetInput(String inFile) + +
+           
+ IUPredsetOutput(String outFile) + +
+           
+ + + + + + + +
Methods inherited from class compbio.engine.client.SkeletalExecutable
addParameters, equals, getClusterCpuNum, getClusterJobSettings, getCreatedFiles, getError, getInput, getLimit, getLimits, getParameters, hashCode, loadRunConfiguration, setError, setParameter, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+IUPred

+
+public IUPred()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getResults

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

+setInput

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

+setOutput

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

+getOutput

+
+public String getOutput()
+
+
+
Specified by:
getOutput in interface Executable<IUPred>
Overrides:
getOutput in class SkeletalExecutable<IUPred>
+
+
+
+
+
+
+ +

+getType

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