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.
magic_blast_service.h
Go to the documentation of this file.
1 /*
2  * magic_blast_service.h
3  *
4  * Created on: 5 Jun 2018
5  * Author: billy
6  */
7 
8 #ifndef SERVICES_BLAST_SERVICE_INCLUDE_MAGIC_BLAST_SERVICE_H_
9 #define SERVICES_BLAST_SERVICE_INCLUDE_MAGIC_BLAST_SERVICE_H_
10 
11 #include "blast_service_api.h"
12 #include "service.h"
13 
14 
15 #ifdef __cplusplus
16 extern "C"
17 {
18 #endif
19 
28 
29 
30 #ifdef __cplusplus
31 }
32 #endif
33 
34 
35 
36 #endif /* SERVICES_BLAST_SERVICE_INCLUDE_MAGIC_BLAST_SERVICE_H_ */
service.h
blast_service_api.h
Service
A datatype which defines an available service, its capabilities and its parameters.
Definition: service.h:153
BLAST_SERVICE_LOCAL
#define BLAST_SERVICE_LOCAL
Definition: blast_service_api.h:48
GrassrootsServer
Definition: grassroots_server.h:45
GetMagicBlastService
Service * GetMagicBlastService(GrassrootsServer *grassroots_p)
Get a Service capable of running Magic-Blast searches.