mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 04:14:06 -05:00
gnu: r-keggrest: Move to (gnu packages bioconductor).
* gnu/packages/bioinformatics.scm (r-keggrest): Move from here... * gnu/packages/bioconductor.scm (r-keggrest): ...to here.
This commit is contained in:
parent
22cda2e432
commit
d0a5503752
2 changed files with 26 additions and 26 deletions
|
@ -2839,6 +2839,32 @@ (define-public r-interactivedisplaybase
|
|||
Shiny-based display methods for Bioconductor objects.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-keggrest
|
||||
(package
|
||||
(name "r-keggrest")
|
||||
(version "1.30.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "KEGGREST" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0k9z85xf9la2y98xqmdmjb8mci9fh2fdybkl77x1yl26hyalip0s"))))
|
||||
(properties `((upstream-name . "KEGGREST")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-biostrings" ,r-biostrings)
|
||||
("r-httr" ,r-httr)
|
||||
("r-png" ,r-png)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://bioconductor.org/packages/KEGGREST")
|
||||
(synopsis "Client-side REST access to KEGG")
|
||||
(description
|
||||
"This package provides a package that provides a client interface to the
|
||||
@dfn{Kyoto Encyclopedia of Genes and Genomes} (KEGG) REST server.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-limma
|
||||
(package
|
||||
(name "r-limma")
|
||||
|
|
|
@ -9168,32 +9168,6 @@ (define-public r-vsn
|
|||
and specific in detecting differential transcription.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-keggrest
|
||||
(package
|
||||
(name "r-keggrest")
|
||||
(version "1.30.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "KEGGREST" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0k9z85xf9la2y98xqmdmjb8mci9fh2fdybkl77x1yl26hyalip0s"))))
|
||||
(properties `((upstream-name . "KEGGREST")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-biostrings" ,r-biostrings)
|
||||
("r-httr" ,r-httr)
|
||||
("r-png" ,r-png)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://bioconductor.org/packages/KEGGREST")
|
||||
(synopsis "Client-side REST access to KEGG")
|
||||
(description
|
||||
"This package provides a package that provides a client interface to the
|
||||
@dfn{Kyoto Encyclopedia of Genes and Genomes} (KEGG) REST server.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-gage
|
||||
(package
|
||||
(name "r-gage")
|
||||
|
|
Loading…
Reference in a new issue