Package | Description |
---|---|
compbio.data.msa |
Web Service interfaces for JAva Bioinformatics Analysis Web Services.
|
compbio.data.msa.jaxws | |
compbio.engine.client | |
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.runner |
Utilities commonly used by all runners.
|
compbio.ws.client |
A command line client and web services testing client for
JAva Bioinformatics Analysis Web Services.
|
compbio.ws.server |
Modifier and Type | Method and Description |
---|---|
RunnerConfig<T> |
Metadata.getRunnerOptions()
Get options supported by a web service
|
Modifier and Type | Field and Description |
---|---|
private RunnerConfig |
GetRunnerOptionsResponse._return |
Modifier and Type | Method and Description |
---|---|
RunnerConfig |
GetRunnerOptionsResponse.getReturn() |
Modifier and Type | Method and Description |
---|---|
void |
GetRunnerOptionsResponse.setReturn(RunnerConfig _return) |
Modifier and Type | Method and Description |
---|---|
static <V> RunnerConfig<V> |
ConfExecutable.getRunnerOptions(java.lang.Class<? extends Executable<V>> clazz) |
Modifier and Type | Method and Description |
---|---|
RunnerConfig<T> |
RunnerConfig.copyAndValidateRConfig(RunnerConfig<?> runnerConf) |
Modifier and Type | Method and Description |
---|---|
RunnerConfig<T> |
RunnerConfig.copyAndValidateRConfig(RunnerConfig<?> runnerConf) |
(package private) Argument<T> |
PresetManager.getArgument(RunnerConfig<T> options,
java.lang.String optionName) |
java.util.List<Option<T>> |
Preset.getArguments(RunnerConfig<T> rconfig)
Converts list of options as String to type Option
|
void |
PresetManager.validate(RunnerConfig<T> options)
Checks whether preset option and parameter are defined in RunnerConfig
object.
|
Modifier and Type | Field and Description |
---|---|
private RunnerConfig<? extends Executable<?>> |
OptionCombinator.rconfig |
Modifier and Type | Method and Description |
---|---|
static <T> RunnerConfig<T> |
Util.getSupportedOptions(java.lang.Class<? extends Executable<T>> clazz) |
static <T> RunnerConfig<T> |
RunnerUtil.getSupportedOptions(java.lang.Class<? extends Executable<T>> clazz) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.lang.String> |
OptionCombinator.argumentsToCommandString(java.util.List<? extends Option<?>> arguments,
RunnerConfig<? extends Executable<?>> rconfig) |
Constructor and Description |
---|
OptionCombinator(RunnerConfig<? extends Executable<?>> rconfig) |
Modifier and Type | Method and Description |
---|---|
(package private) static <T> java.util.List<Option<T>> |
MetadataHelper.processParameters(java.util.List<java.lang.String> params,
RunnerConfig<T> options)
Converts options supplied via parameters file into
Option objects |
Modifier and Type | Field and Description |
---|---|
private RunnerConfig<T> |
GenericMetadataService.aaconOptions |
private static RunnerConfig<ClustalO> |
ClustalOWS.clustalOptions |
private static RunnerConfig<ClustalW> |
ClustalWS.clustalOptions |
private static RunnerConfig<GLprobs> |
GLprobsWS.GLprobsOptions |
private static RunnerConfig<Mafft> |
MafftWS.mafftOptions |
private static RunnerConfig<MSAprobs> |
MSAprobsWS.MSAprobsOptions |
private static RunnerConfig<Muscle> |
MuscleWS.muscleOptions |
private static RunnerConfig<Probcons> |
ProbconsWS.probconsOptions |
private static RunnerConfig<Tcoffee> |
TcoffeeWS.tcoffeeOptions |
Modifier and Type | Method and Description |
---|---|
RunnerConfig<T> |
GenericMetadataService.getRunnerOptions() |
RunnerConfig<GLprobs> |
GLprobsWS.getRunnerOptions() |
RunnerConfig<Mafft> |
MafftWS.getRunnerOptions() |
RunnerConfig<ClustalO> |
ClustalOWS.getRunnerOptions() |
RunnerConfig<MSAprobs> |
MSAprobsWS.getRunnerOptions() |
RunnerConfig<Muscle> |
MuscleWS.getRunnerOptions() |
RunnerConfig<ClustalW> |
ClustalWS.getRunnerOptions() |
RunnerConfig<Tcoffee> |
TcoffeeWS.getRunnerOptions() |
RunnerConfig<Probcons> |
ProbconsWS.getRunnerOptions() |