mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: python-scanpy: Propagate sinfo.
* gnu/packages/bioinformatics.scm (python-scanpy)[native-inputs]: Move python-sinfo from here... [propagated-inputs]: ...to here.
This commit is contained in:
parent
439f7c6887
commit
55cb5a62a1
1 changed files with 2 additions and 2 deletions
|
@ -11542,6 +11542,7 @@ (define-public python-scanpy
|
|||
("python-scikit-learn" ,python-scikit-learn)
|
||||
("python-scipy" ,python-scipy)
|
||||
("python-seaborn" ,python-seaborn)
|
||||
("python-sinfo" ,python-sinfo)
|
||||
("python-statsmodels" ,python-statsmodels)
|
||||
("python-tables" ,python-tables)
|
||||
("python-pytoml" ,python-pytoml)
|
||||
|
@ -11553,8 +11554,7 @@ (define-public python-scanpy
|
|||
("python-flit" ,python-flit)
|
||||
("python-leidenalg" ,python-leidenalg)
|
||||
("python-pytest" ,python-pytest)
|
||||
("python-setuptools-scm" ,python-setuptools-scm)
|
||||
("python-sinfo" ,python-sinfo)))
|
||||
("python-setuptools-scm" ,python-setuptools-scm)))
|
||||
(home-page "https://github.com/theislab/scanpy")
|
||||
(synopsis "Single-Cell Analysis in Python.")
|
||||
(description "Scanpy is a scalable toolkit for analyzing single-cell gene
|
||||
|
|
Loading…
Reference in a new issue