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.
|
Go to the documentation of this file.
29 #ifndef BLAST_FORMATTER_H_
30 #define BLAST_FORMATTER_H_
66 static char *GetConvertedOutputFilename (
const char *
const filename_s,
const uint32 output_format_code);
76 virtual char *GetConvertedOutput (
const char *job_id_s,
const uint32 output_format_code,
const char *custom_format_s,
const struct BlastServiceData *data_p) = 0;
79 static bool IsCustomisableOutputFormat (
const uint32 output_format_code);
125 static char *GetOutputFormatAsString (
const uint32 output_format_code,
const char *custom_output_formats_s);
133 bool SaveCommandLine (
const char *filename_s,
const char *command_line_s);
The configuration data for the Blast Service.
Definition: blast_service.h:143
#define BLAST_SERVICE_LOCAL
Definition: blast_service_api.h:48