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.
polymarker_tool.hpp File Reference

polymarker_tool.hpp More...

#include "polymarker_service.h"
#include "parameter_set.h"
#include "service_job.h"
#include "polymarker_service_job.h"
#include "primer3_prefs.h"
Include dependency graph for polymarker_tool.hpp:
This graph shows which files directly or indirectly include this file:

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

PolymarkerToolCreatePolymarkerTool (PolymarkerServiceJob *job_p, const PolymarkerSequence *sequence_p, PolymarkerServiceData *data_p)
 
PolymarkerToolCreatePolymarkerToolFromJSON (PolymarkerServiceJob *job_p, const PolymarkerSequence *sequence_p, PolymarkerServiceData *data_p, const json_t *service_job_json_p)
 

Detailed Description

polymarker_tool.hpp

Created on: 6 Feb 2017 Author: billy

Function Documentation

◆ CreatePolymarkerTool()

PolymarkerTool* CreatePolymarkerTool ( PolymarkerServiceJob job_p,
const PolymarkerSequence sequence_p,
PolymarkerServiceData data_p 
)

◆ CreatePolymarkerToolFromJSON()

PolymarkerTool* CreatePolymarkerToolFromJSON ( PolymarkerServiceJob job_p,
const PolymarkerSequence sequence_p,
PolymarkerServiceData data_p,
const json_t *  service_job_json_p 
)