Decouple k-mer counting from the partitioner by introducing a new `Counter` struct. The module exposes a fluent builder API with optional partial file retention, executes partition processing in parallel via Rayon with memory-aware chunk sizing, and integrates thread-safe progress callbacks. Update all callers to use the new counter, simplify test pipelines by removing serialization overhead, and clarify algorithm separation in module documentation.
62 lines
832 B
Plaintext
62 lines
832 B
Plaintext
.venv/
|
|
.DS_Store
|
|
.claude/
|
|
.kilo/
|
|
.serena/
|
|
.zed/
|
|
.ast-cache/
|
|
memory/
|
|
sandbox/
|
|
src/target
|
|
data-stress
|
|
*.fasta
|
|
*.fasta.gz
|
|
*.fastq
|
|
*.fastq.gz
|
|
*.vcf
|
|
*.zst
|
|
*.zst.meta
|
|
*.pb
|
|
**/*.json
|
|
*.bin
|
|
*.log
|
|
*.csv
|
|
*.meta
|
|
*.pfiv
|
|
*.done
|
|
*.efh
|
|
*.efl
|
|
*.bin.idx
|
|
*.prsb
|
|
Betula_exilis--IGA-24-33
|
|
benchmark/genomes
|
|
benchmark/genomes_orig
|
|
benchmark/simulated_data
|
|
benchmark/specimen_index_presence
|
|
benchmark/specimen_index_count
|
|
benchmark/global_index_presence
|
|
benchmark/global_index_presence_orig
|
|
benchmark/global_index_presence_sav
|
|
benchmark/all_specific
|
|
benchmark/global_index_count
|
|
benchmark/stats
|
|
benchmark/reference_index
|
|
benchmark/reference_dist
|
|
benchmark/obikmer_dist
|
|
benchmark/specific_index_count
|
|
benchmark/specific_index_presence
|
|
benchmark/query_data
|
|
TNT
|
|
phyg
|
|
biblio
|
|
*.tnt
|
|
*.tre
|
|
*.phy
|
|
*.treefile
|
|
*.bionj
|
|
*.iqtree
|
|
*.mldist
|
|
*.parstree
|
|
*.ckp.gz
|
|
*.model
|