Skip to main content

MT dynamics simulation

Project description

Microtubule dynamics simulation

Simulation of microtubule growth dynamics in the presence and absence of physical obstacles.

Work done by:

  • Simulation code: Florian Huber and Maurits Kok
  • Experiments run by: Maurits Kok and Svenja-Marei Kalisch
  • Marileen Dogterom

Simulation code

Liscence PyPI fair-software.eu

The full simulation code used to produce the results as published in [coming soon] is provided.\ in this repository.
The code consits of the main simulation code (simulation_main.py and simulation_functions.py). Simulation parameters are specified in simulation_parameters.py. Functions for plotting the results are provided in plotting_functions.py.

Requirements

Python version 3.6 or higher.

Installation

If you work with Anaconda you choose to create an own environment for mtdynamics bu running the following commands:

# install mtdynamics in a new virtual environment to avoid dependency clashes
conda create --name mtdynamics python=3.7
conda activate mtdynamics
pip install mtdynamics
pip install jupyter  # Optional, if you want to run jupyter notebooks from this environment
conda install -c anaconda pywin32  # Optional, if you run into win32api error (e.g. when using Python 3.8)

Or simply install mtdynamics in your already existing environment:

pip install mtdynamics

Runing the simulation

Jupyter notebook(s) are provided to illustrate how to run the simlation. They can be found in the folder \notebooks.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

mtdynamics-0.1.1-py3-none-any.whl (28.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page