feat(obikmer): add obisys profiling to partition pipeline

Added obisys as a local dependency and integrated its Reporter and Stage instrumentation into the partition command. Each major phase (scatter, dereplicate, and kmer-counting) is now wrapped in timing blocks, with aggregated execution times printed to stdout upon completion.
This commit is contained in:
Eric Coissac
2026-05-17 16:01:49 +08:00
parent d0c277d5b6
commit 8c16b79983
3 changed files with 13 additions and 1 deletions
+1
View File
@@ -1734,6 +1734,7 @@ dependencies = [
"obiread",
"obiskbuilder",
"obiskio",
"obisys",
"ph",
"pprof",
"rayon",