Grassroots Infrastructure
The Grassroots Infrastructure is a suite of computing tools to help users and developers use scientific data infrastructure that can easily be interconnected.
|
Go to the documentation of this file.
28 #ifndef SERVER_SRC_SERVICES_BLAST_INCLUDE_BLAST_APP_PARAMETERS_H_
29 #define SERVER_SRC_SERVICES_BLAST_INCLUDE_BLAST_APP_PARAMETERS_H_
This datatype is used to parse a given ParameterSet in a method suitable for a particular BLAST confi...
Definition: blast_app_parameters.h:47
The configuration data for the Blast Service.
Definition: blast_service.h:143
#define BLAST_SERVICE_LOCAL
Definition: blast_service_api.h:48
A set of Parameters along with an optional name and description.
Definition: parameter_set.h:46
An ArgsProcessor is a class to abstract out how a particular BlastTool stores a value when an argumen...
Definition: args_processor.hpp:46
bool ParseBlastAppParameters(BlastAppParameters *app_p, const struct BlastServiceData *data_p, ParameterSet *params_p, struct ArgsProcessor *ap_p)
Parse a given ParameterSet in a method suitable for a particular BLAST configuration defined by a giv...