Skip to content

Commit

Permalink
Merge pull request #34 from COMBINE-lab/develop
Browse files Browse the repository at this point in the history
feat: add atac-seq-support
  • Loading branch information
rob-p authored Dec 6, 2024
2 parents 09c3d20 + 8704b54 commit 7a64d02
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ authors = [
"Hirak Sarkar <[email protected]>",
"Dongze He <[email protected]>",
"Mohsen Zakeri <[email protected]>",
"Noor Pratab Singh <[email protected]>",
"Rob Patro <[email protected]>",
]
edition = "2021"
Expand All @@ -20,6 +21,7 @@ keywords = [
"single-cell",
"preprocessing",
"RNA-seq",
"ATAC-seq",
"single-nucleus",
"RNA-velocity",
]
Expand All @@ -42,5 +44,5 @@ crossbeam-queue = "0.3.11"
noodles = { version = "0.85.0", features = ["bam", "sam"] }

[dev-dependencies]
needletail="0.5.1"
indicatif="0.17.8"
needletail = "0.6.1"
indicatif = "0.17.9"

0 comments on commit 7a64d02

Please sign in to comment.