GNU bug report logs - #47490
[PATCH] r-txdb-dmelanogaster-ucsc-dm6-ensgene

Previous Next

Package: guix-patches;

Reported by: "Hong.Li <at> mdc-berlin.de" <Hong.Li <at> mdc-berlin.de>

Date: Mon, 29 Mar 2021 23:06: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 47490 in the body.
You can then email your comments to 47490 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 guix-patches <at> gnu.org:
bug#47490; Package guix-patches. (Mon, 29 Mar 2021 23:06:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Hong.Li <at> mdc-berlin.de" <Hong.Li <at> mdc-berlin.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 29 Mar 2021 23:06:02 GMT) Full text and rfc822 format available.

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

From: "Hong.Li <at> mdc-berlin.de" <Hong.Li <at> mdc-berlin.de>
To: "guix-patches <at> gnu.org" <guix-patches <at> gnu.org>
Cc: "Ricardo.Wurmus <at> mdc-berlin.de" <Ricardo.Wurmus <at> mdc-berlin.de>
Subject: [PATCH] r-txdb-dmelanogaster-ucsc-dm6-ensgene
Date: Mon, 29 Mar 2021 23:00:44 +0000
[Message part 1 (text/plain, inline)]
From 2621d8b89a4406bce271436640b8b7fd7764b8c0 Mon Sep 17 00:00:00 2001
From: hli <hli <at> mdc-berlin.de>
Date: Tue, 30 Mar 2021 00:53:51 +0200
Subject: [PATCH] r-txdb-dmelanogaster-ucsc-dm6-ensgene

---
 gnu/packages/bioconductor.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 0bcd9a67cd..a8601d7ed2 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -619,6 +619,36 @@ as provided by UCSC (hg38, Dec. 2013) and stored in Biostrings objects.")
      "This package exposes an annotation database generated from Ensembl.")
     (license license:artistic2.0)))

+(define-public r-txdb-dmelanogaster-ucsc-dm6-ensgene
+  (package
+    (name "r-txdb-dmelanogaster-ucsc-dm6-ensgene")
+    (version "3.12.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (bioconductor-uri
+             "TxDb.Dmelanogaster.UCSC.dm6.ensGene"
+             version
+             'annotation))
+       (sha256
+        (base32
+         "0yij7zyqkmmr13389rs2gfa5anvvw648nnl1kjbsgvyxkggif8q4"))))
+    (properties
+     `((upstream-name
+        .
+        "TxDb.Dmelanogaster.UCSC.dm6.ensGene")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-annotationdbi" ,r-annotationdbi)
+       ("r-genomicfeatures" ,r-genomicfeatures)))
+    (home-page
+     "https://bioconductor.org/packages/TxDb.Dmelanogaster.UCSC.dm6.ensGene")
+    (synopsis
+     "Annotation package for TxDb object(s)")
+    (description
+     "Exposes an annotation databases generated from UCSC by exposing these as TxDb objects")
+    (license license:artistic2.0)))
+
 (define-public r-txdb-hsapiens-ucsc-hg19-knowngene
   (package
     (name "r-txdb-hsapiens-ucsc-hg19-knowngene")
--
2.17.1
[Message part 2 (text/html, inline)]

Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Mon, 12 Apr 2021 16:39:01 GMT) Full text and rfc822 format available.

Notification sent to "Hong.Li <at> mdc-berlin.de" <Hong.Li <at> mdc-berlin.de>:
bug acknowledged by developer. (Mon, 12 Apr 2021 16:39:02 GMT) Full text and rfc822 format available.

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

From: Ricardo Wurmus <rekado <at> elephly.net>
To: "Li, Hong" <Hong.Li <at> mdc-berlin.de>
Cc: 47490-done <at> debbugs.gnu.org
Subject: Re: [PATCH] r-txdb-dmelanogaster-ucsc-dm6-ensgene
Date: Mon, 12 Apr 2021 18:37:58 +0200
Li, Hong <Hong.Li <at> mdc-berlin.de> writes:

> From 2621d8b89a4406bce271436640b8b7fd7764b8c0 Mon Sep 17 00:00:00 2001
> From: hli <hli <at> mdc-berlin.de>
> Date: Tue, 30 Mar 2021 00:53:51 +0200
> Subject: [PATCH] r-txdb-dmelanogaster-ucsc-dm6-ensgene

Thank you, I pushed it with minor tweaks and a conventional commit
message with commit eb8da54170919bc31946f492da1071dd491e942a.

PS: you can generate a commit (or a series of commits) with the expected
commit message by running ./etc/committer.scm.

-- 
Ricardo




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 11 May 2021 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 349 days ago.

Previous Next


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