mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
abb33f634a
commit
4b4b58b79a
1 changed files with 22 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue