
Security News
Python Adopts Standard Lock File Format for Reproducible Installs
Python has adopted a standardized lock file format to improve reproducibility, security, and tool interoperability across the packaging ecosystem.
.. image:: doc/source/logo/BBP-MorphIO.jpg
|license| |docs|
MorphIO documentation is built and hosted on readthedocs <http://morphio.readthedocs.org/>
_.
latest snapshot <http://morphio.readthedocs.org/en/latest/>
_latest release <http://morphio.readthedocs.org/en/stable/>
_MorphIO is a library for reading and writing neuron morphology files. It supports the following formats:
H5v2
_It provides 3 C++ classes that are the starting point of every morphology analysis:
Soma
: contains the information related to the soma.
Section
: a section is the succession of points between two bifurcations. To the bare minimum
the Section
object will contain the section type, the position and diameter of each point.
Morphology
: the morphology object contains general information about the loaded cell
but also provides accessors to the different sections.
One important concept is that MorphIO is split into a read-only part and a read/write one.
Starting at version 2.6.0, the file format h5v2
is no longer supported. If you have
morphologies in this format, you can convert them to h5v1 with:
.. code-block:: bash
pip install "morphio<2.6" "morph-tool==2.3.0"
and then:
.. code-block:: bash
.h5
morph-tool convert file INPUTFILE OUTPUT
morph-tool convert folder -ext h5 INPUTDIR OUTPUTDIR
If you want to improve the project or you see any issue, every contribution is welcome.
Please check the contribution guidelines <https://github.com/BlueBrain/morphio/blob/master/CONTRIBUTING.md>
_ for more
information.
The development of this software was supported by funding to the Blue Brain Project, a research center of the École polytechnique fédérale de Lausanne (EPFL), from the Swiss government’s ETH Board of the Swiss Federal Institutes of Technology.
This research was supported by the EBRAINS research infrastructure, funded from the European Union’s Horizon 2020 Framework Programme for Research and Innovation under the Specific Grant Agreement No. 945539 (Human Brain Project SGA3).
MorphIO is licensed under the terms of the Apache License 2.0. See LICENSE.txt for further details.
Copyright (c) 2013-2024 Blue Brain Project/EPFL
.. |license| image:: https://img.shields.io/pypi/l/morphio :target: https://github.com/BlueBrain/morphio/blob/master/COPYING.LESSER
.. |docs| image:: https://readthedocs.org/projects/morphio/badge/?version=latest :target: https://morphio.readthedocs.io/ :alt: documentation status
FAQs
A neuron morphology IO library
We found that morphio demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Python has adopted a standardized lock file format to improve reproducibility, security, and tool interoperability across the packaging ecosystem.
Security News
OpenGrep has restored fingerprint and metavariable support in JSON and SARIF outputs, making static analysis more effective for CI/CD security automation.
Security News
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.