diff options
| author | Kjartan Oli Agustsson <kjartanoli@outlook.com> | 2025-06-18 18:10:35 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-22 12:54:10 +0100 |
| commit | 15c41340672a7da29d016e0bef502d1806debfd4 (patch) | |
| tree | c071d6d7d32b5b1d318321ab773e883448a7b1d7 | |
| parent | 492035dfa85b69217b33cdff50dce84fbbf0e843 (diff) | |
gnu: python-scanorama: Run guix style
* gnu/packages/bioinformatics.scm (python-scanorama): Run guix style.
Change-Id: I43bfbe845f6e54dab94c6e0055ee811f70026ab4
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 36 |
1 files changed, 17 insertions, 19 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 268ba0952d3..f0730b2ae2d 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -20668,27 +20668,25 @@ matrices.") (package (name "python-scanorama") (version "1.7.2") - (source (origin - (method url-fetch) - (uri (pypi-uri "scanorama" version)) - (sha256 - (base32 - "0il7bf4c7vli2dm2jx7dskh3ymgv8nmk0y90jzgfrnqjzh250x5w")))) + (source + (origin + (method url-fetch) + (uri (pypi-uri "scanorama" version)) + (sha256 + (base32 "0il7bf4c7vli2dm2jx7dskh3ymgv8nmk0y90jzgfrnqjzh250x5w")))) (build-system pyproject-build-system) - (propagated-inputs - (list python-annoy - python-fbpca - python-geosketch - python-intervaltree - python-matplotlib - python-numpy - python-scikit-learn - python-scipy)) - (native-inputs - (list python-setuptools - python-wheel)) + (propagated-inputs (list python-annoy + python-fbpca + python-geosketch + python-intervaltree + python-matplotlib + python-numpy + python-scikit-learn + python-scipy)) + (native-inputs (list python-setuptools python-wheel)) (home-page "https://github.com/brianhie/scanorama") - (synopsis "Panoramic stitching of heterogeneous single cell transcriptomic data") + (synopsis + "Panoramic stitching of heterogeneous single cell transcriptomic data") (description "Scanorama enables batch-correction and integration of heterogeneous scRNA-seq datasets, which is described in the paper \"Efficient integration of |
