Uses of Class
compbio.runner.msa.Mafft

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

Uses of Mafft in compbio.runner.msa
 

Methods in compbio.runner.msa that return Mafft
 Mafft Mafft.addParameters(List<String> parameters)
          Mafft input must always be the last parameter!
 Mafft Mafft.setInput(String inFile)
           
 

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

Uses of Mafft in compbio.ws.server
 

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

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