From 825ceadb5fd559930f9e60d8e40db5e5509e508a Mon Sep 17 00:00:00 2001 From: Kjartan Oli Agustsson Date: Wed, 18 Jun 2025 21:04:33 +0000 Subject: [PATCH] gnu: tbsp: Run guix style * gnu/packages/bioinformatics.scm (tbsp): Run guix style. Change-Id: I3301f95963aac1f47b28e86a40374df2171732f8 Signed-off-by: Sharlatan Hellseher --- gnu/packages/bioinformatics.scm | 36 +++++++++++++++------------------ 1 file changed, 16 insertions(+), 20 deletions(-) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 0fcbe8e6bee..26a1e39df9e 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -22351,28 +22351,24 @@ and reflect the fast5 file schema, and tools to convert between (commit commit))) (file-name (git-file-name name version)) (sha256 - (base32 - "1im0bik2hxkcb7jzkcxp5nqb30hd8lfraxml6i5ik52j6z3qqln1")))) + (base32 "1im0bik2hxkcb7jzkcxp5nqb30hd8lfraxml6i5ik52j6z3qqln1")))) (build-system pyproject-build-system) (arguments - '(#:tests? #f ; no tests included - #:phases - (modify-phases %standard-phases - (add-after 'unpack 'relax-requirements - (lambda _ - (substitute* "setup.py" - ((", <3.0") ""))))))) ; matplotlib - (inputs - (list python-matplotlib - python-networkx - python-numpy - python-pybigwig - python-biopython-1.73 - python-scikit-learn - python-scipy)) - (native-inputs - (list python-setuptools - python-wheel)) + '(#:tests? #f ;no tests included + #:phases (modify-phases %standard-phases + (add-after 'unpack 'relax-requirements + (lambda _ + (substitute* "setup.py" + ((", <3.0") + ""))))))) ;matplotlib + (inputs (list python-matplotlib + python-networkx + python-numpy + python-pybigwig + python-biopython-1.73 + python-scikit-learn + python-scipy)) + (native-inputs (list python-setuptools python-wheel)) (home-page "https://github.com/phoenixding/tbsp/") (synopsis "SNP-based trajectory inference") (description