gnu: r-tfbstools: Add test input.

* gnu/packages/bioconductor.scm (r-tfbstools)[properties]: Record
updater-extra-native-inputs.
[native-inputs]: Add r-jaspar2016.

Change-Id: I20a036d04ad4e23efd758408997594227258def5
This commit is contained in:
Ricardo Wurmus 2025-03-01 09:27:48 +01:00
parent 2cd5b86b8c
commit fddab1e499
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -24992,7 +24992,9 @@ advanced visualization of sets of conserved noncoding elements.")
(sha256 (sha256
(base32 (base32
"129qkllv3i0pifigw255g3k4b6ki6sf8hql56x2nbm6h64bcfd9c")))) "129qkllv3i0pifigw255g3k4b6ki6sf8hql56x2nbm6h64bcfd9c"))))
(properties `((upstream-name . "TFBSTools"))) (properties
'((upstream-name . "TFBSTools")
(updater-extra-native-inputs . ("r-jaspar2016"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-biobase (list r-biobase
@ -25016,7 +25018,7 @@ advanced visualization of sets of conserved noncoding elements.")
r-tfmpvalue r-tfmpvalue
r-xml r-xml
r-xvector)) r-xvector))
(native-inputs (list r-knitr r-testthat)) (native-inputs (list r-jaspar2016 r-knitr r-testthat))
(home-page "https://github.com/ge11232002/TFBSTools") (home-page "https://github.com/ge11232002/TFBSTools")
(synopsis "Transcription factor binding site (TFBS) analysis") (synopsis "Transcription factor binding site (TFBS) analysis")
(description (description