BlueBrain / morph-tool

https://morph-tool.readthedocs.org/
GNU Lesser General Public License v3.0
8 stars 7 forks source link

first version of MorphAPI #42

Closed arnaudon closed 3 years ago

arnaudon commented 3 years ago

This is a first attempt at a generic API to load morphology releases, with various stages of morphology files. I just noticed it has similarities with https://github.com/BlueBrain/morph-tool/pull/25, which I had forgotten about... I took some code from @wizmer internal BBP repo. This is meant to be a WIP PR to discuss/try ideas.

So far it can load a morph release and create dataframes that we could use. I also tried to fix names, in particular, I think we should replace name-> morph_name mtype -> fullmtype so that later, we'll have combo_name, and we don't mixup the submtypes, etc...

arnaudon commented 3 years ago

we'll rather work on #25 , so I close this one.