X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Ffull_javadoc%2Fcompbio%2Frunner%2FUtil.html;fp=website%2Ffull_javadoc%2Fcompbio%2Frunner%2FUtil.html;h=0000000000000000000000000000000000000000;hb=0bbebf27d045b1345bc042bdf24ef2e6808df251;hp=8db9c58c38d9e78c381f9bb6c2dc41c175604769;hpb=5be600c3985aa7bcb8d8b51d77d773c76e6802bb;p=jabaws.git diff --git a/website/full_javadoc/compbio/runner/Util.html b/website/full_javadoc/compbio/runner/Util.html deleted file mode 100644 index 8db9c58..0000000 --- a/website/full_javadoc/compbio/runner/Util.html +++ /dev/null @@ -1,423 +0,0 @@ - - - - - - -Util - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -compbio.runner -
-Class Util

-
-java.lang.Object
-  extended by compbio.runner.Util
-
-
-
-
public final class Util
extends Object
- - -

-


- -

- - - - - - - - - - - - - - - -
-Field Summary
-static org.apache.log4j.Loggerlog - -
-           
-static StringSPACE - -
-           
-  - - - - - - - - - - -
-Constructor Summary
Util() - -
-           
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
-static - - - - -
-<T> PresetManager<T>
-
getPresets(Class<? extends Executable<T>> clazz) - -
-           
-static - - - - -
-<T> RunnerConfig<T>
-
getSupportedOptions(Class<? extends Executable<T>> clazz) - -
-           
-static AlignmentreadClustalFile(String workDirectory, - String clustFile) - -
-           
-static Map<String,Score>readJronnFile(String workDirectory, - String clustFile) - -
-           
-static voidwriteInput(List<FastaSequence> sequences, - ConfiguredExecutable<?> exec) - -
-           
- - - - - - - -
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Field Detail
- -

-log

-
-public static org.apache.log4j.Logger log
-
-
-
-
-
- -

-SPACE

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

-Util

-
-public Util()
-
-
- - - - - - - - -
-Method Detail
- -

-getSupportedOptions

-
-public static <T> RunnerConfig<T> getSupportedOptions(Class<? extends Executable<T>> clazz)
-
-
-
-
-
-
- -

-getPresets

-
-public static <T> PresetManager<T> getPresets(Class<? extends Executable<T>> clazz)
-
-
-
-
-
-
- -

-readClustalFile

-
-public static final Alignment readClustalFile(String workDirectory,
-                                              String clustFile)
-                                       throws UnknownFileFormatException,
-                                              IOException,
-                                              FileNotFoundException,
-                                              NullPointerException
-
-
- -
Throws: -
UnknownFileFormatException -
IOException -
FileNotFoundException -
NullPointerException
-
-
-
- -

-readJronnFile

-
-public static final Map<String,Score> readJronnFile(String workDirectory,
-                                                    String clustFile)
-                                             throws UnknownFileFormatException,
-                                                    IOException,
-                                                    FileNotFoundException,
-                                                    NullPointerException
-
-
- -
Throws: -
UnknownFileFormatException -
IOException -
FileNotFoundException -
NullPointerException
-
-
-
- -

-writeInput

-
-public static void writeInput(List<FastaSequence> sequences,
-                              ConfiguredExecutable<?> exec)
-                       throws JobSubmissionException
-
-
- -
Throws: -
JobSubmissionException
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - -