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

Create a "netpyne" command to run models using the new format i.e. > netpyne index.npjson #805

Open
salvadord opened this issue Jan 25, 2024 · 1 comment
Assignees

Comments

@salvadord
Copy link
Collaborator

Currently it is not clear how users should run models using the new format. As previously discussed, we should take advantage of the index file and create a command netpyne that can be executed from the command line and takes care of compiling the mod files and running the init.py file based on the paths specified in the index file.

the user would just need to go into the model root folder and run: netpyne index.npjson

@pgleeson
Copy link
Collaborator

Here is ann example of how we make command line scripts in pyneuroml:
https://github.com/NeuroML/pyNeuroML/blob/master/setup.cfg#L42-L44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants