NeuroML / pyNeuroML

A single package in Python unifying scripts and modules for reading, writing, simulating and analysing NeuroML2/LEMS models.
https://docs.neuroml.org/Userdocs/Software/pyNeuroML.html
GNU Lesser General Public License v3.0
36 stars 30 forks source link

Add CellBuilder.py to pyNeuroML #170

Closed pgleeson closed 2 years ago

pgleeson commented 2 years ago

A useful utility script for creating NML cells is here: https://github.com/NeuroML/Documentation/blob/master/source/Userdocs/NML2_examples/CellBuilder.py and has used in this example: https://docs.neuroml.org/Userdocs/MultiCompartmentOLMexample.html

This should ideally be easily accessible to anyone using pyNeuroML (probably better than adding to libNeuroML, as some other helper/utility functions may be required).

Have started adding this here and updating it, but a better location could be found: https://github.com/NeuroML/pyNeuroML/tree/experimental/pyneuroml/morphologies

sanjayankur31 commented 2 years ago

Duplicate of #105. I think this is now ready in #107