|
Zip and Skip Tries
|
Structure to track information about a gene in the combined file. More...
Public Attributes | |
| std::string | name |
| Name or identifier of the gene. | |
| std::streampos | position |
| File position where the gene data begins. | |
| size_t | size |
| Size of the gene data in bytes. | |
Structure to track information about a gene in the combined file.
Stores metadata about each gene including its name, position in the file, and size, allowing for efficient direct access to individual genes.
Definition at line 259 of file genetics.cuh.
| std::string genetics::GeneManager::GeneInfo::name |
Name or identifier of the gene.
Definition at line 261 of file genetics.cuh.
| std::streampos genetics::GeneManager::GeneInfo::position |
File position where the gene data begins.
Definition at line 262 of file genetics.cuh.
| size_t genetics::GeneManager::GeneInfo::size |
Size of the gene data in bytes.
Definition at line 263 of file genetics.cuh.