mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-chippeakanno: Add missing inputs.
* gnu/packages/bioconductor.scm (r-chippeakanno)[native-inputs]: Add r-biomart, r-bsgenome-celegans-ucsc-ce10, r-bsgenome-drerio-ucsc-danrer7, r-bsgenome-hsapiens-ucsc-hg19, r-ensdb-hsapiens-v79, r-org-ce-eg-db, r-org-hs-eg-db, r-reactome-db, and r-txdb-hsapiens-ucsc-hg38-knowngene. Change-Id: Ifd3e71dcca3297c03c9cc93da6c677a274c58b2c
This commit is contained in:
parent
0af4107d9f
commit
ec88f1db4e
1 changed files with 11 additions and 1 deletions
|
@ -14383,7 +14383,17 @@ determining dependencies between variables, code improvement suggestions.")
|
||||||
r-universalmotif
|
r-universalmotif
|
||||||
r-venndiagram))
|
r-venndiagram))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr r-testthat))
|
(list r-biomart
|
||||||
|
r-bsgenome-celegans-ucsc-ce10
|
||||||
|
r-bsgenome-drerio-ucsc-danrer7
|
||||||
|
r-bsgenome-hsapiens-ucsc-hg19
|
||||||
|
r-ensdb-hsapiens-v79
|
||||||
|
r-knitr
|
||||||
|
r-org-ce-eg-db
|
||||||
|
r-org-hs-eg-db
|
||||||
|
r-reactome-db
|
||||||
|
r-testthat
|
||||||
|
r-txdb-hsapiens-ucsc-hg38-knowngene))
|
||||||
(home-page "https://bioconductor.org/packages/ChIPpeakAnno")
|
(home-page "https://bioconductor.org/packages/ChIPpeakAnno")
|
||||||
(synopsis "Peaks annotation from ChIP-seq and ChIP-chip experiments")
|
(synopsis "Peaks annotation from ChIP-seq and ChIP-chip experiments")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue