mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
61931aa761
commit
3c06941716
1 changed files with 3 additions and 3 deletions
|
@ -5921,13 +5921,13 @@ Various visual and textual types of output are available.")
|
||||||
(define-public r-bambu
|
(define-public r-bambu
|
||||||
(package
|
(package
|
||||||
(name "r-bambu")
|
(name "r-bambu")
|
||||||
(version "3.8.0")
|
(version "3.8.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "bambu" version))
|
(uri (bioconductor-uri "bambu" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jh1qvscwd2fkyb0vzj93kh27h3qssif5fh2z365yvp3pz4asy1j"))))
|
"05mydm8cxkv7qcpkpny4hjkyl7p5dmqj1fyvmqa6rj9rh4ccxsl7"))))
|
||||||
(properties `((upstream-name . "bambu")))
|
(properties `((upstream-name . "bambu")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -5948,7 +5948,7 @@ Various visual and textual types of output are available.")
|
||||||
r-summarizedexperiment
|
r-summarizedexperiment
|
||||||
r-tidyr
|
r-tidyr
|
||||||
r-xgboost))
|
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")
|
(home-page "https://github.com/GoekeLab/bambu")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Isoform reconstruction and quantification for long read RNA-Seq data")
|
"Isoform reconstruction and quantification for long read RNA-Seq data")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue