gnu: r-motifdb: Update to 1.42.0.
* gnu/packages/bioconductor.scm (r-motifdb): Update to 1.42.0. [native-inputs]: Add r-formatr, r-markdown, and r-rmarkdown.
This commit is contained in:
parent
4d36726a8c
commit
cee1f0ae56
1 changed files with 3 additions and 3 deletions
|
@ -13300,12 +13300,12 @@ distributions, modules and filter motifs.")
|
||||||
(define-public r-motifdb
|
(define-public r-motifdb
|
||||||
(package
|
(package
|
||||||
(name "r-motifdb")
|
(name "r-motifdb")
|
||||||
(version "1.40.0")
|
(version "1.42.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "MotifDb" version))
|
(uri (bioconductor-uri "MotifDb" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "122ifxmbi0v3192cd9chq265i3dyw3hzwsndq3w97f4d68vll7gl"))))
|
(base32 "18d0qj9sn4bhfjy2mwsz2nnm41xlsqjslsv69nkhv19w9zd842pw"))))
|
||||||
(properties `((upstream-name . "MotifDb")))
|
(properties `((upstream-name . "MotifDb")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -13317,7 +13317,7 @@ distributions, modules and filter motifs.")
|
||||||
r-s4vectors
|
r-s4vectors
|
||||||
r-splitstackshape))
|
r-splitstackshape))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr))
|
(list r-formatr r-knitr r-markdown r-rmarkdown))
|
||||||
(home-page "https://www.bioconductor.org/packages/MotifDb/")
|
(home-page "https://www.bioconductor.org/packages/MotifDb/")
|
||||||
(synopsis "Annotated collection of protein-DNA binding sequence motifs")
|
(synopsis "Annotated collection of protein-DNA binding sequence motifs")
|
||||||
(description "This package provides more than 2000 annotated position
|
(description "This package provides more than 2000 annotated position
|
||||||
|
|
Reference in a new issue