GNU bug report logs -
#47490
[PATCH] r-txdb-dmelanogaster-ucsc-dm6-ensgene
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 12 Apr 2021 18:37:58 +0200
with message-id <87fszvv4pl.fsf <at> elephly.net>
and subject line Re: [PATCH] r-txdb-dmelanogaster-ucsc-dm6-ensgene
has caused the debbugs.gnu.org bug report #47490,
regarding [PATCH] r-txdb-dmelanogaster-ucsc-dm6-ensgene
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
47490: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=47490
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (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 4 (text/html, inline)]
[Message part 5 (message/rfc822, inline)]
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
This bug report was last modified 4 years and 39 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.