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
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file mtdynamics-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: mtdynamics-0.1.1-py3-none-any.whl
- Upload date:
- Size: 28.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e379d8dfc17bdfe55e6d9b39300004e8e1359a51e4c4835cd992ea550e5cf64 |
|
MD5 | 20eea609500f82eb26e7b6c13cc2e8cb |
|
BLAKE2b-256 | 0e0d90ae8506744719feb05eeaf3f60026c36397ea77183a00006980025d1a13 |