gnu: Add r-txdb-dmelanogaster-ucsc-dm3-ensgene.

* gnu/packages/bioconductor.scm (r-txdb-dmelanogaster-ucsc-dm3-ensgene): New variable.

Change-Id: I5555a99f9849106c0741121320e5e90b37bae752
This commit is contained in:
Ricardo Wurmus 2025-02-27 11:25:49 +01:00
parent abb33f634a
commit 4b4b58b79a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1625,6 +1625,28 @@ correct position but this injection will exclude chrM (i.e. nothing will be
injected in that sequence).")
(license license:artistic2.0)))
(define-public r-txdb-dmelanogaster-ucsc-dm3-ensgene
(package
(name "r-txdb-dmelanogaster-ucsc-dm3-ensgene")
(version "3.2.2")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "TxDb.Dmelanogaster.UCSC.dm3.ensGene" version
'annotation))
(sha256
(base32 "1337x23rdmiiza83ms225kri37h16q5hw1lw0m577abcgip3d7c7"))))
(properties `((upstream-name . "TxDb.Dmelanogaster.UCSC.dm3.ensGene")))
(build-system r-build-system)
(propagated-inputs (list r-annotationdbi r-genomicfeatures))
(home-page
"https://bioconductor.org/packages/TxDb.Dmelanogaster.UCSC.dm3.ensGene")
(synopsis "Annotation package for TxDb object(s)")
(description
"This package exposes an annotation databases generated from UCSC by
exposing these as @code{TxDb} objects.")
(license license:artistic2.0)))
(define-public r-txdb-dmelanogaster-ucsc-dm6-ensgene
(package
(name "r-txdb-dmelanogaster-ucsc-dm6-ensgene")