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.
27 #ifndef SERVICES_POLYMARKER_SERVICE_INCLUDE_POLYMARKER_UTILS_H_
28 #define SERVICES_POLYMARKER_SERVICE_INCLUDE_POLYMARKER_UTILS_H_
bool CreateMarkerListFile(const char *marker_file_s, const ParameterSet *param_set_p)
The ServiceData used for the PolymarkerService.
Definition: polymarker_service.h:129
A doubly-linked list that can be traversed in either direction.
Definition: linked_list.h:56
bool CreateAndAddMarkerListFile(const char *marker_file_s, const ParameterSet *param_set_p, ByteBuffer *buffer_p)
ServiceJobSet * GetPreviousJobResults(LinkedList *ids_p, PolymarkerServiceData *polymarker_data_p)
const char * GetSequenceParametersGroupName(void)
A datatype to represent a collection of ServiceJobs.
Definition: service_job.h:185
A datatype to allow an automatically growing buffer for appending data to.
Definition: byte_buffer.h:35
#define POLYMARKER_SERVICE_LOCAL
Definition: polymarker_service.h:48
A set of Parameters along with an optional name and description.
Definition: parameter_set.h:46