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.
blastn_service.h
Go to the documentation of this file.
1 /*
2  * nucleotide_blast_service.h
3  *
4  * Created on: 13 Oct 2016
5  * Author: billy
6  */
7 
8 #ifndef SERVER_SRC_SERVICES_BLAST_INCLUDE_BLASTN_SERVICE_H_
9 #define SERVER_SRC_SERVICES_BLAST_INCLUDE_BLASTN_SERVICE_H_
10 
11 
12 #include "blast_service_api.h"
13 #include "service.h"
14 
15 
16 #ifdef __cplusplus
17 extern "C"
18 {
19 #endif
20 
21 
29 
30 
31 #ifdef __cplusplus
32 }
33 #endif
34 
35 
36 #endif /* SERVER_SRC_SERVICES_BLAST_INCLUDE_BLASTN_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
GetBlastNService
Service * GetBlastNService(GrassrootsServer *grassroots_p)
Get a Service capable of running BlastN searches.
GrassrootsServer
Definition: grassroots_server.h:45