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...
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...