2026-04-16 22:38:20 +02:00
|
|
|
site_name: obikmer
|
|
|
|
|
docs_dir: docmd
|
|
|
|
|
site_dir: doc
|
|
|
|
|
|
|
|
|
|
theme:
|
|
|
|
|
name: material
|
|
|
|
|
|
|
|
|
|
plugins:
|
|
|
|
|
- mermaid2:
|
|
|
|
|
- bibtex:
|
|
|
|
|
bib_file: docmd/references.bib
|
|
|
|
|
csl_file: docmd/ecology-letters.csl
|
2026-04-27 16:56:13 +02:00
|
|
|
enable_inline_citations: false
|
2026-04-16 22:38:20 +02:00
|
|
|
|
|
|
|
|
markdown_extensions:
|
|
|
|
|
- admonition
|
|
|
|
|
- footnotes
|
|
|
|
|
- tables
|
2026-04-29 22:52:42 +02:00
|
|
|
- pymdownx.superfences:
|
|
|
|
|
custom_fences:
|
|
|
|
|
- name: mermaid
|
|
|
|
|
class: mermaid
|
|
|
|
|
format: !!python/name:pymdownx.superfences.fence_code_format
|
2026-04-16 22:38:20 +02:00
|
|
|
- pymdownx.arithmatex:
|
|
|
|
|
generic: true
|
|
|
|
|
|
|
|
|
|
extra_javascript:
|
|
|
|
|
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
|
|
|
|
|
|
|
|
|
|
nav:
|
|
|
|
|
- Home: index.md
|
|
|
|
|
- Theory:
|
2026-04-27 16:56:13 +02:00
|
|
|
- Kmers and super-kmers: kmers.md
|
2026-04-16 22:38:20 +02:00
|
|
|
- DNA encoding: theory/encoding.md
|
|
|
|
|
- Entropy filter: theory/entropy.md
|
2026-04-27 16:56:13 +02:00
|
|
|
- Minimizer selection: theory/minimizer.md
|
2026-04-16 22:38:20 +02:00
|
|
|
- Partitioning architecture: theory/indexing.md
|
|
|
|
|
- Implementation:
|
|
|
|
|
- SuperKmer: implementation/superkmer.md
|
|
|
|
|
- Kmer: implementation/kmer.md
|
|
|
|
|
- Chunk reader: implementation/chunkreader.md
|
|
|
|
|
- Construction pipeline: implementation/pipeline.md
|
2026-04-24 08:52:46 +02:00
|
|
|
- obipipeline library: implementation/obipipeline.md
|
2026-04-16 22:38:20 +02:00
|
|
|
- On-disk storage: implementation/storage.md
|
|
|
|
|
- MPHF selection: implementation/mphf.md
|
2026-04-29 22:52:42 +02:00
|
|
|
- Unitig evidence encoding: implementation/unitig_evidence.md
|
2026-05-09 17:20:08 +08:00
|
|
|
- obilayeredmap crate: implementation/obilayeredmap.md
|
2026-05-13 06:24:43 +08:00
|
|
|
- PersistentCompactIntVec: implementation/persistent_compact_int_vec.md
|
2026-05-13 21:39:08 +08:00
|
|
|
- PersistentBitVec: implementation/persistent_bit_vec.md
|
2026-04-16 22:38:20 +02:00
|
|
|
- Architecture:
|
|
|
|
|
- Sequences: architecture/sequences/invariant.md
|
2026-05-14 21:28:25 +08:00
|
|
|
- Kmer index: architecture/index_architecture.md
|
2026-04-16 22:38:20 +02:00
|
|
|
|
|
|
|
|
watch:
|
|
|
|
|
- docmd
|
|
|
|
|
- mkdocs.yml
|