Skip to main content

pyNeuroML

GitHub CI PyPI PyPI - Python Version GitHub GitHub pull requests GitHub issues Documentation Status GitHub Org's stars Twitter Follow Gitter DOI

All Contributors

A single package in Python unifying scripts and modules for reading, writing, simulating and analysing NeuroML2/LEMS models.

Builds on: libNeuroML & PyLEMS and wraps functionality from jNeuroML.

Installation

Dependencies

pyNeuroML relies on additional software to carry out its functions:

  • Java Runtime environment (JRE)
  • dot (from Graphviz)
  • lxml

On most Linux systems, these can be installed using the default package manager. On Ubuntu based distributions:

sudo apt-get install python-lxml graphviz openjdk-11-jdk

Pip

pyNeuroML can be installed with pip (preferably in a virtual environment):

pip install pyneuroml

A number of extra packages are also provided for convenience. You can install these to pull in other dependencies if required:

pip install pyneuroml[neuron]       # for NEURON simulation backend
pip install pyneuroml[brian]        # for Brian2 simulation backend
pip install pyneuroml[netpyne]      # for NetPyNE simulation backend
pip install pyneuroml[povray]       # for povray functions
pip install pyneuroml[hdf5]         # for HDF5 support
pip install pyneuroml[analysis]     # for analysis functions
pip install pyneuroml[tune]         # for tuning/fitting functions
pip install pyneuroml[vispy]        # for 3D interactive morphology plotting using vispy
pip install pyneuroml[plotly]       # for interactive plotting with plotly
pip install pyneuroml[nsg]          # pulls in pynsgr to use NSG
pip install pyneuroml[combine]      # includes libsbml, libsedml
pip install pyneuroml[tellurium]    # for Tellurium simulation backend
pip install pyneuroml[all]          # installs all of the above
pip install pyneuroml[dev]          # installs all of the above and other test related packages
pip install pyneuroml[doc]          # for building documentation

Please see the setup.cfg file for more details.

Fedora

The NeuroFedora community initiative provides pyNeuroML for use on the Fedora Linux Distribution. Fedora users can install pyNeuroML using the following commands:

sudo dnf copr enable @neurofedora/neurofedora-extra
sudo dnf install python3-pyneuroml

This will also pull in all the necessary dependencies (Java, lxml, graphviz). Please see the project documentation for more information.

Installation from the source

Clone the repository:

git clone https://github.com/NeuroML/pyNeuroML.git
cd pyNeuroML

It should be possible to install pyNeuroML using just:

pip install .

To develop pyNeuroML, you can use the dev extra and the development branch:

git clone https://github.com/NeuroML/pyNeuroML.git
cd pyNeuroML
git checkout development
pip install .[dev]

Current/planned features

1) Single Python package for NeuroML2/LEMS

One Python package which can be installed using pip & a user has everything they need to work with NeuroML2/LEMS files:

  • libNeuroML
  • PyLEMS
  • A bundled version of jNeuroML which can be used to run simulations

2) Run models using jNeuroML or PyLEMS

Ability to run NeuroML2/LEMS models using jLEMS/jNeuroML (with bundled jar) or PyLEMS (todo...)

Uses similar command line interface to jNeuroML, i.e. based on jnml

Try:

pynml -h

to list current options.

3) Access to export & import options of jNeuroML

All export & import options of jNeuroML available through easy command line interface (see here for progress) & through Python methods.

Example of export of NeuroML2/LEMS to NEURON and execution of generated code using single method is here.

4) Helper Python scripts

Lots of helper scripts for commonly used functions, e.g. generating a firing frequency vs injected current plot, generating a LEMS file for use with a NeuroML2 file,

5) Analysis of ion channels

Generation of plots of activation rates for ion channels from NeuroML2 channel file (example):

pynml-channelanalysis NaConductance.channel.nml

Generation of plots of activation rates for ion channels from NEURON mod file (example):

pynml-modchananalysis NaConductance -modFile NaConductance.mod

See here for more.

6) Home for existing functionality distributed in various places

Incorporate ChannelML2NeuroML2beta.xsl for updating ChannelML (coming soon...)

7) NEURON to NeuroML2

Scripts for converting NEURON to NeuroML2

  • Export morphologies (plus channels, soon). See here.

  • mod files - make best guess at initial NeuroML2 form (todo)

8) Export of images/movies from cell/networks

Files can be generated for POV-Ray which can be used to generate high resolution images and even sequences of images for creating movies. try:

pynml-povray -h

9) Tuning cell models in NeuroML 2

Builds on Neurotune and pyelectro. See here for example.

9) Planned functionality

Built in viewer of cells in 3D? Mayavi? More closely tied to PyNN?

Contributors

Padraig Gleeson
Padraig Gleeson

🐛 💻 🖋 🔣 📖 🎨 📋 🤔 🚇 🚧 🧑‍🏫 📦 📆 💬 🔬 👀 🔧 📢 📓
Ankur Sinha
Ankur Sinha

🐛 💻 🖋 🔣 📖 🎨 📋 🤔 🧑‍🏫 📦 💬 🔬
Boris Marin
Boris Marin

🐛 💻 🖋 🔣 📖 🎨 📋 🤔 🚇 🚧 📦 💬 🔬 👀 🔧 📓
Richard C Gerkin
Richard C Gerkin

🐛 💻 🤔 🚧 📦 🔬 👀 🔧 📓
David Lung
David Lung

🐛 💻 🚧 🔧 📓
Mark Watts
Mark Watts

🐛 💻
Chaitanya Chintaluri
Chaitanya Chintaluri

🐛 💻
34383c
34383c

🐛 💻
Johannes Rieke
Johannes Rieke

🐛 💻
András Ecker
András Ecker

🐛 💻
Rokas Stanislovas
Rokas Stanislovas

🐛 💻
Robert Vickerstaff
Robert Vickerstaff

💻 ⚠️
Giannis Daras
Giannis Daras

🐛 🤔 👀 💻
Dhruvanshu-Joshi
Dhruvanshu-Joshi

🐛 🤔
AdityaBITMESRA
AdityaBITMESRA

🐛 🤔 💻 👀
Y. Budhachandra
Y. Budhachandra

💻 ⚠️
Stella
Stella

💻 🤔
Add your contributions

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyneuroml-1.3.22.tar.gz (28.8 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyneuroml-1.3.22-py3-none-any.whl (27.3 MB view details)

Uploaded Python 3

File details

Details for the file pyneuroml-1.3.22.tar.gz.

File metadata

  • Download URL: pyneuroml-1.3.22.tar.gz
  • Upload date:
  • Size: 28.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyneuroml-1.3.22.tar.gz
Algorithm Hash digest
SHA256 7f058ce6cc485cae496e53de4430e6259af28cfad1d1c16c38c9fefa1445936b
MD5 970996b554554a952acc7237f5201b87
BLAKE2b-256 cbb8fabe5ec3e4a5c0c073790c473e4a286143f64a249f1b7668cf109ad8354e

See more details on using hashes here.

File details

Details for the file pyneuroml-1.3.22-py3-none-any.whl.

File metadata

  • Download URL: pyneuroml-1.3.22-py3-none-any.whl
  • Upload date:
  • Size: 27.3 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyneuroml-1.3.22-py3-none-any.whl
Algorithm Hash digest
SHA256 95aa0d043f9fd6b929cad8e174e38e9b36ad8470ff5f3621f22b3a960c734b52
MD5 e07595fd1d96cd0f783d4d3808024aab
BLAKE2b-256 738e5c3dc6d9b18be41cf302ded0356a17710fee708055a9b3f7e19141ae4481

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.3.22 This release

2 files

1.3.21

2 files

1.3.20

2 files

1.3.19

2 files

1.3.18

2 files

1.3.17

2 files

1.3.15

2 files

1.3.13

2 files

1.3.12

2 files

1.3.11

2 files

1.3.10

2 files

1.3.9

2 files

1.3.8

2 files

1.3.7

2 files

1.3.5

2 files

1.3.4

2 files

1.3.3

2 files

1.3.2

2 files

1.3.0

2 files

1.2.14

2 files

1.2.13

2 files

1.2.12

2 files

1.2.11

2 files

1.2.10

2 files

1.2.9

2 files

1.2.7

2 files

1.2.5

2 files

1.2.4

2 files

1.2.2

2 files

1.2.1

2 files

1.2.0

2 files

1.1.13

2 files

1.1.12

2 files

1.1.11

2 files

1.1.10

2 files

1.1.8

2 files

1.1.7

2 files

1.1.5

2 files

1.1.4

2 files

1.1.3

2 files

1.1.2

2 files

1.1.1

2 files

1.1.0

2 files

1.0.10

2 files

1.0.8

2 files

1.0.7

2 files

1.0.4

1 file

0.7.5

2 files

0.7.3

2 files

0.7.2

2 files

0.7.1

2 files

0.7.0

2 files

0.5.20

2 files

0.5.19

2 files

0.5.18

2 files

0.5.11

2 files

0.5.9

2 files

0.5.8

2 files

0.5.5

2 files

0.5.4

2 files

0.5.2

1 file

0.3.19

1 file

0.3.15

1 file

0.3.13

1 file

0.3.11

1 file

0.3.10

1 file

0.3.6

1 file

0.3.4

1 file

0.3.1

1 file

0.3.0

1 file

0.2.11

1 file

0.2.7

1 file

0.2.6

1 file

0.2.4

1 file

0.2.2

1 file

0.2.1

1 file

0.1.15

1 file

0.1.14

1 file

0.1.13

1 file

0.1.7

1 file

0.1.4

1 file

0.0.9

1 file

0.0.8

0.0.7

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page