gnu: r-bambu: Update to 3.8.3.

* gnu/packages/bioconductor.scm (r-bambu): Update to 3.8.3.
[native-inputs]: Add r-annotationdbi, r-ggplot2, and r-purrr.

Change-Id: Ibe8f09fd15d58ee854cc452317c469af6ff4ea1c
This commit is contained in:
Ricardo Wurmus 2025-02-27 13:01:43 +01:00
parent 61931aa761
commit 3c06941716
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5921,13 +5921,13 @@ Various visual and textual types of output are available.")
(define-public r-bambu
(package
(name "r-bambu")
(version "3.8.0")
(version "3.8.3")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "bambu" version))
(sha256
(base32
"1jh1qvscwd2fkyb0vzj93kh27h3qssif5fh2z365yvp3pz4asy1j"))))
"05mydm8cxkv7qcpkpny4hjkyl7p5dmqj1fyvmqa6rj9rh4ccxsl7"))))
(properties `((upstream-name . "bambu")))
(build-system r-build-system)
(propagated-inputs
@ -5948,7 +5948,7 @@ Various visual and textual types of output are available.")
r-summarizedexperiment
r-tidyr
r-xgboost))
(native-inputs (list r-knitr r-testthat))
(native-inputs (list r-annotationdbi r-ggplot2 r-knitr r-purrr r-testthat))
(home-page "https://github.com/GoekeLab/bambu")
(synopsis
"Isoform reconstruction and quantification for long read RNA-Seq data")