summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorJustin S <3630356+codeandkey@users.noreply.github.com>2019-05-29 15:37:52 -0500
committerAdam J. Stewart <ajstewart426@gmail.com>2019-05-29 15:37:52 -0500
commitca05c2cbd83a1d0e1f2cd53f6387dd5ec422d191 (patch)
tree390213883ff001aa333966c206b83821c0b6eff8 /var
parenta49ce3fc321d2882bc3a8ad67042a43da5f5fdcf (diff)
downloadspack-ca05c2cbd83a1d0e1f2cd53f6387dd5ec422d191.tar.gz
spack-ca05c2cbd83a1d0e1f2cd53f6387dd5ec422d191.tar.bz2
spack-ca05c2cbd83a1d0e1f2cd53f6387dd5ec422d191.tar.xz
spack-ca05c2cbd83a1d0e1f2cd53f6387dd5ec422d191.zip
py-flye: new package at 2.4.2 (#11584)
* py-flye: new package at 2.4.2 * py-flye: better python version constraint
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-flye/package.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-flye/package.py b/var/spack/repos/builtin/packages/py-flye/package.py
new file mode 100644
index 0000000000..1192012319
--- /dev/null
+++ b/var/spack/repos/builtin/packages/py-flye/package.py
@@ -0,0 +1,18 @@
+# Copyright 2013-2019 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 PyFlye(PythonPackage):
+ """Fast and accurate de novo assembler for single molecule sequencing
+ reads"""
+
+ homepage = "https://github.com/fenderglass/Flye"
+ url = "https://github.com/fenderglass/Flye/archive/2.4.2.tar.gz"
+
+ version('2.4.2', sha256='5b74d4463b860c9e1614ef655ab6f6f3a5e84a7a4d33faf3b29c7696b542c51a')
+
+ depends_on('python@2.7:2.8', type=('build', 'run'))