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

Add all jnml options to pyNeuroML #21

Closed
18 tasks done
pgleeson opened this issue Feb 10, 2016 · 0 comments · Fixed by #23
Closed
18 tasks done

Add all jnml options to pyNeuroML #21

pgleeson opened this issue Feb 10, 2016 · 0 comments · Fixed by #23

Comments

@pgleeson
Copy link
Member

Normally will just require an update here: https://github.com/NeuroML/pyNeuroML/blob/master/pyneuroml/pynml.py

  • jnml LEMSFile.xml -sedml
  • jnml LEMSFile.xml -neuron [-nogui] [-run] [-outputdir dir]
  • jnml NMLFile.nml -svg
  • jnml LEMSFile.xml -dlems
  • jnml LEMSFile.xml -vertex
  • jnml LEMSFile.xml -xpp
  • jnml LEMSFile.xml -dnsim
  • jnml LEMSFile.xml -brian(2)
  • jnml LEMSFile.xml -sbml
  • jnml LEMSFile.xml -matlab
  • jnml LEMSFile.xml -cvode
  • jnml LEMSFile.xml -nineml
  • jnml LEMSFile.xml -spineml
  • jnml -sbml-import SBMLFile.sbml duration dt
  • jnml -sbml-import-units SBMLFile.sbml duration dt
  • jnml LEMSFile.xml -vhdl neuronid
  • jnml -validate NMLFile.nml
  • jnml -validatev1 NMLFile.nml
34383c added a commit to 34383c/pyNeuroML that referenced this issue Mar 23, 2016
All missing jnml command-line options were added to pynml.

What still needs to be done:
 - fix the '-neuron' option
 - touch the help/usage messages a bit
34383c added a commit to 34383c/pyNeuroML that referenced this issue Mar 24, 2016
Added the logic that evaluates the command-line options after they
have been parsed by argparse.

Removed all added debugging/testing code.

Improved help/usage messages.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant