Package org.forester.msa
Class ClustalOmega
java.lang.Object
org.forester.msa.MsaInferrer
org.forester.msa.ClustalOmega
- 
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
 
 -