Skip to content
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

Generating output (.mod files etc.) outside of source directory #9

Closed
wvangeit opened this issue Apr 29, 2014 · 3 comments
Closed

Generating output (.mod files etc.) outside of source directory #9

wvangeit opened this issue Apr 29, 2014 · 3 comments
Labels
T: Enhancement Type: enhancement

Comments

@wvangeit
Copy link

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.

@pgleeson
Copy link
Member

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

@JustasB
Copy link

JustasB commented Jul 21, 2015

Yes, I would like this too

pgleeson added a commit that referenced this issue Aug 6, 2015
@pgleeson
Copy link
Member

pgleeson commented Aug 6, 2015

Added a quick & dirty implementation of this here in development: b388281

jnml LEMS_NML2_Ex0_IaF.xml -neuron -run -nogui -outputdir /tmp/nnnn/

will work, but

jnml LEMS_NML2_Ex0_IaF.xml -neuron -run -outputdir /tmp/nnnn/

still hangs

@pgleeson pgleeson closed this as completed Aug 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T: Enhancement Type: enhancement
Projects
None yet
Development

No branches or pull requests

3 participants