-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
rob-p
committed
Dec 6, 2024
1 parent
5dea2f8
commit 8704b54
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
@@ -20,6 +21,7 @@ keywords = [ | |
"single-cell", | ||
"preprocessing", | ||
"RNA-seq", | ||
"ATAC-seq", | ||
"single-nucleus", | ||
"RNA-velocity", | ||
] | ||
|
@@ -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" |