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"))))
|
||||
(properties `((upstream-name . "STRINGdb")))
|
||||
(build-system r-build-system)
|
||||
;; Tests attempt to connect to string-db.org website.
|
||||
(arguments (list #:tests? #false))
|
||||
(propagated-inputs
|
||||
(list r-gplots
|
||||
r-hash
|
||||
|
@ -13072,7 +13074,7 @@ Biology at
|
|||
r-png
|
||||
r-rcolorbrewer
|
||||
r-sqldf))
|
||||
(native-inputs (list r-runit))
|
||||
(native-inputs (list r-biocgenerics r-runit))
|
||||
(home-page "https://git.bioconductor.org/packages/STRINGdb")
|
||||
(synopsis "Search tool for the retrieval of interacting proteins database")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue