gromacs-protein-analysis

Analyze GROMACS protein trajectories for RMSD, RMSF, DCCM, and FEL plots.

19|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/CharlesHahn/DuIvySkills --skill gromacs-protein-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gromacs-protein-analysis
Source: https://github.com/CharlesHahn/DuIvySkills/tree/main/gromacs-protein-analysis
Command: npx skills add https://github.com/CharlesHahn/DuIvySkills --skill gromacs-protein-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides ready-to-use workflows to analyze protein molecular dynamics trajectories generated by GROMACS, turning raw simulation data into actionable insights.

Core Features & Use Cases

  • PBC correction, RMSD, RMSF, Gyrate, and SASA analyses to assess stability and folding
  • DCCM, RDCM, PCA, and FEL workflows to study correlated motions and conformational landscapes
  • Visualization and reporting: generate plots and summary metrics for publication-ready results
  • Use Case: Evaluate the stability of a protein domain across different simulation conditions and compare conformational states.

Quick Start

Ask the agent to run a full protein MD analysis on a GROMACS trajectory (md.xtc) using topology (md.tpr) and output the key results, including rmsd.xvg, gyrate.xvg, dccm.xpm, and fel.xpm.

Frequently Asked Questions about gromacs-protein-analysis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I calculate RMSD and RMSF from GROMACS trajectory files?

Calculating RMSD and RMSF from GROMACS trajectories requires .xtc or .trr trajectory files, a .tpr topology file, and an .ndx index file. This workflow automatically generates RMSD and RMSF plots to evaluate protein structural stability and residue flexibility.

What is the best way to generate a free energy landscape (FEL) from MD simulations?

Generating a free energy landscape (FEL) from MD simulations involves applying Principal Component Analysis (PCA) to your trajectory data. This workflow uses GROMACS outputs to produce a plotted FEL, illustrating the conformational states and energy distribution of the protein system.

Can I perform DCCM and PCA analysis on protein MD trajectories without writing scripts?

You can perform DCCM and PCA analysis on protein MD trajectories without manual scripting by using automated workflows. This approach processes GROMACS simulation data to calculate dynamic cross-correlation matrices and principal components, outputting publication-ready plots directly.

Do I need an index file to run protein MD analysis on GROMACS outputs?

Yes, you need an index file (.ndx) to run protein MD analysis on GROMACS outputs. Along with the trajectory (.xtc/.trr) and topology (.tpr) files, the index file defines specific atom groups required for PBC correction, RMSD, and DCCM calculations.

How does PBC correction affect protein MD analysis results?

PBC correction affects protein MD analysis by fixing periodic boundary artifacts in the trajectory, ensuring continuous molecular motion. Proper PBC correction is a prerequisite for accurate RMSD, RMSF, and DCCM calculations, preventing skewed stability and correlation metrics.