mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-org-ce-eg-db: Move to (gnu packages bioconductor).
* gnu/packages/bioinformatics.scm (r-org-ce-eg-db): Move from here... * gnu/packages/bioconductor.scm (r-org-ce-eg-db): ...to here.
This commit is contained in:
parent
7bc5d1b0e1
commit
3a08940e1a
2 changed files with 26 additions and 26 deletions
|
@ -360,6 +360,32 @@ (define-public r-bsgenome-mmusculus-ucsc-mm10
|
|||
in Biostrings objects.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-org-ce-eg-db
|
||||
(package
|
||||
(name "r-org-ce-eg-db")
|
||||
(version "3.7.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
;; We cannot use bioconductor-uri here because this tarball is
|
||||
;; located under "data/annotation/" instead of "bioc/".
|
||||
(uri (string-append "https://www.bioconductor.org/packages/"
|
||||
"release/data/annotation/src/contrib/"
|
||||
"org.Ce.eg.db_" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1w5br1ss4ha8wv4v2saj7cmbjc2jw0dyj2f2y269l078z31wcnaz"))))
|
||||
(properties
|
||||
`((upstream-name . "org.Ce.eg.db")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-annotationdbi" ,r-annotationdbi)))
|
||||
(home-page "https://www.bioconductor.org/packages/org.Ce.eg.db/")
|
||||
(synopsis "Genome wide annotation for Worm")
|
||||
(description
|
||||
"This package provides mappings from Entrez gene identifiers to various
|
||||
annotations for the genome of the model worm Caenorhabditis elegans.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-org-dr-eg-db
|
||||
(package
|
||||
(name "r-org-dr-eg-db")
|
||||
|
|
|
@ -8006,32 +8006,6 @@ (define-public r-org-hs-eg-db
|
|||
on mapping using Entrez Gene identifiers.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-org-ce-eg-db
|
||||
(package
|
||||
(name "r-org-ce-eg-db")
|
||||
(version "3.7.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
;; We cannot use bioconductor-uri here because this tarball is
|
||||
;; located under "data/annotation/" instead of "bioc/".
|
||||
(uri (string-append "https://www.bioconductor.org/packages/"
|
||||
"release/data/annotation/src/contrib/"
|
||||
"org.Ce.eg.db_" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1w5br1ss4ha8wv4v2saj7cmbjc2jw0dyj2f2y269l078z31wcnaz"))))
|
||||
(properties
|
||||
`((upstream-name . "org.Ce.eg.db")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-annotationdbi" ,r-annotationdbi)))
|
||||
(home-page "https://www.bioconductor.org/packages/org.Ce.eg.db/")
|
||||
(synopsis "Genome wide annotation for Worm")
|
||||
(description
|
||||
"This package provides mappings from Entrez gene identifiers to various
|
||||
annotations for the genome of the model worm Caenorhabditis elegans.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-org-dm-eg-db
|
||||
(package
|
||||
(name "r-org-dm-eg-db")
|
||||
|
|
Loading…
Reference in a new issue