X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Ffull_javadoc%2Fcompbio%2Frunner%2Fdisorder%2FJronn.html;fp=website%2Ffull_javadoc%2Fcompbio%2Frunner%2Fdisorder%2FJronn.html;h=0000000000000000000000000000000000000000;hb=0bbebf27d045b1345bc042bdf24ef2e6808df251;hp=9a0b602d28cc84ceaa831816c8f0f835eabb671e;hpb=5be600c3985aa7bcb8d8b51d77d773c76e6802bb;p=jabaws.git diff --git a/website/full_javadoc/compbio/runner/disorder/Jronn.html b/website/full_javadoc/compbio/runner/disorder/Jronn.html deleted file mode 100644 index 9a0b602..0000000 --- a/website/full_javadoc/compbio/runner/disorder/Jronn.html +++ /dev/null @@ -1,514 +0,0 @@ - - - - - - -Jronn - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -compbio.runner.disorder -
-Class Jronn

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

-Command line - - java -Xmx512 -jar jronn_v3.jar -i=test_seq.txt -n=1 -o=out.txt -s=stat.out -

- -

-

-
Author:
-
pvtroshin
-
-
- -

- - - - - - - -
-Nested Class Summary
- - - - - - - -
Nested classes/interfaces inherited from interface compbio.engine.client.Executable
Executable.ExecProvider
-  - - - - - - - - - - - - - - - -
-Field Summary
-static StringKEY_VALUE_SEPARATOR - -
-           
-static StringSTAT_FILE - -
-           
- - - - - - - -
Fields inherited from class compbio.engine.client.SkeletalExecutable
ERROR, INPUT, OUTPUT
-  - - - - - - - - - - -
-Constructor Summary
Jronn() - -
-           
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- List<String>getCreatedFiles() - -
-          This method cannot really tell whether the files has actually been - created or not.
- CommandBuilder<Jronn>getParameters(Executable.ExecProvider provider) - -
-           
- ScoreManagergetResults(String workDirectory) - -
-           
-static StringgetStatFile() - -
-           
- Class<Jronn>getType() - -
-           
- JronnsetInput(String inFile) - -
-           
- voidsetNCore(int ncoreNumber) - -
-           
- JronnsetOutput(String outFile) - -
-           
- - - - - - - -
Methods inherited from class compbio.engine.client.SkeletalExecutable
addParameters, equals, getClusterCpuNum, getClusterJobSettings, 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
-
-
- -

-STAT_FILE

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

-Jronn

-
-public Jronn()
-
-
- - - - - - - - -
-Method Detail
- -

-getResults

-
-public ScoreManager 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<Jronn>
Overrides:
getCreatedFiles in class SkeletalExecutable<Jronn>
-
-
-
See Also:
Executable.getCreatedFiles()
-
-
-
- -

-setInput

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

-setOutput

-
-public Jronn setOutput(String outFile)
-
-
-
Overrides:
setOutput in class SkeletalExecutable<Jronn>
-
-
-
-
-
-
- -

-getType

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

-getStatFile

-
-public static String getStatFile()
-
-
-
-
-
-
- -

-setNCore

-
-public void setNCore(int ncoreNumber)
-
-
-
-
-
-
- -

-getParameters

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