Skip to content

About This repo contains python scripts used in Weirich et al. 2024. This includes MD simulations code and analysis scripts. The usage of these Python scripts is further explained in the enclosed readme file

License

Notifications You must be signed in to change notification settings

philippschnee/MD-simulation-NSD2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MD-simulation-NSD2

About 🧬

This repo contains python scripts used in Weirich et al. 2024 (doi.org/10.1038/s42003-024-06395-z). This includes MD simulations code and analysis scripts. The usage of these Python scripts is further explained in the enclosed README.pdf

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

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-3815 for the usage of this dataset.

Please cite doi.org/10.1038/s42003-024-06395-z for the publication.

About

About This repo contains python scripts used in Weirich et al. 2024. This includes MD simulations code and analysis scripts. The usage of these Python scripts is further explained in the enclosed readme file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages