mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: python-telomerecat: Disable tests.
* gnu/packages/bioinformatics.scm (python-telomerecat)[arguments]: Disable tests. Change-Id: I0422ae1e563374a8cc408fc9584cfb7b0e880e95
This commit is contained in:
parent
c3210ae8e2
commit
076e891754
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue