Skip to content

This repo contains python scripts used in Khella et al. 2023 (doi: 10.1016/j.jbc.2023.104796). This includes MD simulations code and analysis scripts. The usage of these Python scripts is further explained in the enclosed README.pdf

Notifications You must be signed in to change notification settings

philippschnee/MD-simulation-NSD2-T1150A

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MD-simulation-NSD2-T1150A

About 🧬

This repo contains python scripts used in Khella et al. 2023 (doi.org/10.1016/j.jbc.2023.104796). This includes MD simulations code and analysis scripts. The usage of these Python scripts is further explained in the enclosed README.pdf

Installation 🚀

The MD simulation production and analysis scripts were designed for ubuntu based NVIDIA GPU servers using the cuda toolkit (Version 12). Visit

https://developer.nvidia.com/cuda-12-0-0-download-archive?target_os=Linux&target_arch=x86_64&Distribution=Ubuntu&target_version=20.04&target_type=deb_local

for installation instructions.

After installation, check for the correct set up by running

nvidia-smi

in your terminal.

The output should state the CUDA Version and driver version as displayed below

Example output from nvidia-smi

Best way to install packages is by using conda. Either install the full anaconda distribution (https://www.anaconda.com/) or the smaller footprint miniconda (https://docs.conda.io/en/latest/miniconda.html).

create a new conda environment (here named 'sim') by running

conde create -n sim

install the necessary packages by running

conda install conda-forge::openmm
conda install conda-forge::mdtraj
conda install conda-forge::pdbfixer
conda install -c conda-forge contact_map
conda install anaconda::openpyxl

Citation 📑

For the underlying MD data in the publication go to doi.org/10.18419/darus-3263.

Please cite doi.org/10.18419/darus-3263 for the usage of this dataset.

Please cite doi.org/10.1016/j.jbc.2023.10479 for the publication.

About

This repo contains python scripts used in Khella et al. 2023 (doi: 10.1016/j.jbc.2023.104796). This includes MD simulations code and analysis scripts. The usage of these Python scripts is further explained in the enclosed README.pdf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages