Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modkit-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ rustc-hash = "1.1.0"
rv = "=0.16.0"
statrs = "0.16.0"
substring = "1.4.5"
tempfile = "3.2"
thiserror = "2.0.11"
tokio = "1.42.0"
tracing = "0.1.41"
Expand All @@ -59,5 +60,4 @@ serde_json = "1.0.149"
[dev-dependencies]
assert_approx_eq = "1.1.0"
similar-asserts = "1.4.2"
tempfile = "3.2"
serde = {version = "1.0.219", features = ["derive"]}
1 change: 1 addition & 0 deletions modkit-core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ pub mod mod_base_code;
pub mod modbam_util;
pub mod monoid;
pub mod motifs;
pub(crate) mod ordered_scheduler;
pub mod pileup;
pub mod position_filter;
pub mod read_ids_to_base_mod_probs;
Expand Down
Loading