public abstract class MsaInferrer extends Object
| Constructor and Description |
|---|
MsaInferrer() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
abstract String |
getErrorDescription() |
abstract int |
getExitCode() |
abstract Msa |
infer(File path_to_input_seqs,
List<String> opts) |
abstract Msa |
infer(List<MolecularSequence> seqs,
List<String> opts) |
static boolean |
isInstalled(String path_to_prg) |
public abstract String getErrorDescription()
public abstract int getExitCode()
public static boolean isInstalled(String path_to_prg)
public abstract Msa infer(File path_to_input_seqs, List<String> opts) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic abstract Msa infer(List<MolecularSequence> seqs, List<String> opts) throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2016. All rights reserved.