From 8704b54215d0adef6183631dbf61170254101767 Mon Sep 17 00:00:00 2001 From: rob-p Date: Fri, 6 Dec 2024 17:50:19 -0500 Subject: [PATCH] feat: add atac-seq-support --- Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 998e6fc..8fac748 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ authors = [ "Hirak Sarkar ", "Dongze He ", "Mohsen Zakeri ", + "Noor Pratab Singh ", "Rob Patro ", ] 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"