Skip to content
/ MD-TASK Public
forked from RUBi-ZA/MD-TASK

Tool suite for analysing molecular dynamics trajectories using network analysis and PRS

License

Notifications You must be signed in to change notification settings

NKM-ML/MD-TASK

 
 

Repository files navigation

Build Status Codacy Badge

MD-TASK

A suite of Python scripts that have been developed to analyze molecular dynamics trajectories. Detailed documentation on how to install and use MD-TASK can be found on our ReadTheDocs site.

Installation

Download the project:

git clone https://github.com/RUBi-ZA/MD-TASK.git
cd MD-TASK

Install dependencies and set up Python virtual environment:

sudo apt-get install virtualenvwrapper python-dev libblas-dev liblapack-dev libatlas-base-dev gfortran libpng-dev libfreetype6-dev python-tk r-base
sh install.sh

Install igraph package for R:

R
> install.packages("igraph")

Usage

The scripts are located in the root directory of the project. To run the scripts, ensure that the virtual environment is activated. For more info, find detailed documentation here.

About

Tool suite for analysing molecular dynamics trajectories using network analysis and PRS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 86.5%
  • Shell 13.5%