GNU bug report logs - #60785
[PATCH] gnu: Add r-maser.

Previous Next

Package: guix-patches;

Reported by: Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de>

Date: Fri, 13 Jan 2023 15:08:02 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 60785 in the body.
You can then email your comments to 60785 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to rekado <at> elephly.net, guix-patches <at> gnu.org:
bug#60785; Package guix-patches. (Fri, 13 Jan 2023 15:08: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 rekado <at> elephly.net, guix-patches <at> gnu.org. (Fri, 13 Jan 2023 15:08:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Mădălin Ionel Patrașcu
 <madalinionel.patrascu <at> mdc-berlin.de>
To: <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: Add r-maser.
Date: Fri, 13 Jan 2023 16:07:16 +0100
* gnu/packages/bioconductor.scm (r-maser): New variable.
---
 gnu/packages/bioconductor.scm | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index c2fa26cb59..ca236bcf75 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6274,6 +6274,38 @@ (define-public r-makecdfenv
 package that automatically loads that environment.")
     (license license:gpl2+)))
 
+(define-public r-maser
+  (package
+    (name "r-maser")
+    (version "1.16.0")
+    (source (origin
+              (method url-fetch)
+              (uri (bioconductor-uri "maser" version))
+              (sha256
+               (base32
+                "1zycx8s046g4d3w5qrn950bmi0nrnq1g7fvqji48mr6hmsyzplvv"))))
+    (properties `((upstream-name . "maser")))
+    (build-system r-build-system)
+    (propagated-inputs
+     (list r-biocgenerics
+           r-data-table
+           r-dplyr
+           r-dt
+           r-genomeinfodb
+           r-genomicranges
+           r-ggplot2
+           r-gviz
+           r-iranges
+           r-reshape2
+           r-rtracklayer))
+    (native-inputs (list r-knitr))
+    (home-page "https://github.com/DiogoVeiga/maser")
+    (synopsis "Mapping alternative splicing events to proteins")
+    (description
+     "This package provides functionalities for downstream analysis, annotation
+and visualizaton of alternative splicing events generated by rMATS.")
+    (license license:expat)))
+
 (define-public r-metaneighbor
   (package
     (name "r-metaneighbor")

base-commit: 789d73234d5b6bbd83bb054146d5bbd1d374d51a
-- 
2.38.1





Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Sat, 14 Jan 2023 07:19: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. (Sat, 14 Jan 2023 07:19:02 GMT) Full text and rfc822 format available.

Message #10 received at 60785-done <at> debbugs.gnu.org (full text, mbox):

From: Ricardo Wurmus <rekado <at> elephly.net>
To: Mădălin Ionel Patrașcu
 <madalinionel.patrascu <at> mdc-berlin.de>
Cc: 60785-done <at> debbugs.gnu.org
Subject: Re: [bug#60785] [PATCH] gnu: Add r-maser.
Date: Sat, 14 Jan 2023 08:18:33 +0100
Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de> writes:

> * gnu/packages/bioconductor.scm (r-maser): 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, 11 Feb 2023 12:24:13 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 72 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.