1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 20:10:39 +02:00

gnu: r-fcscan: Update to 1.22.0.

* gnu/packages/bioconductor.scm (r-fcscan): Update to 1.22.0.
[native-inputs]: Add r-biocgenerics.

Change-Id: Ic9dfe8e594a6abc296964aa38eb730c0bc0c375e
This commit is contained in:
Ricardo Wurmus 2025-04-29 18:56:24 +02:00
parent 6c3ec8a511
commit edccc1d74b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -18972,13 +18972,13 @@ that protein levels remain constant despite fluctuating total mRNA levels.")
(define-public r-fcscan
(package
(name "r-fcscan")
(version "1.20.0")
(version "1.22.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "fcScan" version))
(sha256
(base32 "0llrp1q8py5rz9zd497yv3l0ranhdn6jmrwxam2byih2j35w8gbx"))))
(base32 "1sby20vm6pkrq3wwk9yhkp488w5m79mfdn0bbwnqfhlqhjacvpiy"))))
(properties `((upstream-name . "fcScan")))
(build-system r-build-system)
(propagated-inputs
@ -18990,7 +18990,7 @@ that protein levels remain constant despite fluctuating total mRNA levels.")
r-rtracklayer
r-summarizedexperiment
r-variantannotation))
(native-inputs (list r-knitr r-runit))
(native-inputs (list r-biocgenerics r-knitr r-runit))
(home-page "https://bioconductor.org/packages/fcScan")
(synopsis "Detect clusters of coordinates with user defined options")
(description