Skip to content

Commit f261f0e

Browse files
authored
Merge pull request #705 from haddocking/prot_prot_adjustments
small clarifications in basic protein protein tutorial
2 parents d079786 + 4f11c1b commit f261f0e

File tree

1 file changed

+11
-0
lines changed
  • education/HADDOCK24/HADDOCK24-protein-protein-basic

1 file changed

+11
-0
lines changed

education/HADDOCK24/HADDOCK24-protein-protein-basic/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ Try to locate the histidines in this structure.
105105

106106
<a class="prompt prompt-question">Is there any phosphate group present in this structure?</a>
107107

108+
*Hint* : you can select phosphate atoms with the following PyMOL command:
109+
<a class="prompt prompt-pymol">select elem P</a>
110+
108111
Note that you can zoom on the histidines by typing in PyMOL:
109112

110113
<a class="prompt prompt-pymol">zoom resn HIS</a>
@@ -506,6 +509,14 @@ In the blind protein-protein prediction experiment [CAPRI](https://capri.ebi.ac.
506509
rms_cur cluster1_1 and chain B, 1GGR<br>
507510
</a>
508511

512+
**Note:** On some machines the pymol rms_cur command can fail due to a bug in the PyMOL software. In this case you can use the following command instead:
513+
514+
<a class="prompt prompt-pymol">
515+
align cluster1_1, 1GGR, cycles=0<br>
516+
</a>
517+
518+
This will align the two structures based on the all-atom RMSD, different from the ligand-RMSD (l-RMSD) that you can calculate with rms_cur and the above commands.
519+
509520
In CAPRI, the l-RMSD value defines the quality of a model:
510521

511522
* acceptable model: l-RMSD<10Å

0 commit comments

Comments
 (0)