-
Notifications
You must be signed in to change notification settings - Fork 13
Home
Jouni Siren edited this page Aug 7, 2019
·
24 revisions
- Data model: General | File formats
- Interface:
- Global settings
- Data types
- Node / path identifiers
- Construction: Direct construction | Merging | Removing sequences
- Queries: Low-level queries | Searching
- Haplotype generation
- Metadata
- Benchmarks
- Version history
Everything is in namespace gbwt
.
-
dynamic_gbwt.h: Construction interface
- Includes gbwt.h
-
gbwt.h: Query interface
- Includes algorithms.h
- Includes files.h
- Includes metadata.h
-
algorithms.h: Search algorithms
- Includes support.h
-
variants.h: Support structures for haplotype generation
- Includes utils.h
-
files.h: File formats
- Includes utils.h
-
metadata.h: GBWT metadata
- Includes support.h
-
support.h: Support structures
- Includes utils.h
- utils.h: Definitions and utility methods