Skip to content

Commit

Permalink
chore: Add polars crate and remove unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
cauliyang committed Nov 10, 2023
1 parent ec9f228 commit fcedddd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,12 @@ noodles-sam = "0.46"

petgraph = { version = "0.6", features = ["serde-1"] }
plotters = { version = "0.3" }

polars = { version = "0.34", features = ["lazy"] }
rayon = { version = "1.8" }
regex = { version = "1.10" }
serde = { version = "1.0" }
serde_json = { version = "1.0" }

walkdir = { version = "2.4" }

# standard crate data is left out
Expand Down
Empty file removed src/graph/cluster.rs
Empty file.
Empty file removed src/graph/distance.rs
Empty file.

0 comments on commit fcedddd

Please sign in to comment.