|
| genomeIndex_t | start |
| genomeIndex_t | size |
| char | md5 [2 *MD5_DIGEST_LENGTH+1] |
| char | name [MAX_GENOME_INFO_STRING] |
| char | assemblyID [MAX_GENOME_INFO_STRING] |
| char | uri [MAX_GENOME_INFO_STRING] |
| char | species [MAX_GENOME_INFO_STRING] |
Definition at line 40 of file GenomeSequenceHelpers.h.
◆ constructorClear()
| void ChromosomeInfo::constructorClear |
( |
| ) |
|
|
inline |
◆ setAssemblyID()
| void ChromosomeInfo::setAssemblyID |
( |
const char * | newID | ) |
|
|
inline |
Definition at line 62 of file GenomeSequenceHelpers.h.
63 {
64 strncpy(assemblyID, newID, sizeof(assemblyID)-1);
65 name[sizeof(name)-1] = '\0';
66 }
◆ setChromosomeName()
| void ChromosomeInfo::setChromosomeName |
( |
const char * | n | ) |
|
|
inline |
Definition at line 48 of file GenomeSequenceHelpers.h.
49 {
50 strncpy(name, n, sizeof(name)-1);
51 name[sizeof(name)-1] = '\0';
52 }
◆ setSpecies()
| void ChromosomeInfo::setSpecies |
( |
const char * | newSpecies | ) |
|
|
inline |
Definition at line 67 of file GenomeSequenceHelpers.h.
68 {
69 strncpy(species, newSpecies, sizeof(species)-1);
70 species[sizeof(species)-1] = '\0';
71 }
◆ setURI()
| void ChromosomeInfo::setURI |
( |
const char * | newURI | ) |
|
|
inline |
Definition at line 72 of file GenomeSequenceHelpers.h.
73 {
74 strncpy(uri, newURI, sizeof(uri)-1);
75 uri[sizeof(uri)-1] = '\0';
76 }
◆ assemblyID
| char ChromosomeInfo::assemblyID[MAX_GENOME_INFO_STRING] |
◆ MAX_GENOME_INFO_STRING
| const int ChromosomeInfo::MAX_GENOME_INFO_STRING =128 |
|
static |
◆ md5
| char ChromosomeInfo::md5[2 *MD5_DIGEST_LENGTH+1] |
◆ name
| char ChromosomeInfo::name[MAX_GENOME_INFO_STRING] |
◆ size
| genomeIndex_t ChromosomeInfo::size |
◆ species
| char ChromosomeInfo::species[MAX_GENOME_INFO_STRING] |
◆ start
| genomeIndex_t ChromosomeInfo::start |
◆ uri
| char ChromosomeInfo::uri[MAX_GENOME_INFO_STRING] |
The documentation for this struct was generated from the following file: