sicer2: new Python package @1.0.3 (#42383)
Co-authored-by: LMS Bioinformatics <bioinformatics@lms.mrc.ac.uk>
This commit is contained in:
parent
55ecc47dce
commit
624292d685
1 changed files with 21 additions and 0 deletions
21
var/spack/repos/builtin/packages/sicer2/package.py
Normal file
21
var/spack/repos/builtin/packages/sicer2/package.py
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Copyright 2013-2024 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.package import *
|
||||
|
||||
|
||||
class Sicer2(PythonPackage):
|
||||
"""SICER2: a redesigned and improved ChIP-seq broad peak calling tool"""
|
||||
|
||||
homepage = "https://zanglab.github.io/SICER2/"
|
||||
pypi = "SICER2/SICER2-1.0.3.tar.gz"
|
||||
|
||||
license("MIT", checked_by="A-N-Other")
|
||||
|
||||
version("1.0.3", sha256="003e0f46fb45717fa6b1c94b2c21416161f5b3a4896fbb335cf2024daf2560dd")
|
||||
|
||||
depends_on("py-setuptools", type="build")
|
||||
depends_on("py-numpy", type=("build", "run"))
|
||||
depends_on("py-scipy@1.0.0:", type=("build", "run"))
|
Loading…
Reference in a new issue