me
/
guix
Archived
1
0
Fork 0

gnu: r-gprofiler: Move to (gnu packages cran).

* gnu/packages/bioinformatics.scm (r-gprofiler): Move this variable from here...
* gnu/packages/cran.scm (r-gprofiler): ...to here.
master
Ricardo Wurmus 2020-06-12 12:41:49 +02:00
parent db6290af7c
commit a620d22ea8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
2 changed files with 24 additions and 24 deletions

View File

@ -10393,30 +10393,6 @@ views. High-level plots include sequence fragment length, edge-linked
interval to data view, mismatch pileup, and several splicing summaries.") interval to data view, mismatch pileup, and several splicing summaries.")
(license license:artistic2.0))) (license license:artistic2.0)))
(define-public r-gprofiler
(package
(name "r-gprofiler")
(version "0.7.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "gProfileR" version))
(sha256
(base32
"1h1v0kgpsn04ald2izznh7fr2riwisj5hcgz4k7h3qc931rf0r4k"))))
(properties `((upstream-name . "gProfileR")))
(build-system r-build-system)
(propagated-inputs
`(("r-plyr" ,r-plyr)
("r-rcurl" ,r-rcurl)))
(home-page "https://cran.r-project.org/web/packages/gProfileR/")
(synopsis "Interface to the g:Profiler toolkit")
(description
"This package provides tools for functional enrichment analysis,
gene identifier conversion and mapping homologous genes across related
organisms via the @code{g:Profiler} toolkit.")
(license license:gpl2+)))
(define-public r-gqtlbase (define-public r-gqtlbase
(package (package
(name "r-gqtlbase") (name "r-gqtlbase")

View File

@ -158,6 +158,30 @@ the system clipboards.")
respecting the grammar of its graphics paradigm.") respecting the grammar of its graphics paradigm.")
(license license:gpl2+))) (license license:gpl2+)))
(define-public r-gprofiler
(package
(name "r-gprofiler")
(version "0.7.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "gProfileR" version))
(sha256
(base32
"1h1v0kgpsn04ald2izznh7fr2riwisj5hcgz4k7h3qc931rf0r4k"))))
(properties `((upstream-name . "gProfileR")))
(build-system r-build-system)
(propagated-inputs
`(("r-plyr" ,r-plyr)
("r-rcurl" ,r-rcurl)))
(home-page "https://cran.r-project.org/web/packages/gProfileR/")
(synopsis "Interface to the g:Profiler toolkit")
(description
"This package provides tools for functional enrichment analysis,
gene identifier conversion and mapping homologous genes across related
organisms via the @code{g:Profiler} toolkit.")
(license license:gpl2+)))
(define-public r-oenb (define-public r-oenb
(package (package
(name "r-oenb") (name "r-oenb")