From 15c41340672a7da29d016e0bef502d1806debfd4 Mon Sep 17 00:00:00 2001 From: Kjartan Oli Agustsson Date: Wed, 18 Jun 2025 18:10:35 +0000 Subject: [PATCH] gnu: python-scanorama: Run guix style * gnu/packages/bioinformatics.scm (python-scanorama): Run guix style. Change-Id: I43bfbe845f6e54dab94c6e0055ee811f70026ab4 Signed-off-by: Sharlatan Hellseher --- gnu/packages/bioinformatics.scm | 36 ++++++++++++++++----------------- 1 file changed, 17 insertions(+), 19 deletions(-) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 268ba0952d..f0730b2ae2 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