mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-stringdb: Add missing input and disable tests.
* gnu/packages/bioconductor.scm (r-stringdb)[arguments]: Disable tests. [native-inputs]: Add r-biocgenerics. Change-Id: I534f7102e4397111bba7c58353ba5fc74c8bd2cf
This commit is contained in:
parent
9fda4a5ac6
commit
ae3947de67
1 changed files with 3 additions and 1 deletions
|
@ -13062,6 +13062,8 @@ Biology at
|
||||||
(base32 "118n30lq01xp7irdxffc5hmym7wini8pfsk2xszh8lwf9ii0l5z9"))))
|
(base32 "118n30lq01xp7irdxffc5hmym7wini8pfsk2xszh8lwf9ii0l5z9"))))
|
||||||
(properties `((upstream-name . "STRINGdb")))
|
(properties `((upstream-name . "STRINGdb")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
;; Tests attempt to connect to string-db.org website.
|
||||||
|
(arguments (list #:tests? #false))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-gplots
|
(list r-gplots
|
||||||
r-hash
|
r-hash
|
||||||
|
@ -13072,7 +13074,7 @@ Biology at
|
||||||
r-png
|
r-png
|
||||||
r-rcolorbrewer
|
r-rcolorbrewer
|
||||||
r-sqldf))
|
r-sqldf))
|
||||||
(native-inputs (list r-runit))
|
(native-inputs (list r-biocgenerics r-runit))
|
||||||
(home-page "https://git.bioconductor.org/packages/STRINGdb")
|
(home-page "https://git.bioconductor.org/packages/STRINGdb")
|
||||||
(synopsis "Search tool for the retrieval of interacting proteins database")
|
(synopsis "Search tool for the retrieval of interacting proteins database")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue