Skip to content
Snippets Groups Projects
Commit 00418fed authored by Athanasios Karmas's avatar Athanasios Karmas
Browse files

Merge remote-tracking branch 'upstream/ADD_morphounit'

parents b932eeb0 308f8093
No related branches found
No related tags found
1 merge request!65Add morphounit
Pipeline #16732 passed with stage
in 15 minutes and 13 seconds
# Copyright 2013-2021 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 PyMorphIO(PythonPackage):
"""MorphIO is a library for reading and writing neuron morphology files
"""
homepage = "https://github.com/BlueBrain/MorphIO/"
pypi = "MorphIO/MorphIO-3.1.1.tar.gz"
git = "https://github.com/BlueBrain/MorphIO.git"
version('3.1.1', sha256='ad9f0e363f09f03c6eda54f5f3b006d204236677d2f2c9675421e0441033a503')
depends_on('python@3.6.9:')
depends_on('py-numpy@1.14.1:', type=('build', 'run'))
depends_on('py-h5py@3.0:4.0', type=('build', 'run'))
\ No newline at end of file
# Copyright 2013-2021 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 PyMorphoUnit(PythonPackage):
"""A SciUnit library for data-driven testing of neuronal morphologies
"""
homepage = "https://github.com/appukuttan-shailesh/morphounit/"
pypi = "morphounit/morphounit-1.0.4.tar.gz"
git = "https://github.com/appukuttan-shailesh/morphounit.git"
version('1.0.4', sha256='6dacadc91c66c15af91da8c1d45977e4aeaaa297a7bbc2e679f7d6a5e54e6f32')
depends_on('python@3.6.9:')
depends_on('py-neo@0.8.0:', type=('build', 'run'))
depends_on('py-elephant@0.4.1:', type=('build', 'run'))
depends_on('py-sciunit@0.2.5.1:', type=('build', 'run'))
depends_on('py-neurom@1.4.10', type=('build', 'run'))
depends_on('py-tabulate@0.8.6:', type=('build', 'run'))
depends_on('py-seaborn@0.10.0:', type=('build', 'run'))
\ No newline at end of file
# Copyright 2013-2021 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 PyNeuroM(PythonPackage):
"""NeuroM: a light-weight neuron morphology analysis package
"""
homepage = "https://github.com/BlueBrain/NeuroM"
pypi = "neurom/neurom-3.1.0.tar.gz"
git = "https://github.com/BlueBrain/NeuroM.git"
version('3.1.0', sha256='1a711c3bd92a55b845f6e26ec6197e9208bf3d91762088eda9cb00ceea992f3a')
version('1.4.10', sha256='c94823133bb15b5756c22391e05948871ff77c0212e91ad375903ca437e18aeb')
depends_on('python@3.6.9:')
depends_on('py-click@7.0:', type=('build', 'run'))
depends_on('py-matplotlib@3.2.1:', type=('build', 'run'))
depends_on('py-morphio@3.1.1:', type=('build', 'run'))
depends_on('py-numpy@1.9.1:', type=('build', 'run'))
depends_on('py-pandas@1.0.5', type=('build', 'run'))
depends_on('py-pyyaml@3.11:', type=('build', 'run'))
depends_on('py-scipy@1.2.1:', type=('build', 'run'))
depends_on('py-tqdm@4.8.4:', type=('build', 'run'))
\ No newline at end of file
......@@ -37,6 +37,9 @@ spack:
#- py-ebrains-drive@0.4.0 %gcc@10.3.0
#- py-vf-client@0.6.3 %gcc@10.3.0
- py-hbp-archive@1.1.1 %gcc@10.3.0
- py-morphounit@1.0.4 %gcc@10.3.0
- py-neurom@1.4.10 %gcc@10.3.0
- py-morphio@3.1.1 %gcc@10.3.0
#- py-torch~mkldnn~cuda~cudnn~onnx_ml~rocm~tensorpipe~mpi~distributed ^protobuf@:3.17.999 %gcc@10.3.0
#- py-lfpy@2.2.3 %gcc@10.3.0
#- biobb-common %gcc@10.3.0
......
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