summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/pmerge/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/pmerge/package.py')
-rw-r--r--var/spack/repos/builtin/packages/pmerge/package.py24
1 files changed, 12 insertions, 12 deletions
diff --git a/var/spack/repos/builtin/packages/pmerge/package.py b/var/spack/repos/builtin/packages/pmerge/package.py
index 2369d0895f..b297d377a5 100644
--- a/var/spack/repos/builtin/packages/pmerge/package.py
+++ b/var/spack/repos/builtin/packages/pmerge/package.py
@@ -8,22 +8,22 @@ from spack.package import *
class Pmerge(AutotoolsPackage):
"""PMERGE implements a new method that identifies candidate PSVs by
- building networks of loci that share high levels of nucleotide
- similarity. The PMERGE is embedded in the analysis pipeline of the
- widely used Stacks software, and it is straightforward to apply it as
- an additional filter in population-genomic studies using RAD-seq
- data."""
+ building networks of loci that share high levels of nucleotide
+ similarity. The PMERGE is embedded in the analysis pipeline of the
+ widely used Stacks software, and it is straightforward to apply it as
+ an additional filter in population-genomic studies using RAD-seq
+ data."""
homepage = "https://github.com/beiko-lab/PMERGE"
- git = "https://github.com/beiko-lab/PMERGE.git"
+ git = "https://github.com/beiko-lab/PMERGE.git"
- version('master', branch='master')
+ version("master", branch="master")
- depends_on('automake@1.14.0:1.14', type='build')
- depends_on('autoconf', type='build')
- depends_on('m4', type='build')
- depends_on('perl', type='build')
+ depends_on("automake@1.14.0:1.14", type="build")
+ depends_on("autoconf", type="build")
+ depends_on("m4", type="build")
+ depends_on("perl", type="build")
@property
def configure_directory(self):
- return 'Install'
+ return "Install"