Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions education/HADDOCK3/HADDOCK3-antibody-antigen/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -912,8 +912,8 @@ In this case we are providing the known crystal structure of the complex as refe
Including `caprieval` at the various stages even when no reference is provided is useful to get the rankings and scores and visualise the results (see Analysis section below).

**_Note_**: The default sampling would be 1000 models for `rigidbody` of which 200 are passed to the flexible refinement in `seletop`.
As an indication of the computational requirements, the default sampling worflow for this tutorial completes in about XX minutes using 10 cores on a MaxOSX M2 processor.
In comparison, the reduced sampling run (50/40) takes about 6 1/2 minutes.
As an indication of the computational requirements, the default sampling worflow for this tutorial completes in about 37min using 12 cores on a MaxOSX M2 processor.
In comparison, the reduced sampling run (100/40) takes about 7-8min.



Expand Down Expand Up @@ -1284,12 +1284,13 @@ You will find the various steps (modules) of the defined workflow numbered seque
In addition, there is a log file (text file) and four additional directories:

- the `analysis` directory contains various plots to visualize the results for each caprieval step and a general report (`report.html`) that provides all statistics with various plots. You can open this file in your preferred web browser
- the `data` directory contains the input data (PDB and restraint files) for the various modules
- the `data` directory contains the input data (PDB and restraint files) for the various modules, as well as an input workflow (in `configurations` directory)
- the `toppar` directory contains the force field topology and parameter files (only present when running in self-contained mode)
- the `traceback` directory contains `traceback.tsv`, which links all models to see which model originates from which throughout all steps of the workflow.

You can find information about the duration of the run at the bottom of the log file. Each sampling/refinement/selection module will contain PDB files.
You can find information about the duration of the run at the bottom of the log file.

Each sampling/refinement/selection module will contain PDB files.
For example, the `09_seletopclusts` directory contains the selected models from each cluster. The clusters in that directory are numbered based
on their rank, i.e. `cluster_1` refers to the top-ranked cluster. Information about the origin of these files can be found in that directory in the `seletopclusts.txt` file.

Expand Down Expand Up @@ -1541,8 +1542,7 @@ Can you identify which residue(s) make(s) the most intermolecular contacts?

### Visualization of the models

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 model from cluster3 for run `run1-CDR-NMR-CSP`.
These can be found in the `runs/run1/09_seletopclusts/` directory.
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 model of cluster 1, 2 or 3, located in `XX_seletopclusts` directory of the run. Precalcuated models can be found in the `runs/run1/09_seletopclusts/` directory.

<a class="prompt prompt-info">File menu -> Open -> select cluster_1_model_1.pdb</a>

Expand Down