~ruther/guix-local

076e8917540a70e0e5d66b5efd1b6663befd8212 — Ricardo Wurmus 2 years ago c3210ae
gnu: python-telomerecat: Disable tests.

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

Change-Id: I0422ae1e563374a8cc408fc9584cfb7b0e880e95
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +1 -0
@@ 2462,6 2462,7 @@ operations:
       (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")