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.
blast_service_job.h File Reference
#include "blast_service.h"
#include "blast_service_api.h"
#include "service.h"
#include "service_job.h"
Include dependency graph for blast_service_job.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  BlastServiceJob
 This datatype stores the ServiceJob and its associated BlastTool. More...
 

Functions

ServiceJobCloneBlastServiceJob (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...
 

Function Documentation

◆ CloneBlastServiceJob()

ServiceJob* CloneBlastServiceJob ( const ServiceJob src_p)

Variable Documentation

◆ BSJ_LINKED_SERVICE_DATABASE_S

const char* BSJ_LINKED_SERVICE_DATABASE_S = "database"

The name of the exposed database output parameter for LinkedServices.

◆ BSJ_LINKED_SERVICE_SCAFFOLD_S

const char* BSJ_LINKED_SERVICE_SCAFFOLD_S = "scaffold"

The name of the exposed scaffold output parameter for LinkedServices.