mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
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>
This commit is contained in:
parent
fb624c919f
commit
ed59796de5
1 changed files with 1 additions and 2 deletions
|
@ -1347,8 +1347,7 @@ (define-public python-doubletdetection
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue