r-illuminahumanmethylationepicmanifest: new package (#23102)

This commit is contained in:
Glenn Johnson 2021-04-20 04:26:47 -05:00 committed by GitHub
parent a9862ba859
commit 7ed05b2e5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,19 @@
# Copyright 2013-2021 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import *
class RIlluminahumanmethylationepicmanifest(RPackage):
"""Manifest for Illumina's EPIC methylation arrays"""
homepage = "https://bitbucket.com/kasperdanielhansen/Illumina_EPIC"
url = "https://bioconductor.org/packages/release/data/annotation/src/contrib/IlluminaHumanMethylationEPICmanifest_0.3.0.tar.gz"
bioc = "IlluminaHumanMethylationEPICmanifest"
version('0.3.0', sha256='e39a69d98486cec981e97c56f45bbe47d2ccb5bbb66a1b16fa0685575493902a')
depends_on('r@3.2.0:', type=('build', 'run'))
depends_on('r-minfi', type=('build', 'run'))