Does any command in NEURON actually return its version number as either a string or numeric value?
In my quest to further improve the reliability (and reproducibility), I have been directly writing LaTeX files with macros such as the network parameters, stimulation etc. Having the version number in there would be another less thing to type manually!
Programmatically determining version number
-
- Posts: 8
- Joined: Mon May 21, 2012 10:12 am
-
- Site Admin
- Posts: 6384
- Joined: Wed May 18, 2005 4:50 pm
- Location: Yale University School of Medicine
- Contact:
Re: Programmatically determining version number
At the command line
nrngui --version
or
nrniv --version
nrngui --version
or
nrniv --version
-
- Posts: 8
- Joined: Mon May 21, 2012 10:12 am
Re: Programmatically determining version number
Thanks Ted! That's perfect :)