Package org.forester.msa
Class Mafft
java.lang.Object
org.forester.msa.MsaInferrer
org.forester.msa.Mafft
-
Method Summary
Modifier and TypeMethodDescriptionstatic MsaInferrercreateInstance(String path_to_prg) static Stringintinfer(List<MolecularSequence> seqs, List<String> opts) Methods inherited from class org.forester.msa.MsaInferrer
clone, isInstalled
-
Method Details
-
createInstance
- Throws:
IOException
-
getDefaultParameters
-
getErrorDescription
- Specified by:
getErrorDescriptionin classMsaInferrer
-
getExitCode
public int getExitCode()- Specified by:
getExitCodein classMsaInferrer
-
infer
public Msa infer(List<MolecularSequence> seqs, List<String> opts) throws IOException, InterruptedException - Specified by:
inferin classMsaInferrer- Throws:
IOExceptionInterruptedException
-
infer
public Msa infer(File path_to_input_seqs, List<String> opts) throws IOException, InterruptedException - Specified by:
inferin classMsaInferrer- Throws:
IOExceptionInterruptedException
-