-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NetPyNE to NeuroML 2 conversion #12
Comments
@pgleeson - as mentioned I just released a version that make some changes to the netParams and simConfig structures: they are now objects of class NetParams and SimConfig, so can use the object methods to add stuff easily. |
Ok, I'll look at the changes and make the updates in the nml import/export. I have a simple example of import working here: https://github.com/Neurosim-lab/netpyne/blob/c9794646cf7af138581b48d288bda3015c2d9f1c/examples/NeuroMLImport/SimpleNet_import.py |
@pgleeson - I was trying to test the neuroml export examples in the neuroml_export branch, but I don't get any new files, and last line says: anything I'm missing or doing wrong? Update: Actually I did get a new file: HHTut.net.nml, so guess just missing HH.cell.nml? |
Working on generating the required NML |
@salvadord your issue above is solved in the latest version |
That's great, thanks! |
Work on this is happening in this branch: https://github.com/Neurosim-lab/netpyne/tree/neuroml_export
NetPyNE -> NeuroML 2
See sim.py
Importing NeuroML cells/synapses in NetPyNE
NeuroML 2 -> NetPyNE
See NetPyNEWriter.java, run.vm
The text was updated successfully, but these errors were encountered: