Skip to main content
StreaMD Logo

StreaMD: a tool to perform high-throughput automated molecular dynamics simulations

StreaMD provides an end-to-end molecular dynamics workflow that takes a PDB structure as input and automatically performs system preparation, equilibration, production and continuation runs, and analysis, producing XTC trajectories together with ready-to-use plots and CSV outputs.

Features:

  • Run multiple simultaneous molecular dynamics simulations

  • Run multiple replicas of the same system for multiple complexes in a single command

  • Simulation for different systems:

    • Protein in Water;
    • Protein - Ligand;
    • Protein - Cofactor (multiple);
    • Protein - Ligand - Cofactor (multiple);
  • Simulations of boron-containing molecules using Gaussian software

  • Simulations of ligand-binding metalloproteins with MCPB.py

  • Distributed computing using dask library

  • Running parallel simulations on multiple servers

  • Extending the time of MD simulations

  • Continuing interrupted MD simulations

  • Restarting interrupted MD preparation by invoking the same command

  • Implemented tools for end-state free energy calculations (gmx_MMPBSA) and protein–ligand interaction analysis (ProLIF)

  • Support for customized .mdp files

  • Interactive trajectory convergence analysis for multiple complexes

  • GPU support

Quick start

Download the Conda environment YAML file (CPU-only or GPU):

  • CPU-only
wget -O env.yml https://raw.githubusercontent.com/ci-lab-cz/streamd/refs/heads/master/env.yml
  • GPU
wget -O env_gpu.yml https://raw.githubusercontent.com/ci-lab-cz/streamd/refs/heads/master/env_gpu.yml
# Create environment (choose CPU-only or GPU)
conda env create --file env.yml -n md          # or env_gpu.yml on GPU-capable hosts
conda activate md

# Install
pip install streamd
# or latest main branch
pip install git+https://github.com/ci-lab-cz/streamd.git

Minimal protein-ligand run (1 ns)

run_md -p protein.pdb -l ligand.mol --md_time 1

Protein - multiple ligands multiple replicas runs (1 ns)

run_md -p protein.pdb -l ligands.sdf --md_time 1 --replicas 3 --seed 1024

Extend successfully finished simulations

run_md --wdir_to_continue md_files/md_run/protein_H_HIS_ligand_*/ --md_time 10

GPU-accelerated simulations

run_md -p protein_HIS.pdb -l ligand.mol --md_time 1 --device gpu --ncpu 32

Change simulation box

run_md -p protein.pdb -l ligand.mol --md_time 1 --box_type dodecahedron --box_padding_nm 1.2

Use a specific force field

run_md -p protein.pdb --md_time 1 --protein_forcefield amber99sb-ildn

Pass the --protein_forcefield value that matches the directory name of the desired pdb2gmx .ff bundle in your GROMACS installation.

MM-PBSA/MM-GBSA calculation support

run_gbsa --wdir_to_run md_files/md_run/protein_H_HIS_ligand_1 md_files/md_run/protein_H_HIS_ligand_2 -c 128 -m mmpbsa.in

This functionality is based on the gmx_MMPBSA tool

ProLIF (Protein-Ligand Interaction Fingerprints) Analysis

run_prolif --wdir_to_run md_files/md_run/protein_H_HIS_ligand_1 md_files/md_run/protein_H_HIS_ligand_2 -c 128 -s 5

This functionality is based on the ProLIF tool

More examples can be found in the documentation

Documentation

https://streamd.readthedocs.io/

Ready-to-use containers (Apptainer)

Pre-built .sif images are available (CPU and GPU) in the Zenodo record

  • CPU image
wget -O streamd_cpu.sif https://zenodo.org/records/18176058/files/streamd_cpu.sif
  • GPU image
wget -O streamd_gpu.sif https://zenodo.org/records/18176058/files/streamd_gpu.sif

Run apptainer:
CPU: apptainer run --cleanenv streamd_cpu.sif run_md --help
GPU: apptainer run --nv --cleanenv streamd_gpu.sif run_md --help

The provided .sif images are intended for Apptainer on Linux/HPC systems. GPU usage requires an NVIDIA GPU node and launching with --nv and run_md --device gpu.

License

MIT

Citation

Ivanova A, Mokshyna O, Polishchuk P.
StreaMD: the toolkit for high-throughput molecular dynamics simulations.
J. Cheminf. 2024, 16 (1), 123.
https://doi.org/10.1186/s13321-024-00918-w

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

streamd-0.6.tar.gz (195.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

streamd-0.6-py3-none-any.whl (217.1 kB view details)

Uploaded Python 3

File details

Details for the file streamd-0.6.tar.gz.

File metadata

  • Download URL: streamd-0.6.tar.gz
  • Upload date:
  • Size: 195.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.6

File hashes

Hashes for streamd-0.6.tar.gz
Algorithm Hash digest
SHA256 67b2e435bf926602761f37717afb352888ee3509da9c1e8178eaace27827c024
MD5 36a96900430dc8b23d2cab35e6e26105
BLAKE2b-256 7e46eb05dc68a0011d531e96d0f5e8c21db0d2d3daf8cfc361b849eb7b0de7a8

See more details on using hashes here.

File details

Details for the file streamd-0.6-py3-none-any.whl.

File metadata

  • Download URL: streamd-0.6-py3-none-any.whl
  • Upload date:
  • Size: 217.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.6

File hashes

Hashes for streamd-0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 c7cc9baa7c5edc1f7185031ecb75b46de109ad01e19aa999ccff420d09d6ba7f
MD5 fa40dacc2a452f05de34e0e3a3f45d11
BLAKE2b-256 8131a0186d4cb0a87b93a561ecdc4f5f7892bfc7d46f5d8c2280bace5d88276e

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.6 This release

2 files

0.5

1 file

0.4.1

2 files

0.4

2 files

0.3

2 files

0.2.9

2 files

0.2.8

2 files

0.2.7

2 files

0.2.6

2 files

0.2.5

1 file

0.2.4

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page