Package org.forester.msa
Class ClustalOmega
- java.lang.Object
-
- org.forester.msa.MsaInferrer
-
- org.forester.msa.ClustalOmega
-
public final class ClustalOmega extends MsaInferrer
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MsaInferrercreateInstance(java.lang.String path_to_prg)static java.lang.StringgetDefaultParameters()java.lang.StringgetErrorDescription()intgetExitCode()Msainfer(java.io.File path_to_input_seqs, java.util.List<java.lang.String> opts)Msainfer(java.util.List<MolecularSequence> seqs, java.util.List<java.lang.String> opts)-
Methods inherited from class org.forester.msa.MsaInferrer
clone, isInstalled
-
-
-
-
Method Detail
-
createInstance
public static MsaInferrer createInstance(java.lang.String path_to_prg) throws java.io.IOException
- Throws:
java.io.IOException
-
getDefaultParameters
public static java.lang.String getDefaultParameters()
-
getErrorDescription
public java.lang.String getErrorDescription()
- Specified by:
getErrorDescriptionin classMsaInferrer
-
getExitCode
public int getExitCode()
- Specified by:
getExitCodein classMsaInferrer
-
infer
public Msa infer(java.util.List<MolecularSequence> seqs, java.util.List<java.lang.String> opts) throws java.io.IOException, java.lang.InterruptedException
- Specified by:
inferin classMsaInferrer- Throws:
java.io.IOExceptionjava.lang.InterruptedException
-
infer
public Msa infer(java.io.File path_to_input_seqs, java.util.List<java.lang.String> opts) throws java.io.IOException, java.lang.InterruptedException
- Specified by:
inferin classMsaInferrer- Throws:
java.io.IOExceptionjava.lang.InterruptedException
-
-