mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-tfbstools: Update to 1.42.0.
* gnu/packages/bioconductor.scm (r-tfbstools): Update to 1.42.0. [propagated-inputs]: Add r-pwalign. Change-Id: I3fb7797efc408546f3968cf99db6b818bed5da70
This commit is contained in:
parent
7f66827659
commit
3b55a84885
1 changed files with 3 additions and 2 deletions
|
@ -22243,14 +22243,14 @@ advanced visualization of sets of conserved noncoding elements.")
|
||||||
(define-public r-tfbstools
|
(define-public r-tfbstools
|
||||||
(package
|
(package
|
||||||
(name "r-tfbstools")
|
(name "r-tfbstools")
|
||||||
(version "1.40.0")
|
(version "1.42.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "TFBSTools" version))
|
(uri (bioconductor-uri "TFBSTools" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"18msr889nygk1c3wsjxc9bv989zakkl9f1h2a6cnfy8rxhbxpvwq"))))
|
"0bmmsgmx7159bdrflykkis0v4z1ixwlnmw1kx0y0kw15lw3cjnsh"))))
|
||||||
(properties `((upstream-name . "TFBSTools")))
|
(properties `((upstream-name . "TFBSTools")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -22267,6 +22267,7 @@ advanced visualization of sets of conserved noncoding elements.")
|
||||||
r-genomicranges
|
r-genomicranges
|
||||||
r-gtools
|
r-gtools
|
||||||
r-iranges
|
r-iranges
|
||||||
|
r-pwalign
|
||||||
r-rsqlite
|
r-rsqlite
|
||||||
r-rtracklayer
|
r-rtracklayer
|
||||||
r-s4vectors
|
r-s4vectors
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue