GNU bug report logs -
#54909
[PATCH] gnu: Add r-acgh.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 54909 in the body.
You can then email your comments to 54909 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#54909
; Package
guix-patches
.
(Wed, 13 Apr 2022 12:22:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 13 Apr 2022 12:22:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/bioconductor.scm (r-acgh): New variable.
---
gnu/packages/bioconductor.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 803437a033..9a7a46502c 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -11642,6 +11642,30 @@ (define-public r-universalmotif
motifs, and others.")
(license license:gpl3)))
+(define-public r-acgh
+ (package
+ (name "r-acgh")
+ (version "1.72.0")
+ (source (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "aCGH" version))
+ (sha256
+ (base32
+ "1r1q6iq3g7svfn5m4jxlxp413djb40mvf6lh595y86sgwav5k6l4"))))
+ (properties `((upstream-name . "aCGH")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-biobase r-cluster r-multtest r-survival))
+ (home-page "https://bioconductor.org/packages/aCGH")
+ (synopsis
+ "Classes and functions for array comparative genomic hybridization data")
+ (description
+ "This package provides functions for reading
+@dfn{array comparative genomic hybridization} (aCGH) data from image analysis
+output files and clone information files, creation of @code{aCGH} objects for
+storing these data. Basic methods are accessing/replacing, subsetting,
+printing and plotting @code{aCGH} objects.")
+ (license license:gpl2)))
+
;; This is a CRAN package, but it depends on Bioconductor packages, so we put
;; it here.
(define-public r-activedriverwgs
--
2.34.0
Reply sent
to
Ricardo Wurmus <rekado <at> elephly.net>
:
You have taken responsibility.
(Thu, 14 Apr 2022 10:00:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de>
:
bug acknowledged by developer.
(Thu, 14 Apr 2022 10:00:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 54909-done <at> debbugs.gnu.org (full text, mbox):
Applied, thanks!
--
Ricardo
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 12 May 2022 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 3 years and 33 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.