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 SYSTEM_BLAST_TOOL_HPP_
29 #define SYSTEM_BLAST_TOOL_HPP_
126 bool Init (
const char *prog_s);
128 bool SaveCommandLine (
const char *command_line_s);
This datatype stores the ServiceJob and its associated BlastTool.
Definition: blast_service_job.h:66
An ArgsProcessor that adds all of its values to a given ByteBuffer.
Definition: byte_buffer_args_processor.hpp:40
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
OperationStatus
The current status of an Operation.
Definition: operation.h:96
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