Skip to content
Snippets Groups Projects
Commit e0b2498c authored by Michael Emiel Gevaert's avatar Michael Emiel Gevaert
Browse files

add NeuroR

parent 53982e0a
No related branches found
No related tags found
3 merge requests!318update branch,!317create new experimental release,!314add NeuroR
from spack.package import *
class PyMorphTool(PythonPackage):
"""Python morphology manipulation toolkit"""
homepage = "https://github.com/BlueBrain/morph-tool"
git = "https://github.com/BlueBrain/morph-tool.git"
pypi = "morph-tool/morph-tool-2.4.1.tar.gz"
version("develop", branch="master")
version("2.9.0", sha256="c60d4010e17ddcc3f53c864c374fffee05713c8f8fd2ba4eed7706041ce1fa47")
depends_on("py-setuptools", type=("build", "run"))
depends_on("py-click@6.7:", type=("build", "run"))
depends_on("py-deprecation@2.1.0:", type=("build", "run"))
depends_on("py-more-itertools@8.6.0:", type=("build", "run"))
depends_on("py-numpy@1.14:", type=("build", "run"))
depends_on("py-pandas@1.0.3:", type=("build", "run"))
depends_on("py-xmltodict@0.12:", type=("build", "run"))
depends_on("py-plotly@4.1:", type=("build", "run"))
depends_on("py-dask+bag@2.19:", type=("build", "run"))
depends_on("neuron+python@7.8:", type=("build", "run"))
depends_on("py-bluepyopt@1.9.37:", type=("build", "run"))
depends_on("py-neurom@3.0:3.999", type=("build", "run"))
depends_on("py-morphio@3.0:3.999", type=("build", "run"))
from spack.package import *
class PyNeuror(PythonPackage):
"""A collection of tools to repair morphologies."""
homepage = "https://github.com/BlueBrain/NeuroR"
git = "https://github.com/BlueBrain/NeuroR.git"
pypi = "neuror/NeuroR-1.2.3.tar.gz"
version("develop", branch="master")
version("1.4.2", sha256="f5e18ebddf59a60ce650c24eb49042057cf97990d63aee3ceb58b7acff823255")
depends_on("py-setuptools", type=("build", "run"))
depends_on("py-click@6.7:", type=("build", "run"))
depends_on("py-matplotlib@2.2.3:", type=("build", "run"))
depends_on("py-morph-tool@2.9.0:2.999", type=("build", "run"))
depends_on("py-morphio@3.0:3.999", type=("build", "run"))
depends_on("py-neurom@3.0:3.999", type=("build", "run"))
depends_on("py-numpy@1.19.2:", type=("build", "run"))
depends_on("py-nptyping@1.3.0:", type=("build", "run"))
depends_on("py-pandas@0.24.2:", type=("build", "run"))
depends_on("py-pyquaternion@0.9.2:", type=("build", "run"))
depends_on("py-scipy@1.2.0:", type=("build", "run"))
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment