|
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.
|
#include "blast_service.h"#include "blast_service_api.h"#include "service.h"#include "service_job.h"Go to the source code of this file.
Data Structures | |
| struct | BlastServiceJob |
| This datatype stores the ServiceJob and its associated BlastTool. More... | |
Functions | |
| ServiceJob * | CloneBlastServiceJob (const ServiceJob *src_p) |
Variables | |
| const char * | BSJ_LINKED_SERVICE_DATABASE_S = "database" |
| The name of the exposed database output parameter for LinkedServices. More... | |
| const char * | BSJ_LINKED_SERVICE_SCAFFOLD_S = "scaffold" |
| The name of the exposed scaffold output parameter for LinkedServices. More... | |
| ServiceJob* CloneBlastServiceJob | ( | const ServiceJob * | src_p | ) |
| const char* BSJ_LINKED_SERVICE_DATABASE_S = "database" |
The name of the exposed database output parameter for LinkedServices.
| const char* BSJ_LINKED_SERVICE_SCAFFOLD_S = "scaffold" |
The name of the exposed scaffold output parameter for LinkedServices.