public final class ClustalOmega extends MsaInferrer
| Modifier and Type | Method and Description |
|---|---|
static MsaInferrer |
createInstance(String path_to_prg) |
static String |
getDefaultParameters() |
String |
getErrorDescription() |
int |
getExitCode() |
Msa |
infer(File path_to_input_seqs,
List<String> opts) |
Msa |
infer(List<MolecularSequence> seqs,
List<String> opts) |
clone, isInstalledpublic static MsaInferrer createInstance(String path_to_prg) throws IOException
IOExceptionpublic static String getDefaultParameters()
public String getErrorDescription()
getErrorDescription in class MsaInferrerpublic int getExitCode()
getExitCode in class MsaInferrerpublic Msa infer(List<MolecularSequence> seqs, List<String> opts) throws IOException, InterruptedException
infer in class MsaInferrerIOExceptionInterruptedExceptionpublic Msa infer(File path_to_input_seqs, List<String> opts) throws IOException, InterruptedException
infer in class MsaInferrerIOExceptionInterruptedExceptionCopyright © 2016. All rights reserved.