Giter Site home page Giter Site logo

mwakok / mtdynamics Goto Github PK

View Code? Open in Web Editor NEW

This project forked from florian-huber/mtdynamics

0.0 0.0 0.0 869 KB

Simulation of microtubule growth dynamics in th presence and absence of physical obstacles

License: Apache License 2.0

Python 18.34% Jupyter Notebook 81.66%

mtdynamics's Introduction

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

Reference / citation

You can read more about this simulation in:
Kok, Huber, Kalisch, Dogterom, 2021, bioRxiv, DOI: 10.1101/2021.12.07.471417

Please also cite this article if use the present code or results. Thanks!

Simulation code

GitHub Workflow Status 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 can create an own environment for mtdynamics by 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.

Making a new release

To create release you need write permission on the repository.

  1. Check author list in citation.cff file.
  2. Update version in setup.py and CHANGELOG.md.
  3. Update the CHANGELOG.md to include changes made.
  4. Goto GitHub release page
  5. Press draft a new release button
  6. Fill version, title and description field
  7. Press the Publish Release button

A GitHub action will run which will publish the new version to pypi.

mtdynamics's People

Contributors

florian-huber avatar mwakok avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.