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.
|
#include "polymarker_service.h"
#include "parameter_set.h"
#include "service_job.h"
#include "polymarker_service_job.h"
#include "primer3_prefs.h"
Go to the source code of this file.
Data Structures | |
class | PolymarkerTool |
The base class for the object that will actually run the Polymarker application. More... | |
Functions | |
PolymarkerTool * | CreatePolymarkerTool (PolymarkerServiceJob *job_p, const PolymarkerSequence *sequence_p, PolymarkerServiceData *data_p) |
PolymarkerTool * | CreatePolymarkerToolFromJSON (PolymarkerServiceJob *job_p, const PolymarkerSequence *sequence_p, PolymarkerServiceData *data_p, const json_t *service_job_json_p) |
Created on: 6 Feb 2017 Author: billy
PolymarkerTool* CreatePolymarkerTool | ( | PolymarkerServiceJob * | job_p, |
const PolymarkerSequence * | sequence_p, | ||
PolymarkerServiceData * | data_p | ||
) |
PolymarkerTool* CreatePolymarkerToolFromJSON | ( | PolymarkerServiceJob * | job_p, |
const PolymarkerSequence * | sequence_p, | ||
PolymarkerServiceData * | data_p, | ||
const json_t * | service_job_json_p | ||
) |