mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-biobase: Move to (gnu packages bioconductor).
* gnu/packages/bioinformatics.scm (r-biobase): Move from here... * gnu/packages/bioconductor.scm (r-biobase): ...to here.
This commit is contained in:
parent
f3f09b99cd
commit
457de7f401
2 changed files with 22 additions and 22 deletions
|
@ -1570,6 +1570,28 @@ microarrays.")
|
||||||
databases. Packages produced are intended to be used with AnnotationDbi.")
|
databases. Packages produced are intended to be used with AnnotationDbi.")
|
||||||
(license license:artistic2.0)))
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
|
(define-public r-biobase
|
||||||
|
(package
|
||||||
|
(name "r-biobase")
|
||||||
|
(version "2.50.0")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (bioconductor-uri "Biobase" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"11kgc4flywlm3i18603558l8ksv91c24vkc5fnnbcd375i2dhhd4"))))
|
||||||
|
(properties
|
||||||
|
`((upstream-name . "Biobase")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("r-biocgenerics" ,r-biocgenerics)))
|
||||||
|
(home-page "https://bioconductor.org/packages/Biobase")
|
||||||
|
(synopsis "Base functions for Bioconductor")
|
||||||
|
(description
|
||||||
|
"This package provides functions that are needed by many other packages
|
||||||
|
on Bioconductor or which replace R functions.")
|
||||||
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
(define-public r-category
|
(define-public r-category
|
||||||
(package
|
(package
|
||||||
(name "r-category")
|
(name "r-category")
|
||||||
|
|
|
@ -7691,28 +7691,6 @@ including VCF header and contents in RDF and JSON.")
|
||||||
(home-page "https://github.com/vcflib/bio-vcf")
|
(home-page "https://github.com/vcflib/bio-vcf")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public r-biobase
|
|
||||||
(package
|
|
||||||
(name "r-biobase")
|
|
||||||
(version "2.50.0")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (bioconductor-uri "Biobase" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"11kgc4flywlm3i18603558l8ksv91c24vkc5fnnbcd375i2dhhd4"))))
|
|
||||||
(properties
|
|
||||||
`((upstream-name . "Biobase")))
|
|
||||||
(build-system r-build-system)
|
|
||||||
(propagated-inputs
|
|
||||||
`(("r-biocgenerics" ,r-biocgenerics)))
|
|
||||||
(home-page "https://bioconductor.org/packages/Biobase")
|
|
||||||
(synopsis "Base functions for Bioconductor")
|
|
||||||
(description
|
|
||||||
"This package provides functions that are needed by many other packages
|
|
||||||
on Bioconductor or which replace R functions.")
|
|
||||||
(license license:artistic2.0)))
|
|
||||||
|
|
||||||
(define-public r-annotationdbi
|
(define-public r-annotationdbi
|
||||||
(package
|
(package
|
||||||
(name "r-annotationdbi")
|
(name "r-annotationdbi")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue