Episode 3 - Preparing and editing the system in OpenMM

Previous All episodes Next

Table of contents

Duration

Objectives

Content

Prepare the working folder

Before running the scripts, create the root folder where all results will be saved (regardless of where you run the jobs) with course_paths.py:

python docs/episodes/scripts/course_paths.py

This creates the main folder (default ~/Concepcion26), creates data/ and results/, and shows the export COURSE_DIR="..." you must run in the terminal so all scripts use the same destination.

Then copy the data into data/:

cp -R Course-MD-Data-main/* "$COURSE_DIR/data"

Alanine dipeptide

Guided demo

Exercise

Notebooks and scripts

Protein-ligand complex

Guided demo

Exercise

Notebooks and scripts

Key points

Modeller (OpenMM guide)

Add hydrogens

Add solvent

Add membrane

Add extra particles

Remove water

Save results (Saving the Results)

Course script: openmm_modeller_save.py

Previous All episodes Next