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.
|
Services for the SamTools suite of tools. More...
Functions | |
ServicesArray * | GetServices (UserDetails *user_p, GrassrootsServer *grassroots_p) |
Get the ServicesArray containing the SamTools Services. More... | |
void | ReleaseServices (ServicesArray *services_p) |
Free the ServicesArray containing the SamTools Services. More... | |
Services for the SamTools suite of tools.
This Module offers some of the functionality available within the SamTools libraries. General information can be found in the samtools_service_guide documentation.
ServicesArray* GetServices | ( | UserDetails * | user_p, |
GrassrootsServer * | grassroots_p | ||
) |
Get the ServicesArray containing the SamTools Services.
user_p | The UserDetails for the user trying to access the services. This can be NULL . |
NULL
upon error. void ReleaseServices | ( | ServicesArray * | services_p | ) |
Free the ServicesArray containing the SamTools Services.
services_p | The ServicesArray to free. |