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.
|
The ServiceData used for the PolymarkerService. More...
#include <polymarker_service.h>
Data Fields | |
ServiceData | psd_base_data |
The base ServiceData. More... | |
PolymarkerToolType | psd_tool_type |
The type of tool that this PolymarkerService will use. More... | |
const char * | psd_working_dir_s |
The directory where the Polymarker input, output and log files will be stored. More... | |
const char * | psd_executable_s |
If the system-based PolymarkerTool is to be used, this is the executable that the system-based PolymarkerTool will use. More... | |
const char * | psd_aligner_s |
Polymarker can use either blast or exonerate as its aligner. More... | |
const char * | psd_default_primer_config_file_s |
File with preferences to be sent to primer3. More... | |
const char * | psd_thermodynamic_parameters_path_s |
Path to Primer3 config files. More... | |
PolymarkerSequence * | psd_index_data_p |
An array of available PolymarkerSequence objects that the PolymarkerService can run against. More... | |
size_t | psd_index_data_size |
The number of PolymarkerSequence objects stored in psd_index_data_p. More... | |
AsyncTasksManager * | psd_task_manager_p |
The AsyncTasksManager used for coordinating the PolymarkerServiceJobs being run. More... | |
The ServiceData used for the PolymarkerService.
ServiceData psd_base_data |
The base ServiceData.
PolymarkerToolType psd_tool_type |
The type of tool that this PolymarkerService will use.
const char* psd_working_dir_s |
The directory where the Polymarker input, output and log files will be stored.
const char* psd_executable_s |
If the system-based PolymarkerTool is to be used, this is the executable that the system-based PolymarkerTool will use.
const char* psd_aligner_s |
Polymarker can use either blast or exonerate as its aligner.
const char* psd_default_primer_config_file_s |
File with preferences to be sent to primer3.
const char* psd_thermodynamic_parameters_path_s |
Path to Primer3 config files.
PolymarkerSequence* psd_index_data_p |
An array of available PolymarkerSequence objects that the PolymarkerService can run against.
size_t psd_index_data_size |
The number of PolymarkerSequence objects stored in psd_index_data_p.
AsyncTasksManager* psd_task_manager_p |
The AsyncTasksManager used for coordinating the PolymarkerServiceJobs being run.