Skip to content
/ MT Public

A simulations software (C++ with CUDA) for modeling assembly and disassemby of microtubules - main chemotherapeutic target in the cell

Notifications You must be signed in to change notification settings

klyshko/MT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MADDY - Microtubule Assembly and Disassembly DYnamics

Scientific software package designed to perform Langevin Dynamics simulations of coarse-grained proteins (tubulins), implemented in C++ and GPU-accelerated with CUDA. In the software, I also utilized MPI to be able to run parallel simulations on the nodes with multiple graphics accelerators.

Usage

  1. Copy MT/ to your working folder
  2. Download CMake 2.8+
  3. Compile - in MT/ folder:
# Here you can specify the compiler you want to use
export CC=/usr/bin/gcc-6
export CXX=/usr/bin/g++-6

mkdir build/
cd build/
ccmake ..
# then press 'c' and 'g'.
make
cd ../
  1. Configure config files in template/.
  2. Run by shell command:
cd template/
../build/mt config.conf
  1. Visualize dcd trajectories in VMD
  2. Publish a paper: https://doi.org/10.1016/j.csbj.2022.01.028

About

A simulations software (C++ with CUDA) for modeling assembly and disassemby of microtubules - main chemotherapeutic target in the cell

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published