mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 12:30:38 +02:00
gnu: r-simona: Add missing input.
* gnu/packages/bioconductor.scm (r-simona)[native-inputs]: Add r-go-db, r-org-hs-eg-db, and r-proxyc. [properties]: Tell the updater to keep these inputs. Change-Id: I253374be87eda5c844cda1937895024b8c609d1b
This commit is contained in:
parent
f6b6eb26b9
commit
324ea9c11d
1 changed files with 5 additions and 2 deletions
|
@ -12628,7 +12628,10 @@ less than 2bp on both sides of indel region.")
|
||||||
(uri (bioconductor-uri "simona" version))
|
(uri (bioconductor-uri "simona" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "13qkca6ch7ppdf1clgzgnygh9zb05163bm5a402pya7wbq2vkdzx"))))
|
(base32 "13qkca6ch7ppdf1clgzgnygh9zb05163bm5a402pya7wbq2vkdzx"))))
|
||||||
(properties `((upstream-name . "simona")))
|
(properties
|
||||||
|
`((upstream-name . "simona")
|
||||||
|
(updater-extra-native-inputs
|
||||||
|
. ("r-go-db" "r-org-hs-eg-db" "r-proxyc"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs (list openjdk perl))
|
(inputs (list openjdk perl))
|
||||||
(propagated-inputs (list r-circlize
|
(propagated-inputs (list r-circlize
|
||||||
|
@ -12642,7 +12645,7 @@ less than 2bp on both sides of indel region.")
|
||||||
r-s4vectors
|
r-s4vectors
|
||||||
r-shiny
|
r-shiny
|
||||||
r-xml2))
|
r-xml2))
|
||||||
(native-inputs (list r-knitr r-testthat))
|
(native-inputs (list r-go-db r-knitr r-org-hs-eg-db r-proxyc r-testthat))
|
||||||
(home-page "https://github.com/jokergoo/simona")
|
(home-page "https://github.com/jokergoo/simona")
|
||||||
(synopsis "Semantic similarity on bio-ontologies")
|
(synopsis "Semantic similarity on bio-ontologies")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue