Skip to content

Commit

Permalink
paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvollger committed Jan 10, 2024
1 parent cf6891e commit 78e9b44
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ path = "src/main.rs"
[dependencies]
anstyle = "1.0.0"
anyhow = "1.0.58"
bamlift = {path = "bamlift", version = "0.3"}
bio = "1.2.0"
bio-io = {path = "bio-io", version = "^0.3.2" }
clap = {version = "4.4.6", features = ["cargo", "string", "wrap_help", "color", "unstable-styles", "derive"], optional = true}
clap_complete = {version = "4.0.6", optional = true}
clap_mangen = {version = "0.2.5", optional = true}
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ pub mod decorator;

pub mod footprint;

pub mod bamlift;

pub mod bio_io;

use anyhow::Result;
use bio_io::*;
#[cfg(feature = "predict")]
Expand Down

0 comments on commit 78e9b44

Please sign in to comment.