Home People Cytosim Publications Misc



CYTOSIM

Nedelec Laboratory EMBL, Cell biology and Biophysics.
( 2011 - 2012 )

Introduction

Cytosim is a simulation of the cytoskeleton. It can handle large systems of fibers with associated proteins such as molecular motors. The fibers are flexible, and our simulation engine was optimized for the inertia-less equations of motion. The Brownian dynamics approach was described in the New Journal of Physics: "Collective Langevin Dynamics of Flexible Cytoskeletal Fibers".

Current Status

The next version of Cytosim will be available soon. We have entirely revised the code, and the changes are almost complete. We still need to extensively test the new functionalities, and we would like to write a documentation.

Beta Version

You can try the compiled 3.0-beta for Mac OSX 10.5+: cytosim-beta.zip
The package contains the executable, the documentation and sample configuration files.

Improvements

The format of the configuration file was entirely revised: The result is a modular, powerful and also more user-friendly simulation.

Example of Configuration File

set simul example
{
    time_step = 0.005
    viscosity = 0.02
}

set space cell
{
    geometry = ( sphere 5 )
}

new space cell

set fiber microtubule
{
    rigidity = 20
    segmentation = 0.5
    confine = inside, 100
}

new 2 fiber microtubule
{
    length = 8
}

run simul * 5000

Gallery

Please, check our gallery of movies

Previous versions

Note: to use cytosim in conjunction with our published work, download the appropriate package from our publication page.




Heidelberg, February 9, 2011