me
/
guix
Archived
1
0
Fork 0

gnu: Add r-illuminahumanmethylationepicanno-ilm10b5-hg38.

* gnu/packages/bioinformatics.scm
(r-illuminahumanmethylationepicanno-ilm10b5-hg38): New variable.
master
Ricardo Wurmus 2023-03-30 14:38:42 +02:00
parent 928e9aa236
commit 033955b4e8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 28 additions and 0 deletions

View File

@ -14128,6 +14128,34 @@ analysing cytometry data in R.")
spatial single-cell expression data.")
(license license:expat))))
(define-public r-illuminahumanmethylationepicanno-ilm10b5-hg38
(let ((commit "3db06910e27f626e0cc8b335ff45cf9a4050a36a")
(revision "1"))
(package
(name "r-illuminahumanmethylationepicanno-ilm10b5-hg38")
(version (git-version "0.0.1" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
(url
"https://github.com/achilleasNP/IlluminaHumanMethylationEPICanno.ilm10b5.hg38")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
"0y8fhiwmkldi57f8nq64njfgljw68cm6pb1vh44hjwcc12k48sqr"))))
(properties `((upstream-name . "IlluminaHumanMethylationEPICanno.ilm10b5.hg38")))
(build-system r-build-system)
(propagated-inputs (list r-minfi))
(home-page
"https://github.com/achilleasNP/IlluminaHumanMethylationEPICanno.ilm10b5.hg38")
(synopsis "Illumina Human Methylation EPIC Annotation version 1.0B5")
(description
"This package provides a companion annotation file to the
@code{IlluminaHumanMethylationEPICmanifest} package based on the same
annotation 1.0B5.")
(license license:artistic2.0))))
(define-public gffread
;; We cannot use the tagged release because it is not in sync with gclib.
;; See https://github.com/gpertea/gffread/issues/26