Uses of Class
compbio.runner.msa.Probcons

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

Uses of Probcons in compbio.runner.msa
 

Methods in compbio.runner.msa that return Probcons
 Probcons Probcons.setInput(String inFile)
           
 

Methods in compbio.runner.msa that return types with arguments of type Probcons
 Class<Probcons> Probcons.getType()
           
 

Uses of Probcons in compbio.ws.server
 

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

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