Skip to content

Commit

Permalink
new convert compiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Patro committed Mar 6, 2024
1 parent c2842f8 commit e74dde2
Show file tree
Hide file tree
Showing 4 changed files with 238 additions and 28 deletions.
113 changes: 112 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ sce = { git = "https://github.com/parazodiac/SingleCellExperiment", branch = "de
# no shenanigans; clap makes breaking "fixes" too often to allow variability
# in the version different from what we tested with
clap = { version = "=4.5.1", features = ["derive", "wrap_help", "cargo", "help", "usage", "string", "error-context"] }
noodles = { version = "0.65.0", features = ["bam", "bgzf", "sam"] }
noodles-util = { version = "0.37.0", features = ["alignment"] }

[profile.release]
#debug = true
Expand Down
Loading

0 comments on commit e74dde2

Please sign in to comment.