|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
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 |
Annotation.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 |
Annotation.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 |
Option.setDefaultValue(String defaultVal)
Sets one of the values defined in optionList as default. |
void |
Parameter.setDefaultValue(String defaultVal)
|
void |
Argument.setValue(String defaultValue)
Set default values for the parameter or an option |
void |
Option.setValue(String dValue)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |