-
Notifications
You must be signed in to change notification settings - Fork 13
Home
Jouni Siren edited this page Apr 5, 2021
·
24 revisions
- Data model: General | File formats
- Interface:
- Benchmarks
- Version history
- Ideas that have not been implemented
Everything is in namespace gbwt
. Use linker option -lgbwt
to link against the GBWT library.
-
dynamic_gbwt.h: Construction interface
- Includes gbwt.h
-
cached_gbwt.h: Cached query interface
- Includes gbwt.h
-
fast_locate.h: R-index locate structure
- 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