mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 03:20:43 +02:00
gnu: Remove r-snapcgh.
This package has been removed with the release of Bioconductor 3.19, and it now fails to build. * gnu/packages/bioconductor.scm (r-snapcgh): Remove variable. Change-Id: Id4408ea2d17d07913fea359292eb3e5d7329b13d
This commit is contained in:
parent
901020cdeb
commit
b927cbe70d
1 changed files with 0 additions and 28 deletions
|
@ -26810,34 +26810,6 @@ integrates with pathway and gene set (enrichment) analysis tools for
|
||||||
large-scale and fully automated analysis.")
|
large-scale and fully automated analysis.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public r-snapcgh
|
|
||||||
(package
|
|
||||||
(name "r-snapcgh")
|
|
||||||
(version "1.72.0")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (bioconductor-uri "snapCGH" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0knjspxzc3z5dhx0a6kx9rkic85w65l84vy552x5bv8jzxkcwrsj"))))
|
|
||||||
(properties `((upstream-name . "snapCGH")))
|
|
||||||
(build-system r-build-system)
|
|
||||||
(propagated-inputs
|
|
||||||
(list r-acgh
|
|
||||||
r-cluster
|
|
||||||
r-dnacopy
|
|
||||||
r-glad
|
|
||||||
r-limma
|
|
||||||
r-tilingarray))
|
|
||||||
(home-page "https://bioconductor.org/packages/snapCGH")
|
|
||||||
(synopsis "Segmentation, normalisation and processing of the aCGH data")
|
|
||||||
(description
|
|
||||||
"This package provides methods for segmenting, normalising and processing
|
|
||||||
aCGH data. snapCGH also includes plotting functions for visualising raw and
|
|
||||||
segmented data for individual and multiple arrays.")
|
|
||||||
;; Expanded from GPL
|
|
||||||
(license (list license:gpl2+ license:gpl3+))))
|
|
||||||
|
|
||||||
(define-public r-snprelate
|
(define-public r-snprelate
|
||||||
(package
|
(package
|
||||||
(name "r-snprelate")
|
(name "r-snprelate")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue