gnu: python-telomerecat: Disable tests.

* gnu/packages/bioinformatics.scm (python-telomerecat)[arguments]: Disable tests.

Change-Id: I0422ae1e563374a8cc408fc9584cfb7b0e880e95
This commit is contained in:
Ricardo Wurmus 2024-01-11 15:03:22 +01:00
parent c3210ae8e2
commit 076e891754
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2462,6 +2462,7 @@ (define-public python-telomerecat
(sha256
(base32 "16mfdqmp0j6g3h26h59334w9lqb4qihqrlzwvgznj0fiqs1rkxn2"))))
(build-system pyproject-build-system)
(arguments (list #:tests? #false)) ;there are none
(propagated-inputs (list python-click python-numpy python-pandas
python-parabam python-pysam))
(home-page "https://github.com/cancerit/telomerecat")