Uses of Class
compbio.runner.msa.Tcoffee

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

Uses of Tcoffee in compbio.runner.msa
 

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

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

Uses of Tcoffee in compbio.ws.server
 

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

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