The processive grappling motor model for active chromosome.
- Simulates the processive grappling motor
- Implements Condensin I / II motor activity models with residence time and extrusion speed.
- Compatible with OVITO for visualization of
.dumpand.datatrajectory files
Clone the repository and compile the code:
git clone git@github.com:CaOaC/Processivity.git
cd Processsivity/src
# Prepare the input and output folders (准备输入和输出文件夹)
mkdir Input Output
# Compile and run the program (构建并运行程序)
make -j8
./kickModelYou can load the following files from the Output Output directory into OVITO to visualize the simulation trajectory.
.dumpfile: trajectory animation.datafile: topological structure
Visualize for the mitotic chromosome folding by processive grappling motors
Visualize for the steady states
Here we provide the codes for the manuscript "Theory of Chromosome Structural Dynamics by Processive Loop Extrusion". The provided files contain the codes that were developed based on the processive grappling motor model to study chromatin jets and mitotic chromosome folding.

