Web-based MD simulation pipeline with AMBER, ESMFold, docking, and PLUMED
Project description
AmberPrep
AmberPrep is a web-based pipeline for preparing structures, setting up molecular dynamics (MD) simulations with the AMBER force field. It integrates structure completion (ESMFold), preparation, force field parameterization, simulation file generation, and PLUMED-based biased MD in a single interface.
Features
| Section | Description |
|---|---|
| Protein Loading | Upload PDB files or fetch from RCSB PDB; 3D visualization with NGL |
| Fill Missing Residues | Detect missing residues (RCSB annotations), complete with ESMFold, optional trimming and energy minimization of predicted structure |
| Structure Preparation | Remove water/ions/H; add ACE/NME capping; chain and ligand selection; GAFF/GAFF2 parameterization |
| Ligand Docking | AutoDock Vina + Meeko; configurable search box; pose selection and use selected ligand pose to setup MD simulations |
| Simulation Parameters | Force fields (ff14SB, ff19SB), water models (TIP3P, SPCE), box size, temperature, pressure |
| Simulation Steps | Restrained minimization, minimization, NVT, NPT, production — each with configurable parameters |
| Generate Files | AMBER .in files, prmtop/inpcrd, PBS submission scripts |
| PLUMED | Collective variables (PLUMED v2.9), plumed.dat editor, and simulation file generation with PLUMED |
Requirements for Custom PDB Files
For custom PDB files (uploaded or fetched), ensure:
| Requirement | Description |
|---|---|
| Chain IDs | Chain IDs must be clearly marked in the PDB (column 22). The pipeline uses them for chain selection, missing-residue filling, and structure preparation. |
| Ligands as HETATM | All non-protein, non-water, non-ion molecules (e.g., cofactors, drugs) must be in HETATM records. The pipeline detects and lists only HETATM entities as ligands. |
| Standard amino acids | AmberPrep supports standard amino acids only. Non-standard residues (e.g., MSE, HYP, SEC, non-canonical modifications) are not explicitly parameterized; pre-process or replace them before use if needed. |
For RCSB structures, the pipeline parses the header and HETATM as provided; for your own PDBs, apply the above conventions.
Quick Start
Try AmberPrep instantly on Hugging Face Spaces (no installation required):
https://huggingface.co/spaces/hemantn/AmberPrep
Installation
Prerequisites
AmberPrep requires scientific packages that are only available via conda (not PyPI). You must install these first:
| Package | Purpose |
|---|---|
ambertools |
AMBER MD tools (tleap, antechamber, sander) |
pymol-open-source |
Structure visualization and editing |
autodock-vina |
AutoDock Vina 1.1.2 molecular docking (from bioconda) |
openbabel |
Molecule format conversion |
rdkit |
Cheminformatics toolkit |
gemmi |
Structure file parsing (required by Meeko) |
Option 1: pip install (recommended)
# Step 1: Create conda environment with required tools
conda create -n amberprep python=3.11 -y
conda activate amberprep
# Step 2: Install conda-only dependencies
conda install -c conda-forge -c bioconda ambertools pymol-open-source autodock-vina openbabel rdkit gemmi -y
# Step 3: Install AmberPrep from PyPI
pip install amberprep
# Step 4: Run the web app
amberprep
Open your browser at http://localhost:7860
Option 2: Docker (no conda/pip needed)
build from source:
git clone https://github.com/nagarh/AmberPrep.git
cd AmberPrep
docker build -t amberprep .
docker run -p 7860:7860 amberprep
Open your browser at http://localhost:7860
Troubleshooting
| Issue | Solution |
|---|---|
ModuleNotFoundError: No module named 'gemmi' |
Run: conda install -c conda-forge gemmi |
vina: command not found |
Run: conda install -c conda-forge vina |
| Port 7860 already in use | Kill the process or edit start_web_server.py to use a different port |
Usage
1. Protein Loading
- Upload: Drag-and-drop or choose a
.pdb/.entfile. - Fetch: Enter a 4-character PDB ID (e.g.
1CRN) to download from RCSB.
After loading, the Protein Preview shows: structure ID, atom count, chains, residues, water, ions, ligands, and HETATM count. Use the 3D viewer to inspect the structure.
2. Fill Missing Residues
- Click Analyze Missing Residues to detect gaps from RCSB metadata.
- Select chains to complete with ESMFold.
- Trim residues (optional): remove residues from N- or C-terminal edges; internal loops are always filled by ESMFold.
- Energy minimization (optional): if you enable ESMFold completion, you can minimize selected chains to resolve clashes before docking. Recommended if receptor preparation (Meeko) fails later.
- Build Completed Structure to run ESMFold and (if requested) minimization. Use Preview Completed Structure and View Superimposed Structures to compare original and completed chains.
If you use ESMFold in this workflow, please cite ESM Atlas.
3. Structure Preparation
- Remove: Water, ions, and hydrogens (options are pre-configured).
- Add capping: ACE (N-terminal) and NME (C-terminal).
- Chains: Select which protein chains to keep for force field generation.
- Ligands:
- Preserve ligands to keep them in the structure.
- Select ligands to preserve (e.g.
GOL-A-1,LIZ-A). Unselected ligands are dropped. - Create separate ligand file to export selected ligand(s) to a PDB.
Click Prepare Structure. The status panel reports original vs prepared atom counts, removed components, added capping, and preserved ligands. Use View Prepared Structure and Download Prepared PDB as needed.
Ligand Docking (nested in this tab):
- Select ligands to dock.
- Set the search space (center and size in X, Y, Z) with live 3D visualization.
- Run Docking (AutoDock Vina + Meeko). Progress and logs are shown in the docking panel.
- Select poses per ligand and Use selected pose to write the chosen pose into the structure for AMBER. You can switch modes (e.g. 1–9) and jump by clicking the mode labels.
4. Simulation Parameters
- Force field: ff14SB or ff19SB.
- Water model: TIP3P or SPCE.
- Box size (Å): padding for solvation.
- Add ions: to neutralize (and optionally reach a salt concentration).
- Temperature and Pressure (e.g. 300 K, 1 bar).
- Time step and Cutoff for non-bonded interactions.
If ligands were preserved, Ligand force field (GAFF/GAFF2) is configured here; net charge is computed before antechamber runs.
5. Simulation Steps
Enable/disable and set parameters for:
- Restrained minimization (steps, force constant)
- Minimization (steps, cutoff)
- NVT heating (steps, temperature)
- NPT equilibration (steps, temperature, pressure)
- Production (steps, temperature, pressure)
6. Generate Files
- Generate All Files to create AMBER inputs (
min_restrained.in,min.in,HeatNPT.in,mdin_equi.in,mdin_prod.in),tleapscripts,submit_job.pbs, and (aftertleap)prmtop/inpcrd. - Preview Files to open and edit each file (e.g.
min.in,submit_job.pbs) and Save; changes are written to the output directory. - Preview Solvated Protein / Download Solvated Protein to inspect and download the solvated system.
For PLUMED-based runs, go to the PLUMED tab to configure CVs and plumed.dat, then use Generate simulation files there to produce inputs that include PLUMED.
7. PLUMED
- Collective Variables: search and select CVs from the PLUMED v2.9 set; view docs and add/edit lines in
plumed.dat. - Custom PLUMED: edit
plumed.datdirectly. - Generate simulation files: create AMBER + PLUMED input files. Generated files can be previewed, edited, and saved as in the main Generate Files tab.
PLUMED citation: plumed.org/cite.
Pipeline Overview
Protein Loading (upload/fetch)
↓
Fill Missing Residues (detect → ESMFold → optional trim & minimize)
↓
Structure Preparation (clean, cap, chains, ligands) → optional Docking (Vina, apply pose)
↓
Simulation Parameters (FF, water, box, T, P, etc.)
↓
Simulation Steps (min, NVT, NPT, prod)
↓
Generate Files (AMBER .in, tleap, prmtop/inpcrd, PBS)
↓
[Optional] PLUMED (CVs, plumed.dat, generate PLUMED-enabled files)
Output Layout
Generated files are written under output/ (or the path set in the app), for example:
0_original_input.pdb— raw input1_protein_no_hydrogens.pdb— cleaned, capped, chain/ligand selection applied2_protein_with_caps.pdb,tleap_ready.pdb— intermediates4_ligands_corrected_*.pdb— prepared ligandsprotein.prmtop,protein.inpcrd— aftertleapmin_restrained.in,min.in,HeatNPT.in,mdin_equi.in,mdin_prod.in,submit_job.pbsoutput/docking/— receptor, ligands, Vina configs, poses, logsplumed.dat— when using PLUMED
Dependencies
| Category | Tools / libraries |
|---|---|
| Python | Flask, Flask-CORS, BioPython, NumPy, Pandas, Matplotlib, Seaborn, MDAnalysis, Requests, RDKit, SciPy |
| AMBER | AMBER Tools (tleap, antechamber, sander, ambpdb, etc.) |
| Docking | Meeko (mk_prepare_ligand, mk_prepare_receptor), AutoDock Vina, Open Babel |
| Visualization | PyMOL (scripted for H removal, structure editing), NGL (in-browser 3D) |
| Structure completion | ESMFold (via API or local, depending on deployment) |
Project Structure
AmberPrep/
├── start_web_server.py # Entry point
├── html/
│ ├── index.html # Main UI
│ └── plumed.html # PLUMED-focused view (if used)
├── css/
│ ├── styles.css
│ └── plumed.css
├── js/
│ ├── script.js # Main frontend logic
│ ├── plumed.js # PLUMED + docking UI
│ └── plumed_cv_docs.js # CV documentation
├── python/
│ ├── app.py # Flask backend, API, file generation
│ ├── structure_preparation.py
│ ├── add_caps.py # ACE/NME capping
│ ├── Fill_missing_residues.py # ESMFold, trimming, minimization
│ ├── docking.py # Docking helpers
│ └── docking_utils.py
├── output/ # Generated files (gitignored in dev)
├── Dockerfile
└── README.md
Citation
If you use AmberPrep in your work, please cite:
@software{AmberPrep,
title = {AmberPrep: Molecular Dynamics and Docking Pipeline},
author = {Nagar, Hemant},
year = {2025},
url = {https://github.com/your-org/AmberPrep}
}
Related software to cite when used:
- AMBER: ambermd.org
- PLUMED: plumed.org/cite
- ESMFold / ESM Atlas: esmatlas.com/about
- AutoDock Vina: Trott & Olson, J. Comput. Chem. (2010)
- Meeko: github.com/forlilab/Meeko
Acknowledgments
- Mohd Ibrahim (Technical University of Munich) for the protein capping logic (
add_caps.py).
License
MIT License. See LICENSE for details.
Contact
- Author: Hemant Nagar
- Email: hn533621@ohio.edu
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file amberprep-0.1.3.tar.gz.
File metadata
- Download URL: amberprep-0.1.3.tar.gz
- Upload date:
- Size: 227.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad4d898d368ca8e68974d0578c7d257793affc81ebc93fc1ad4e951fb0270ad8
|
|
| MD5 |
67c47b6085dbb5bb9a620ac401dcdcc0
|
|
| BLAKE2b-256 |
23f4d10106f9f5cd0f463f8b5973db73ca8d0ee7e351f276a080aee29ff04fd3
|
File details
Details for the file amberprep-0.1.3-py3-none-any.whl.
File metadata
- Download URL: amberprep-0.1.3-py3-none-any.whl
- Upload date:
- Size: 228.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2d4f376eed70a366e205b62017149ab4364fe919008f769552c95b596f47e2f
|
|
| MD5 |
d03bdcb1fd1abc5300974857755d154b
|
|
| BLAKE2b-256 |
45ccb0ebe019a16b21aca7ec9ea3204674b37833ca83a794df799a45ffe5c749
|