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.
PolymarkerSequence Struct Reference

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...
 

Detailed Description

A datatype that stores the information of sequence data that the PolymarkerService can run with.

Field Documentation

◆ ps_name_s

const char* ps_name_s

The name of the database to display to the user.

◆ ps_fasta_filename_s

const char* ps_fasta_filename_s

The filename of the fasta file for this sequence.

◆ ps_description_s

const char* ps_description_s

The description of the database to display to the user.

◆ ps_active_flag

bool ps_active_flag

Sets whether the PolymarkerSequence defaults to being searched against or not.


The documentation for this struct was generated from the following file: