gnu: r-go-db: Add missing input.
* gnu/packages/bioinformatics.scm (r-go-db)[propagated-inputs]: Add "r-annotationdbi".
This commit is contained in:
parent
d7786ce9b0
commit
3141b83d4d
|
@ -3839,6 +3839,8 @@ extracting the desired features in a convenient format.")
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "GO.db")))
|
`((upstream-name . "GO.db")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("r-annotationdbi" ,r-annotationdbi)))
|
||||||
(home-page "http://bioconductor.org/packages/GO.db")
|
(home-page "http://bioconductor.org/packages/GO.db")
|
||||||
(synopsis "Annotation maps describing the entire Gene Ontology")
|
(synopsis "Annotation maps describing the entire Gene Ontology")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue