summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/mindthegap/package.py
blob: ad58c443eaa0c5807e0b5901113a9c372e8daaf2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 2013-2023 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 Mindthegap(CMakePackage):
    """MindTheGap is a software that performs integrated detection and
    assembly of genomic insertion variants in NGS read datasets with
    respect to a reference genome."""

    homepage = "https://gatb.inria.fr/software/mind-the-gap/"
    git = "https://github.com/GATB/MindTheGap.git"

    version("2.0.2", tag="v2.0.2", submodules=True)

    depends_on("zlib")