summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/fastphase/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/fastphase/package.py')
-rw-r--r--var/spack/repos/builtin/packages/fastphase/package.py10
1 files changed, 6 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/fastphase/package.py b/var/spack/repos/builtin/packages/fastphase/package.py
index 82e5ddc5a2..dd3fad57fc 100644
--- a/var/spack/repos/builtin/packages/fastphase/package.py
+++ b/var/spack/repos/builtin/packages/fastphase/package.py
@@ -8,13 +8,15 @@ from spack.package import *
class Fastphase(Package):
"""Software for haplotype reconstruction, and estimating missing genotypes
- from population data."""
+ from population data."""
homepage = "https://stephenslab.uchicago.edu/software.html"
- url = "http://scheet.org/code/Linuxfp.tar.gz"
+ url = "http://scheet.org/code/Linuxfp.tar.gz"
- version('2016-03-30', sha256='f0762eaae38b276bccb567d1519fa19bf35fd4078e57cbf13c7d7054150c4f36')
+ version(
+ "2016-03-30", sha256="f0762eaae38b276bccb567d1519fa19bf35fd4078e57cbf13c7d7054150c4f36"
+ )
def install(self, spec, prefix):
mkdirp(prefix.bin)
- install('fastPHASE', prefix.bin)
+ install("fastPHASE", prefix.bin)