Package org.forester.msa
Class ClustalOmega
java.lang.Object
org.forester.msa.MsaInferrer
org.forester.msa.ClustalOmega
-
Method Summary
Modifier and TypeMethodDescriptionstatic MsaInferrer
createInstance
(String path_to_prg) static String
int
infer
(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:
getErrorDescription
in classMsaInferrer
-
getExitCode
public int getExitCode()- Specified by:
getExitCode
in classMsaInferrer
-
infer
public Msa infer(List<MolecularSequence> seqs, List<String> opts) throws IOException, InterruptedException - Specified by:
infer
in classMsaInferrer
- Throws:
IOException
InterruptedException
-
infer
public Msa infer(File path_to_input_seqs, List<String> opts) throws IOException, InterruptedException - Specified by:
infer
in classMsaInferrer
- Throws:
IOException
InterruptedException
-