Package org.forester.msa
Class MsaInferrer
java.lang.Object
org.forester.msa.MsaInferrer
- Direct Known Subclasses:
ClustalOmega
,Mafft
-
Constructor Details
-
MsaInferrer
public MsaInferrer()
-
-
Method Details
-
getErrorDescription
-
getExitCode
public abstract int getExitCode() -
isInstalled
-
clone
-
infer
public abstract Msa infer(File path_to_input_seqs, List<String> opts) throws IOException, InterruptedException - Throws:
IOException
InterruptedException
-
infer
public abstract Msa infer(List<MolecularSequence> seqs, List<String> opts) throws IOException, InterruptedException - Throws:
IOException
InterruptedException
-