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.
|
A datatype that stores the information of sequence data that the PolymarkerService can run with. More...
#include <polymarker_service.h>
Data Fields | |
const char * | ps_name_s |
The name of the database to display to the user. More... | |
const char * | ps_fasta_filename_s |
The filename of the fasta file for this sequence. More... | |
const char * | ps_description_s |
The description of the database to display to the user. More... | |
bool | ps_active_flag |
Sets whether the PolymarkerSequence defaults to being searched against or not. More... | |
A datatype that stores the information of sequence data that the PolymarkerService can run with.
const char* ps_name_s |
The name of the database to display to the user.
const char* ps_fasta_filename_s |
The filename of the fasta file for this sequence.
const char* ps_description_s |
The description of the database to display to the user.
bool ps_active_flag |
Sets whether the PolymarkerSequence defaults to being searched against or not.