gnu: deeptools: Update to 2.1.1.

* gnu/packages/bioinformatics.scm (deeptools): Update to 2.1.1.
[inputs]: Add "python2-numpydoc" and "python2-pybigwig".
This commit is contained in:
Ricardo Wurmus 2016-02-29 14:40:10 +01:00
parent 14bda1ff49
commit 3acb8c857c

View file

@ -1238,25 +1238,26 @@ (define-public python2-pybigwig
(define-public deeptools (define-public deeptools
(package (package
(name "deeptools") (name "deeptools")
(version "1.5.11") (version "2.1.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append "https://github.com/fidelram/deepTools/"
"https://github.com/fidelram/deepTools/archive/" "archive/" version ".tar.gz"))
version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1kaagygcbvjs9sxd9cqmskd02wcfp9imvb735r087w7hwqpvz6fs")))) "1nmfin0zjdby3vay3r4flvz94dr6qjhj41ax4yz3vx13j6wz8izd"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:python ,python-2)) `(#:python ,python-2))
(inputs (inputs
`(("python-scipy" ,python2-scipy) `(("python-scipy" ,python2-scipy)
("python-numpy" ,python2-numpy) ("python-numpy" ,python2-numpy)
("python-numpydoc" ,python2-numpydoc)
("python-matplotlib" ,python2-matplotlib) ("python-matplotlib" ,python2-matplotlib)
("python-bx-python" ,python2-bx-python) ("python-bx-python" ,python2-bx-python)
("python-pysam" ,python2-pysam))) ("python-pysam" ,python2-pysam)
("python-pybigwig" ,python2-pybigwig)))
(native-inputs (native-inputs
`(("python-mock" ,python2-mock) ;for tests `(("python-mock" ,python2-mock) ;for tests
("python-pytz" ,python2-pytz) ;for tests ("python-pytz" ,python2-pytz) ;for tests