summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/mindthegap/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/mindthegap/package.py')
-rw-r--r--var/spack/repos/builtin/packages/mindthegap/package.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/mindthegap/package.py b/var/spack/repos/builtin/packages/mindthegap/package.py
new file mode 100644
index 0000000000..11dbdb8ac5
--- /dev/null
+++ b/var/spack/repos/builtin/packages/mindthegap/package.py
@@ -0,0 +1,19 @@
+# Copyright 2013-2018 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 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', tags='v2.0.2', submodules=True)
+
+ depends_on('zlib')