gnu: multiqc: Update to 1.3.
* gnu/packages/bioinformatics.scm (multiqc): Update to 1.3. [propagated-inputs]: Add python-enum34. [license]: The license was changed to "GPLv3 or later" with this release.
This commit is contained in:
parent
416ad6feaa
commit
66865ab8ac
|
@ -8589,17 +8589,18 @@ replacement for strverscmp.")
|
||||||
(define-public multiqc
|
(define-public multiqc
|
||||||
(package
|
(package
|
||||||
(name "multiqc")
|
(name "multiqc")
|
||||||
(version "1.2")
|
(version "1.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "multiqc" version))
|
(uri (pypi-uri "multiqc" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"032svgym67k2ds7wp0cxzv79gi30yrdl45zbqn74lni3dk04qm33"))))
|
"0fx1sx53znbgzfhbbiyd8j6cg5llpcsl5q5c45jy2c81d12piqfd"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-jinja2" ,python-jinja2)
|
`(("python-enum34" ,python-enum34)
|
||||||
|
("python-jinja2" ,python-jinja2)
|
||||||
("python-simplejson" ,python-simplejson)
|
("python-simplejson" ,python-simplejson)
|
||||||
("python-pyyaml" ,python-pyyaml)
|
("python-pyyaml" ,python-pyyaml)
|
||||||
("python-click" ,python-click)
|
("python-click" ,python-click)
|
||||||
|
@ -8617,7 +8618,7 @@ replacement for strverscmp.")
|
||||||
"MultiQC is a tool to aggregate bioinformatics results across many
|
"MultiQC is a tool to aggregate bioinformatics results across many
|
||||||
samples into a single report. It contains modules for a large number of
|
samples into a single report. It contains modules for a large number of
|
||||||
common bioinformatics tools.")
|
common bioinformatics tools.")
|
||||||
(license license:gpl3)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public r-chipseq
|
(define-public r-chipseq
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue