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
34 stars 30 forks source link

fix(nsgr-netpyne): include model files in NSG zip also #280

Closed sanjayankur31 closed 7 months ago

sanjayankur31 commented 7 months ago

For NEURON simulations, we only need the generated NEURON files, but for NetPyNE, some bits are generated (channel mod files, for example), but others are directly imported (networks/cells). So we need to ensure that all of these files are also available to the main NetPyNE script.