gemini dep py-geneimpacts + (#19334)

This commit is contained in:
manifest 2020-10-17 08:02:59 +10:30 committed by GitHub
parent da71e9e88e
commit 89332361ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,21 @@
# Copyright 2013-2020 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 PyGeneimpacts(PythonPackage):
"""Given multiple snpEff or VEP or BCFTools consequence annotations
for a single variant, get an orderable python object for each annotation.
"""
homepage = "https://github.com/brentp/geneimpacts"
url = "https://github.com/brentp/geneimpacts/archive/v0.3.7.tar.gz"
version('0.3.7', sha256='895a0aa64935bf8528257fc5a3747c09adbf30c4885d95b0fa69ba4bb858c133')
version('0.3.6', sha256='7998e469e7c25b15ecb1d7a73620cc42f13ca91f3f49384513729c180e3a9b97')
depends_on('python@2.7:2.8,3.4:', type=('build', 'run'))
depends_on('py-setuptools', type='build')