BlueBrain / morph-tool

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

tag parser function #76

Closed arnaudon closed 3 years ago

arnaudon commented 3 years ago

Context

Some tags are present in morphologies for leaves, such as Incomplete, but not parsed by Morphio (see discussion on that here: https://github.com/BlueBrain/MorphIO/issues/323)

Resolution

This function returns a list of section ids with such tags.

arnaudon commented 3 years ago

It looks good! thank you!

asanin-epfl commented 3 years ago

Thank you