public final class MafftOLD extends java.lang.Object implements MsaInferrer
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
static MsaInferrer |
createInstance(java.lang.String path_to_prg) |
java.lang.String |
getErrorDescription() |
int |
getExitCode() |
Msa |
infer(java.io.File path_to_input_seqs,
java.util.List<java.lang.String> opts) |
public static MsaInferrer createInstance(java.lang.String path_to_prg)
public java.lang.Object clone()
clone in class java.lang.Objectpublic java.lang.String getErrorDescription()
getErrorDescription in interface MsaInferrerpublic int getExitCode()
getExitCode in interface MsaInferrerpublic Msa infer(java.io.File path_to_input_seqs, java.util.List<java.lang.String> opts) throws java.io.IOException, java.lang.InterruptedException
infer in interface MsaInferrerjava.io.IOExceptionjava.lang.InterruptedException