GNU bug report logs -
#58806
[PATCH] gnu: Add r-baalchip.
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 58806 in the body.
You can then email your comments to 58806 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#58806
; Package
guix-patches
.
(Wed, 26 Oct 2022 22:39:01 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, 26 Oct 2022 22:39:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
X-Debbugs-Cc: rekado <at> elephly.net
* gnu/packages/bioconductor.scm (r-baalchip): New variable.
---
gnu/packages/bioconductor.scm | 45 +++++++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 3692bb94af..23991983da 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2293,6 +2293,51 @@ (define-public r-antiprofiles
tumor samples from healthy controls.")
(license license:artistic2.0)))
+(define-public r-baalchip
+ (package
+ (name "r-baalchip")
+ (version "1.22.0")
+ (source (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "BaalChIP" version))
+ (sha256
+ (base32
+ "02qwk9n2fyg5f9xxjiiha9mi6p9ii3zi5x7w84sh5d5g58s27g6q"))))
+ (properties `((upstream-name . "BaalChIP")))
+ (build-system r-build-system)
+ (arguments
+ '(#:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'set-HOME
+ (lambda _ (setenv "HOME" "/tmp"))))))
+ (inputs (list perl)) ;; extra/get.overlaps.v2_chrXY.perl
+ (propagated-inputs
+ (list r-coda
+ r-doby
+ r-doparallel
+ r-foreach
+ r-genomeinfodb
+ r-genomicalignments
+ r-genomicranges
+ r-ggplot2
+ r-iranges
+ r-reshape2
+ r-rsamtools
+ r-scales))
+ (native-inputs (list r-knitr))
+ (home-page "https://bioconductor.org/packages/BaalChIP")
+ (synopsis
+ "Analysis of allele-specific transcription factor binding in cancer genomes")
+ (description
+ "The package offers functions to process multiple @code{ChIP-seq BAM} files
+and detect allele-specific events. Computes allele counts at individual variants
+(SNPs/SNVs), implements extensive @dfn{QC} (quality control) steps to remove
+problematic variants, and utilizes a Bayesian framework to identify statistically
+significant allele-specific events. @code{BaalChIP} is able to account for copy
+number differences between the two alleles, a known phenotypical feature of cancer
+samples.")
+ (license license:artistic2.0)))
+
(define-public r-biocversion
(package
(name "r-biocversion")
base-commit: a2e4e3489b4fdec6e270c93fcd9724abe983217e
--
2.37.3
Reply sent
to
Ricardo Wurmus <rekado <at> elephly.net>
:
You have taken responsibility.
(Thu, 27 Oct 2022 11:56: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, 27 Oct 2022 11:56:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 58806-done <at> debbugs.gnu.org (full text, mbox):
Applied with minor changes. Thanks!
--
Ricardo
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 24 Nov 2022 12:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 209 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.