You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it possible to add an option to the jnml script that allows one to put the generated model files (e.g. .mod files) in another directory.
As a temporary solution I created the following Python wrapper to the jnml command: https://github.com/wvangeit/jNeuroML/blob/development/pyjnml
that more or less supports this feature.
The text was updated successfully, but these errors were encountered:
Good idea. This would require updating all of the export classes to handle the new file location; the feature would be useful for other formats besides NEURON.
This will be straightforward, but would probbaly be best to do at the same time as giving command line argument handling an overhaul. I have created a new issue specifically for this: #12
Would it possible to add an option to the jnml script that allows one to put the generated model files (e.g. .mod files) in another directory.
As a temporary solution I created the following Python wrapper to the jnml command:
https://github.com/wvangeit/jNeuroML/blob/development/pyjnml
that more or less supports this feature.
The text was updated successfully, but these errors were encountered: