mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: r-biocgenerics: Move to bioconductor.
* gnu/packages/bioinformatics.scm (r-biocgenerics): Move from here... * gnu/packages/bioconductor.scm (r-biocgenerics): ...to here.
This commit is contained in:
parent
7097c7009d
commit
14bba460ab
2 changed files with 20 additions and 20 deletions
|
@ -228,6 +228,26 @@ (define-public r-txdb-mmusculus-ucsc-mm9-knowngene
|
||||||
(license license:artistic2.0)))
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
|
|
||||||
|
(define-public r-biocgenerics
|
||||||
|
(package
|
||||||
|
(name "r-biocgenerics")
|
||||||
|
(version "0.28.0")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (bioconductor-uri "BiocGenerics" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0cvpsrhg7sn7lpqgxvqrsagv6j7xj5rafq5xdjfd8zc4gxrs5rb8"))))
|
||||||
|
(properties
|
||||||
|
`((upstream-name . "BiocGenerics")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(home-page "https://bioconductor.org/packages/BiocGenerics")
|
||||||
|
(synopsis "S4 generic functions for Bioconductor")
|
||||||
|
(description
|
||||||
|
"This package provides S4 generic functions needed by many Bioconductor
|
||||||
|
packages.")
|
||||||
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
(define-public r-annotate
|
(define-public r-annotate
|
||||||
(package
|
(package
|
||||||
(name "r-annotate")
|
(name "r-annotate")
|
||||||
|
|
|
@ -7035,26 +7035,6 @@ (define-public r-acsnminer
|
||||||
barplots or heatmaps.")
|
barplots or heatmaps.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public r-biocgenerics
|
|
||||||
(package
|
|
||||||
(name "r-biocgenerics")
|
|
||||||
(version "0.28.0")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (bioconductor-uri "BiocGenerics" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0cvpsrhg7sn7lpqgxvqrsagv6j7xj5rafq5xdjfd8zc4gxrs5rb8"))))
|
|
||||||
(properties
|
|
||||||
`((upstream-name . "BiocGenerics")))
|
|
||||||
(build-system r-build-system)
|
|
||||||
(home-page "https://bioconductor.org/packages/BiocGenerics")
|
|
||||||
(synopsis "S4 generic functions for Bioconductor")
|
|
||||||
(description
|
|
||||||
"This package provides S4 generic functions needed by many Bioconductor
|
|
||||||
packages.")
|
|
||||||
(license license:artistic2.0)))
|
|
||||||
|
|
||||||
(define-public r-biocinstaller
|
(define-public r-biocinstaller
|
||||||
(package
|
(package
|
||||||
(name "r-biocinstaller")
|
(name "r-biocinstaller")
|
||||||
|
|
Loading…
Reference in a new issue