diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-08-31 23:04:49 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-08-31 23:11:05 +0200 |
commit | 55cb5a62a1d27190f2241a4748a7a64d94715530 (patch) | |
tree | 8d02c5f75f85cffa749f11afeb91f9b1e7d86752 | |
parent | 439f7c68871a4ab9c57046fd5956aafc35d27e51 (diff) |
gnu: python-scanpy: Propagate sinfo.
* gnu/packages/bioinformatics.scm (python-scanpy)[native-inputs]: Move
python-sinfo from here...
[propagated-inputs]: ...to here.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index eef22b8041..6fde9a474e 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -11542,6 +11542,7 @@ implementation differs in these ways: ("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 @@ implementation differs in these ways: ("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 |