Uses of Class
compbio.metadata.WrongParameterException

Packages that use WrongParameterException
compbio.data.msa Web Service interfaces for JAva Bioinformatics Analysis Web Services. 
compbio.metadata A meta-data model for multiple sequence alignment web services Classes in this package have no dependencies to other sources in the project. 
compbio.ws.server   
 

Uses of WrongParameterException in compbio.data.msa
 

Methods in compbio.data.msa that throw WrongParameterException
 String MsaWS.customAlign(List<FastaSequence> sequences, List<Option<T>> options)
          Align a list of sequences with options.
 String SequenceAnnotation.customAnalize(List<FastaSequence> sequences, List<Option<T>> options)
          Analyse the sequences according to custom settings defined in options list.
 String MsaWS.presetAlign(List<FastaSequence> sequences, Preset<T> preset)
          Align a list of sequences with preset.
 String SequenceAnnotation.presetAnalize(List<FastaSequence> sequences, Preset<T> preset)
          Analyse the sequences according to the preset settings.
 

Uses of WrongParameterException in compbio.metadata
 

Methods in compbio.metadata that throw WrongParameterException
 List<Option<T>> Preset.getArguments(RunnerConfig<T> rconfig)
          Converts list of options as String to type Option
 void Parameter.setDefaultValue(String defaultVal)
           
 void Option.setDefaultValue(String defaultVal)
          Sets one of the values defined in optionList as default.
 void Argument.setValue(String defaultValue)
          Set default values for the parameter or an option
 void Option.setValue(String dValue)
           
 

Uses of WrongParameterException in compbio.ws.server
 

Methods in compbio.ws.server that throw WrongParameterException
 String ClustalOWS.customAlign(List<FastaSequence> sequences, List<Option<ClustalO>> options)
           
 String ClustalWS.customAlign(List<FastaSequence> sequences, List<Option<ClustalW>> options)
           
 String MafftWS.customAlign(List<FastaSequence> sequences, List<Option<Mafft>> options)
           
 String MuscleWS.customAlign(List<FastaSequence> sequences, List<Option<Muscle>> options)
           
 String ProbconsWS.customAlign(List<FastaSequence> sequences, List<Option<Probcons>> options)
           
 String _MsaService.customAlign(List<FastaSequence> sequences, List<Option<T>> options)
           
 String TcoffeeWS.customAlign(List<FastaSequence> sequences, List<Option<Tcoffee>> options)
           
 String DisemblWS.customAnalize(List<FastaSequence> sequences, List<Option<Disembl>> options)
           
 String GlobPlotWS.customAnalize(List<FastaSequence> sequences, List<Option<GlobPlot>> options)
           
 String SequenceAnnotationService.customAnalize(List<FastaSequence> sequences, List<Option<T>> options)
           
 String ClustalOWS.presetAlign(List<FastaSequence> sequences, Preset<ClustalO> preset)
           
 String ClustalWS.presetAlign(List<FastaSequence> sequences, Preset<ClustalW> preset)
           
 String MafftWS.presetAlign(List<FastaSequence> sequences, Preset<Mafft> preset)
           
 String MuscleWS.presetAlign(List<FastaSequence> sequences, Preset<Muscle> preset)
           
 String ProbconsWS.presetAlign(List<FastaSequence> sequences, Preset<Probcons> preset)
           
 String _MsaService.presetAlign(List<FastaSequence> sequences, Preset<T> preset)
           
 String TcoffeeWS.presetAlign(List<FastaSequence> sequences, Preset<Tcoffee> preset)
           
 String DisemblWS.presetAnalize(List<FastaSequence> sequences, Preset<Disembl> preset)
           
 String GlobPlotWS.presetAnalize(List<FastaSequence> sequences, Preset<GlobPlot> preset)
           
 String IUPredWS.presetAnalize(List<FastaSequence> sequences, Preset<IUPred> preset)
           
 String SequenceAnnotationService.presetAnalize(List<FastaSequence> sequences, Preset<T> preset)