mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: Remove r-bioconcotk.
This package has been removed from Bioconductor and tests depend on a package that has also been removed. * gnu/packages/bioconductor.scm (r-bioconcotk): Remove variable. Change-Id: If444fb7a10aea71a5339b4a488683148c84bb236
This commit is contained in:
parent
0dec8b3869
commit
f880a4f96b
1 changed files with 0 additions and 46 deletions
|
@ -23018,52 +23018,6 @@ (define-public r-multiassayexperiment
|
|||
rownames.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-bioconcotk
|
||||
(package
|
||||
(name "r-bioconcotk")
|
||||
(version "1.24.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BiocOncoTK" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0h4cr7lrmbyx7kdj81s7ff75svr01rvzn54svqi93vjilawmpbm3"))))
|
||||
(properties `((upstream-name . "BiocOncoTK")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-bigrquery
|
||||
r-car
|
||||
r-complexheatmap
|
||||
r-curatedtcgadata
|
||||
r-dbi
|
||||
r-dplyr
|
||||
r-dt
|
||||
r-genomicfeatures
|
||||
r-genomicranges
|
||||
r-ggplot2
|
||||
r-ggpubr
|
||||
r-graph
|
||||
r-httr
|
||||
r-iranges
|
||||
r-magrittr
|
||||
r-mass
|
||||
r-plyr
|
||||
r-rgraphviz
|
||||
r-rjson
|
||||
r-s4vectors
|
||||
r-scales
|
||||
r-shiny
|
||||
r-summarizedexperiment))
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
(home-page "https://bioconductor.org/packages/BiocOncoTK")
|
||||
(synopsis "Bioconductor components for general cancer genomics")
|
||||
(description
|
||||
"The purpose of this package is to provide a central interface to various
|
||||
tools for genome-scale analysis of cancer studies.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-biocor
|
||||
(package
|
||||
(name "r-biocor")
|
||||
|
|
Loading…
Reference in a new issue