Example 21: Asymmetric GroEL/GroES Chaperonin Complex¶
PDB ID 1aon is the famous structure of the asymmetric GroEL/GroES chaperonin complex with ADP bound. This build represents Pestifer’s ability to handle ligands like ADP.
# Author: Cameron F. Abrams, <cfa22@drexel.edu>
title: Asymmetric GroEL/GroES Chaperonin Complex
tasks:
- fetch:
sourceID: 1aon
- psfgen:
source:
biological_assembly: 1
- validate:
tests:
- residue_test:
name: ADPs are present
selection: resname ADP
measure: residue_count
value: 7
- md:
ensemble: minimize
- solvate:
salt_con: 0.15
- md:
ensemble: minimize
- md:
ensemble: NVT
- md:
ensemble: NPT
nsteps: 200
- md:
ensemble: NPT
nsteps: 400
- md:
ensemble: NPT
nsteps: 800
- md:
ensemble: NPT
nsteps: 1600
- md:
ensemble: NPT
nsteps: 13200
- mdplot:
basename: solvated
grid: true
timeseries:
- density
- terminate:
basename: my_1aon
artifacts: artifacts
package:
basename: my_1aon
namd:
ensemble: NPT
Step |
Task |
Details |
|---|---|---|
1 |
|
|
2 |
|
standard build |
3 |
|
1 test(s) |
4 |
|
minimize |
5 |
|
water box + 0.15 M salt |
6 |
|
minimize → NVT (2,000 steps) → NPT (16,200 steps, 5 phases) |
7 |
|
equilibration time-series plots → |
8 |
|
basename: |
The GroEL/GroES chaperonin complex with ADP bound, in TIP3P water, as built by Pestifer. This system has 550,812 atoms and its box dimensions are 158.5 x 160.3 x 210.9 Å.¶