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"
"$COURSE_DIR/results/02-preparacion-sistema/simple/alanine_solvated.pdb".| This notebook prepares the alanine system with Modeller, adds solvent, and writes the simple solvated PDB ready for simulation. (notebook | script) |
--output-dir outputs.--output-base.| This notebook walks through Modeller/PDBFixer to repair the protein-ligand complex, allowing you to add solvent, ions, and save preparatory files. (notebook | script) |
Course script: openmm_modeller_save.py