mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 03:50:45 +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))
|
||||
(sha256
|
||||
(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)
|
||||
(inputs (list openjdk perl))
|
||||
(propagated-inputs (list r-circlize
|
||||
|
@ -12642,7 +12645,7 @@ less than 2bp on both sides of indel region.")
|
|||
r-s4vectors
|
||||
r-shiny
|
||||
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")
|
||||
(synopsis "Semantic similarity on bio-ontologies")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue