-
Notifications
You must be signed in to change notification settings - Fork 0
Description
- make a markdown document with table listing cells
- choose a cell to convert
- implement a direct NetPyNE JSON -> NeuroML converter (use libNeuroML for creating NeuroML, not etree: https://libneuroml.readthedocs.io/en/development/userdocs/Cells_list.html#cell )
- convert biophysics (mod files if required. tip: always search https://github.com/OpenSourceBrain/ before starting a conversion because a lot of models re-use existing mod files, and we may have already converted them for another model)
- validated all ion channels individually
- complete NeuroML cell conversion script to include biophysics
- write a script to create a single cell network using the NeuroML cell conversion with a range of de- and hyper-polarising step currents to record membrane potentials
- write a script to create a single cell network using the NetPyNE cell with the same de- and hyper-polarising step currents to record membrane potentials
- compare the two: they should match exactly
- create OMV tests for the cell