diff options
author | Antero Mejr <antero@mailbox.org> | 2023-03-11 13:39:39 +0000 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2023-03-12 11:04:06 +0100 |
commit | ed59796de53dcd7a3510e15fa3b2629c9be50b8a (patch) | |
tree | a9768eb990de0020406b907ee96207122fb6f1ba /gnu/packages | |
parent | fb624c919fe55f4e61a82bbd35579c0a4487b3c4 (diff) | |
download | guix-ed59796de53dcd7a3510e15fa3b2629c9be50b8a.tar.gz |
gnu: python-doubletdetection: Remove python-pre-commit.
* gnu/packages/bioinformatics.scm (python-doubletdetection)[native-inputs]: Remove python-pre-commit. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 0b1f36b347..bdd34fe67f 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -1347,8 +1347,7 @@ demultiplexing step.") (list python-black python-flake8 python-poetry-core - python-pytest - python-pre-commit)) + python-pytest)) (home-page "https://github.com/JonathanShor/DoubletDetection") (synopsis "This is a package to detect doublets in single-cell RNA-seq count matrices") |