You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: education/HADDOCK3/HADDOCK3-protein-peptide/index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -429,7 +429,7 @@ haddock3-cfg -m clustrmsd
429
429
430
430
431
431
This workflow is ready-to-run, and can be executed as-is, using pre-made PDB and restraint files. To use your own files, make sure you provide correct relative or absolute path for each file used during the run (`molecules`, `ambig_fname` and `reference_fname`).
432
-
If you are using your own reference, make sure the PDB file is adequately preprocessed.
432
+
If you are using your own reference, make sure the PDB file is adequately preprocessed (for example, using `pdb_tools`).
433
433
434
434
### Running HADDOCK3
435
435
@@ -715,7 +715,7 @@ _**Note:**_ To extract similar statistics per cluster, use `scripts/extract-capr
715
715
It’s time to visualise some of the docking models! This part is not only nice and colorful, but also quite important.
716
716
Model visualisation allows you to check whether the models look as expected, if the clusters well-defined, zoom in on the interface, etc.
717
717
718
-
To visualize the models from top cluster of your favorite run, start PyMOL and load the cluster representatives you want to view, e.g. this could be the top models from cluster1. These can be found in the `runs/run1/12_seletopclusts/` directory. Each run has a similar directory. Alternatively, in `analysis/XX_caprieval_analysis` you can find `summary.tgz` with either top-models of best clusters (decompress with `tar -xf summary.tgz`), or top-10 models among all unclustered ones.
718
+
To visualize the models from the top cluster of your favorite run, start PyMOL and load the cluster representatives you want to view, e.g. this could be the top models from cluster 1. These can be found in the `runs/run1/12_seletopclusts/` directory. Each run has a similar directory. Alternatively, in `analysis/XX_caprieval_analysis` you can find `summary.tgz` with either top-models of best clusters (decompress with `tar -xf summary.tgz`), or top-10 models among all unclustered ones.
719
719
720
720
721
721
<aclass="prompt prompt-info">
@@ -858,7 +858,7 @@ Buried residues are unlikely to contribute directly to binding, as they are ofte
858
858
Default RSA threshlod for active residues is 40%; for passive - 15%. Therse values are a suggestions, not a hard rule.
859
859
860
860
In our case, we chose a cutoff of 25% for the active residues.
861
-
Many tools are available for calculating RSA, e.g. PyMOL’s built-in function `get_sasa_relative`, the Biopython module `Bio.PDB.SASA` etc.
861
+
There are many tools available for calculating RSA, e.g. PyMOL’s built-in function `get_sasa_relative`, the Biopython module `Bio.PDB.SASA` etc.
862
862
We used [FreeSASA](http://freesasa.github.io/){:target="_blank"}, an open-source tool that computes RSA and related solvent accessibility values directly from PDB structures.
863
863
864
864
After installing FreeSASA, you can run it with the following command:
@@ -902,4 +902,4 @@ RES LYS A 39 87.79 42.8 69.98 42.9 17.81 42.4 45.42 40.9 42.37 45.1
902
902
903
903
## Congratulations!
904
904
You’ve reached the end of this basic protein-peptide docking tutorial! We hope it has been informative and helps you get started with your own docking projects.
905
-
What more protein-peptide docking workflow examples, this time with explicit flexibility? Check [this page](https://www.bonvinlab.org/haddock3-user-manual/docking_scenarios/prot-peptide.html){:target="_blank"}.
905
+
Do you want more protein-peptide docking workflow examples, this time with explicit flexibility? Check [this page](https://www.bonvinlab.org/haddock3-user-manual/docking_scenarios/prot-peptide.html){:target="_blank"}.
0 commit comments