gnu: Add python-deeptoolsintervals.

* gnu/packages/bioinformatics.scm (python-deeptoolsintervals): New variable.
This commit is contained in:
Roel Janssen 2020-04-27 13:39:25 +02:00
parent 4c24186ae0
commit c43edf6f30
No known key found for this signature in database
GPG key ID: CBD0CD5138C19AFC

View file

@ -2334,6 +2334,27 @@ (define-public python-dnaio
files. The code was previously part of the cutadapt tool.") files. The code was previously part of the cutadapt tool.")
(license license:expat))) (license license:expat)))
(define-public python-deeptoolsintervals
(package
(name "python-deeptoolsintervals")
(version "0.1.9")
(source (origin
(method url-fetch)
(uri (pypi-uri "deeptoolsintervals" version))
(sha256
(base32
"1xnl80nblysj6dylj4683wgrfa425rkx4dp5k65hvwdns9pw753x"))))
(build-system python-build-system)
(inputs
`(("zlib" ,zlib)))
(home-page "https://github.com/deeptools/deeptools_intervals")
(synopsis "Create GTF-based interval trees with associated meta-data")
(description
"This package provides a Python module creating/accessing GTF-based
interval trees with associated meta-data. It is primarily used by the
@code{deeptools} package.")
(license license:expat)))
(define-public cutadapt (define-public cutadapt
(package (package
(name "cutadapt") (name "cutadapt")