GNU bug report logs -
#58827
[PATCH] gnu: Add r-dama and r-damefinder.
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 58827 in the body.
You can then email your comments to 58827 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#58827
; Package
guix-patches
.
(Fri, 28 Oct 2022 02:50:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
"MadalinIonel.Patrascu <at> mdc-berlin.de" <MadalinIonel.Patrascu <at> mdc-berlin.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 28 Oct 2022 02:50:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
* gnu/packages/bioconductor.scm ( r-dama and r-damefinder): New variables.
Unrelated patches, added in the alphabetical order.
All the best,
Mădălin-Ionel!
[Message part 2 (text/html, inline)]
Information forwarded
to
rekado <at> elephly.net, guix-patches <at> gnu.org
:
bug#58827
; Package
guix-patches
.
(Fri, 28 Oct 2022 02:55:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 58827 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/bioconductor.scm (r-damefinder): New variable.
---
gnu/packages/bioconductor.scm | 41 +++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 9f79954d8d..81918e4fe6 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3036,6 +3036,47 @@ (define-public r-dama
microarray data.")
(license license:gpl2+)))
+(define-public r-damefinder
+ (package
+ (name "r-damefinder")
+ (version "1.8.0")
+ (source (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "DAMEfinder" version))
+ (sha256
+ (base32
+ "123ra94bij0m45j2fzqr7fjipj4ld9kgk0kir1zfdbbd5h8h4mdf"))))
+ (properties `((upstream-name . "DAMEfinder")))
+ (build-system r-build-system)
+ (propagated-inputs
+ (list r-biocgenerics
+ r-biostrings
+ r-bumphunter
+ r-cowplot
+ r-genomeinfodb
+ r-genomicalignments
+ r-genomicranges
+ r-ggplot2
+ r-iranges
+ r-limma
+ r-plyr
+ r-readr
+ r-reshape2
+ r-rsamtools
+ r-s4vectors
+ r-stringr
+ r-summarizedexperiment
+ r-variantannotation))
+ (native-inputs (list r-knitr))
+ (home-page "https://bioconductor.org/packages/DAMEfinder")
+ (synopsis "Differential allelicly methylated regions")
+ (description
+ "This package offers functionality for taking methtuple or @code{bismark}
+outputs to calculate @acronym{ASM, Allele-Specific Methylation} scores and compute
+@acronym{DAMEs, Differential Allelicly MEthylated regions}. It also offers nice
+visualization of methyl-circle plots.")
+ (license license:expat)))
+
(define-public r-dearseq
(package
(name "r-dearseq")
--
2.38.0
Information forwarded
to
rekado <at> elephly.net, guix-patches <at> gnu.org
:
bug#58827
; Package
guix-patches
.
(Fri, 28 Oct 2022 02:55:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 58827 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/bioconductor.scm (r-dama): New variable.
---
gnu/packages/bioconductor.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index b8535250f9..9f79954d8d 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3013,6 +3013,29 @@ (define-public r-cummerbund
used visualizations.")
(license license:artistic2.0)))
+(define-public r-dama
+ (package
+ (name "r-dama")
+ (version "1.68.0")
+ (source (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "daMA" version))
+ (sha256
+ (base32
+ "1mpjvl24wsdmpgra3iasgfvy29m71318gj6j1gg6081w0n4cq72m"))))
+ (properties `((upstream-name . "daMA")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-mass))
+ (home-page "https://bioconductor.org/packages/release/bioc/html/daMA.html")
+ ;; http://www.microarrays.med.uni-goettingen.de - domain not found
+ (synopsis
+ "Efficient design and analysis of factorial two-colour microarray data")
+ (description
+ "This package contains functions for the efficient design of factorial two-
+colour microarray experiments and for the statistical analysis of factorial
+microarray data.")
+ (license license:gpl2+)))
+
(define-public r-dearseq
(package
(name "r-dearseq")
base-commit: ac51b9c86d58cfdb13ee643a2fdc8e979939a260
--
2.38.0
Reply sent
to
Ricardo Wurmus <rekado <at> elephly.net>
:
You have taken responsibility.
(Fri, 28 Oct 2022 13:15:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
"MadalinIonel.Patrascu <at> mdc-berlin.de" <MadalinIonel.Patrascu <at> mdc-berlin.de>
:
bug acknowledged by developer.
(Fri, 28 Oct 2022 13:15:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 58827-done <at> debbugs.gnu.org (full text, mbox):
Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de> writes:
> * gnu/packages/bioconductor.scm (r-dama): New variable.
Applied, thanks!
--
Ricardo
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 26 Nov 2022 12:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 206 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.