mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 11:09:41 -05:00
gnu: r-zlibbioc: Move to (gnu packages bioconductor).
* gnu/packages/bioinformatics.scm (r-zlibbioc): Move from here... * gnu/packages/bioconductor.scm (r-zlibbioc): ...to here.
This commit is contained in:
parent
0006a66415
commit
e0c81584ea
2 changed files with 19 additions and 19 deletions
|
@ -4068,6 +4068,25 @@ (define-public r-xvector
|
||||||
\"externally\" (behind an R external pointer, or on disk).")
|
\"externally\" (behind an R external pointer, or on disk).")
|
||||||
(license license:artistic2.0)))
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
|
(define-public r-zlibbioc
|
||||||
|
(package
|
||||||
|
(name "r-zlibbioc")
|
||||||
|
(version "1.36.0")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (bioconductor-uri "zlibbioc" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0m36ddss0znvm19dhnxcclxjhgjplw8ajk8v419h20ab8an6khxg"))))
|
||||||
|
(properties
|
||||||
|
`((upstream-name . "zlibbioc")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(home-page "https://bioconductor.org/packages/zlibbioc")
|
||||||
|
(synopsis "Provider for zlib-1.2.5 to R packages")
|
||||||
|
(description "This package uses the source code of zlib-1.2.5 to create
|
||||||
|
libraries for systems that do not have these available via other means.")
|
||||||
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
(define-public r-geneplotter
|
(define-public r-geneplotter
|
||||||
(package
|
(package
|
||||||
(name "r-geneplotter")
|
(name "r-geneplotter")
|
||||||
|
|
|
@ -8023,25 +8023,6 @@ (define-public r-phantompeakqualtools
|
||||||
characteristic tag shift values in these assays.")
|
characteristic tag shift values in these assays.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public r-zlibbioc
|
|
||||||
(package
|
|
||||||
(name "r-zlibbioc")
|
|
||||||
(version "1.36.0")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (bioconductor-uri "zlibbioc" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0m36ddss0znvm19dhnxcclxjhgjplw8ajk8v419h20ab8an6khxg"))))
|
|
||||||
(properties
|
|
||||||
`((upstream-name . "zlibbioc")))
|
|
||||||
(build-system r-build-system)
|
|
||||||
(home-page "https://bioconductor.org/packages/zlibbioc")
|
|
||||||
(synopsis "Provider for zlib-1.2.5 to R packages")
|
|
||||||
(description "This package uses the source code of zlib-1.2.5 to create
|
|
||||||
libraries for systems that do not have these available via other means.")
|
|
||||||
(license license:artistic2.0)))
|
|
||||||
|
|
||||||
(define-public r-r4rna
|
(define-public r-r4rna
|
||||||
(package
|
(package
|
||||||
(name "r-r4rna")
|
(name "r-r4rna")
|
||||||
|
|
Loading…
Reference in a new issue