Uses of Class
compbio.runner.msa.ClustalO

Packages that use ClustalO
compbio.runner.msa Wrappers for native executables for multiple sequence alignment (msa) 
compbio.ws.server   
 

Uses of ClustalO in compbio.runner.msa
 

Methods in compbio.runner.msa that return ClustalO
 ClustalO ClustalO.setInput(String inFile)
           
 ClustalO ClustalO.setOutput(String outFile)
           
 

Methods in compbio.runner.msa that return types with arguments of type ClustalO
 CommandBuilder<ClustalO> ClustalO.getParameters(Executable.ExecProvider provider)
           
 Class<ClustalO> ClustalO.getType()
           
 

Uses of ClustalO in compbio.ws.server
 

Methods in compbio.ws.server that return types with arguments of type ClustalO
 Limit<ClustalO> ClustalOWS.getLimit(String presetName)
           
 LimitsManager<ClustalO> ClustalOWS.getLimits()
           
 PresetManager<ClustalO> ClustalOWS.getPresets()
           
 RunnerConfig<ClustalO> ClustalOWS.getRunnerOptions()
           
 

Method parameters in compbio.ws.server with type arguments of type ClustalO
 String ClustalOWS.customAlign(List<FastaSequence> sequences, List<Option<ClustalO>> options)
           
 String ClustalOWS.presetAlign(List<FastaSequence> sequences, Preset<ClustalO> preset)