refactor: rename obikindex to obikindexer

This commit is contained in:
Eric Coissac
2026-08-21 05:29:34 +02:00
parent 5c1584967f
commit 96b6517541
22 changed files with 132 additions and 50 deletions
+2 -1
View File
@@ -18,6 +18,7 @@ rayon = "1"
tracing = "0.1.44"
[dev-dependencies]
obiread = { path = "../obiread" }
obiread = { path = "../obiread" }
obikindexer = { path = "../obikindexer" }
tempfile = "3"
tracing-subscriber = { version = "0.3", features = ["fmt", "env-filter"] }
+2 -2
View File
@@ -6,8 +6,8 @@ use obikindex::layer::MphfLayer;
use obisys::Reporter;
use tempfile::tempdir;
use obikindex::algorithms::dereplicator::Dereplicator;
use obikindex::algorithms::partitionner::PartitionRouter;
use obikindexer::algorithms::dereplicator::Dereplicator;
use obikindexer::algorithms::partitionner::PartitionRouter;
use obikindex::{GenomeInfo, IndexConfig, KmerIndex, MergeMode};
use super::alignment::SnpAlignmentExt;