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.
23 #ifndef SERVICES_FIELD_TRIALS_INCLUDE_GENE_BANK_JOBS_H_
24 #define SERVICES_FIELD_TRIALS_INCLUDE_GENE_BANK_JOBS_H_
ParameterType
The different types that a Parameter can take.
Definition: parameter_type.h:35
A datatype to represent a running task.
Definition: service_job.h:72
bool RunForSubmissionGeneBankParams(FieldTrialServiceData *data_p, ParameterSet *param_set_p, ServiceJob *job_p)
#define DFW_FIELD_TRIAL_SERVICE_LOCAL
Definition: dfw_field_trial_service_library.h:43
Definition: string_parameter.h:32
bool AddSubmissionGeneBankParams(ServiceData *data_p, ParameterSet *param_set_p)
A datatype for holding the configuration data for a Service.
Definition: service.h:126
bool GetSubmissionGeneBankParameterTypeForNamedParameter(const char *param_name_s, ParameterType *pt_p)
The configuration data used by the DFW Field Trial Service.
Definition: dfw_field_trial_service_data.h:118
bool SetUpGenBanksListParameter(const FieldTrialServiceData *data_p, StringParameter *param_p)
A set of Parameters along with an optional name and description.
Definition: parameter_set.h:46