morphapi
morphapi copied to clipboard
A lightweight python package to download neuronal morphologies
There are some todo's, and various comments that might be better as GH issues.
I think this link has changed, so we should ensure that the data can be fetched properly.
[Depends on NeuroM](https://github.com/brainglobe/brainglobe-meta/issues/9)
Currently, we ignore some warnings in our tests via `pytest.ini` settings: ``` filterwarnings = ignore:distutils Version classes are deprecated:DeprecationWarning ignore:The hookimpl CovPlugin.pytest_.* uses old-style configuration options:pytest.PytestDeprecationWarning ``` Instead of ignoring...
Following https://github.com/brainglobe/morphapi/pull/76, we still fetch data from https://neuromorpho.org/dableFiles, and this fails as neuromorpho is often down. We should see if there is another way to get this data (e.g. via...