-
Notifications
You must be signed in to change notification settings - Fork 11
Home
Jouni Siren edited this page Oct 4, 2024
·
13 revisions
Everything is in namespace gbwtgraph
. Use linker option -lgbwtgraph
to link against the GBWTGraph library.
-
gbwtgraph.h: GBWTGraph interface
- Includes utils.h
-
gbz.h: GBZ file format
- Includes gbwtgraph.h
-
minimizer.h: Minimizer index interface
- Includes utils.h
-
gfa.h: GBWTGraph construction from GFA
- Includes gbwtgraph.h
-
index.h: Minimizer index construction from GBWTGraph
- Includes gbwtgraph.h
- Includes minimizer.h
-
path_cover.h: GBWT construction from a greedy path cover of a graph
- Includes gbwtgraph.h
-
algorithms.h: Graph algorithms
- Includes gbwtgraph.h
-
cached_gbwtgraph.h: Cached GBWTGraph interface
- Includes gbwtgraph.h
-
subgraph.h: Subgraph queries
- Includes gbz.h
- utils.h: Utilities and definitions