mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-atsnp: Update to 1.24.0.
* gnu/packages/bioconductor.scm (r-atsnp): Update to 1.24.0. [native-inputs]: Remove r-testthat. Change-Id: I5425cc1ba4103e03e4aecf0ea398d9551201549c
This commit is contained in:
parent
2f99ca1cec
commit
fbc9edab19
1 changed files with 3 additions and 3 deletions
|
|
@ -5530,13 +5530,13 @@ transcripts in an integrated manner.")
|
|||
(define-public r-atsnp
|
||||
(package
|
||||
(name "r-atsnp")
|
||||
(version "1.22.0")
|
||||
(version "1.24.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "atSNP" version))
|
||||
(sha256
|
||||
(base32
|
||||
"04gawccjzgjbzrvb98djf9g07pb812rkdwwv3hhbr4sp02yr9hr1"))))
|
||||
"0c7w0pf91hhwa33xcbf5qx39lln29hdmz1w1lqd0011jgkazsgsr"))))
|
||||
(properties `((upstream-name . "atSNP")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
@ -5550,7 +5550,7 @@ transcripts in an integrated manner.")
|
|||
r-rappdirs
|
||||
r-rcpp
|
||||
r-testthat))
|
||||
(native-inputs (list r-knitr r-testthat))
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://github.com/sunyoungshin/atSNP")
|
||||
(synopsis
|
||||
"Affinity test for identifying regulatory single nucleotide polymorphisms")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue