mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-organismdbi: Move to (gnu packages bioconductor).
* gnu/packages/bioinformatics.scm (r-organismdbi): Move from here... * gnu/packages/bioconductor.scm (r-organismdbi): ...to here.
This commit is contained in:
parent
d1ea2b7c8b
commit
8182e6a6fd
2 changed files with 32 additions and 32 deletions
|
@ -3145,6 +3145,38 @@ (define-public r-mzid
|
|||
specific parser.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-organismdbi
|
||||
(package
|
||||
(name "r-organismdbi")
|
||||
(version "1.32.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "OrganismDbi" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1mklnzs0d0ygcdibwfnk5xqr8ln6wpa00qcaw9c68m342kql0jqw"))))
|
||||
(properties `((upstream-name . "OrganismDbi")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-annotationdbi" ,r-annotationdbi)
|
||||
("r-biobase" ,r-biobase)
|
||||
("r-biocgenerics" ,r-biocgenerics)
|
||||
("r-biocmanager" ,r-biocmanager)
|
||||
("r-dbi" ,r-dbi)
|
||||
("r-genomicfeatures" ,r-genomicfeatures)
|
||||
("r-genomicranges" ,r-genomicranges)
|
||||
("r-graph" ,r-graph)
|
||||
("r-iranges" ,r-iranges)
|
||||
("r-rbgl" ,r-rbgl)
|
||||
("r-s4vectors" ,r-s4vectors)))
|
||||
(home-page "https://bioconductor.org/packages/OrganismDbi")
|
||||
(synopsis "Software to enable the smooth interfacing of database packages")
|
||||
(description "The package enables a simple unified interface to several
|
||||
annotation packages each of which has its own schema by taking advantage of
|
||||
the fact that each of these packages implements a select methods.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-pcamethods
|
||||
(package
|
||||
(name "r-pcamethods")
|
||||
|
|
|
@ -9213,38 +9213,6 @@ (define-public r-ensembldb
|
|||
;; No version specified
|
||||
(license license:lgpl3+)))
|
||||
|
||||
(define-public r-organismdbi
|
||||
(package
|
||||
(name "r-organismdbi")
|
||||
(version "1.32.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "OrganismDbi" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1mklnzs0d0ygcdibwfnk5xqr8ln6wpa00qcaw9c68m342kql0jqw"))))
|
||||
(properties `((upstream-name . "OrganismDbi")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-annotationdbi" ,r-annotationdbi)
|
||||
("r-biobase" ,r-biobase)
|
||||
("r-biocgenerics" ,r-biocgenerics)
|
||||
("r-biocmanager" ,r-biocmanager)
|
||||
("r-dbi" ,r-dbi)
|
||||
("r-genomicfeatures" ,r-genomicfeatures)
|
||||
("r-genomicranges" ,r-genomicranges)
|
||||
("r-graph" ,r-graph)
|
||||
("r-iranges" ,r-iranges)
|
||||
("r-rbgl" ,r-rbgl)
|
||||
("r-s4vectors" ,r-s4vectors)))
|
||||
(home-page "https://bioconductor.org/packages/OrganismDbi")
|
||||
(synopsis "Software to enable the smooth interfacing of database packages")
|
||||
(description "The package enables a simple unified interface to several
|
||||
annotation packages each of which has its own schema by taking advantage of
|
||||
the fact that each of these packages implements a select methods.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-biovizbase
|
||||
(package
|
||||
(name "r-biovizbase")
|
||||
|
|
Loading…
Reference in a new issue