mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-sangerseqr: Update to 1.44.0.
* gnu/packages/bioconductor.scm (r-sangerseqr): Update to 1.44.0. [native-inputs]: Add r-biocgenerics. Change-Id: I801f477310edd3ce3a439fcafcb88d5662b8bb00
This commit is contained in:
parent
1dfab386e0
commit
2dba34f9ab
1 changed files with 3 additions and 3 deletions
|
@ -17651,17 +17651,17 @@ qPCR data, but could be used with other types as well.")
|
||||||
(define-public r-sangerseqr
|
(define-public r-sangerseqr
|
||||||
(package
|
(package
|
||||||
(name "r-sangerseqr")
|
(name "r-sangerseqr")
|
||||||
(version "1.42.0")
|
(version "1.44.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "sangerseqR" version))
|
(uri (bioconductor-uri "sangerseqR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xvwlnyrs5w3aiapbiiq8dx71hf7803fywbqhg7nvqkdbls5iljd"))))
|
"116adlm2a82c5jsljpicsfq34yyks9jcnmn9qjbfb4s8arvq14fw"))))
|
||||||
(properties `((upstream-name . "sangerseqR")))
|
(properties `((upstream-name . "sangerseqR")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-biostrings r-pwalign r-shiny r-stringr))
|
(propagated-inputs (list r-biostrings r-pwalign r-shiny r-stringr))
|
||||||
(native-inputs (list r-knitr r-runit))
|
(native-inputs (list r-biocgenerics r-knitr r-runit))
|
||||||
(home-page "https://bioconductor.org/packages/sangerseqR")
|
(home-page "https://bioconductor.org/packages/sangerseqR")
|
||||||
(synopsis "Tools for Sanger Sequencing data in R")
|
(synopsis "Tools for Sanger Sequencing data in R")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue