From 8a80b2d38a6b80437870d50143681c09755b570d Mon Sep 17 00:00:00 2001 From: Arha Date: Mon, 19 May 2025 16:47:00 +0200 Subject: [PATCH 1/3] add run time for full run and short run --- education/HADDOCK3/HADDOCK3-antibody-antigen/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/education/HADDOCK3/HADDOCK3-antibody-antigen/index.md b/education/HADDOCK3/HADDOCK3-antibody-antigen/index.md index 07711cdb..02934c93 100644 --- a/education/HADDOCK3/HADDOCK3-antibody-antigen/index.md +++ b/education/HADDOCK3/HADDOCK3-antibody-antigen/index.md @@ -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 1h20min using 8 cores on a MaxOSX M2 processor. +In comparison, the reduced sampling run (100/40) takes about 10-15min. From 96381c245f12d1bdeb0eaeaa79d79db8a3c893fc Mon Sep 17 00:00:00 2001 From: Arha Date: Mon, 19 May 2025 17:46:24 +0200 Subject: [PATCH 2/3] 1. remove old folder name 2. add info about raw_input.tolm --- education/HADDOCK3/HADDOCK3-antibody-antigen/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/education/HADDOCK3/HADDOCK3-antibody-antigen/index.md b/education/HADDOCK3/HADDOCK3-antibody-antigen/index.md index 02934c93..561d896f 100644 --- a/education/HADDOCK3/HADDOCK3-antibody-antigen/index.md +++ b/education/HADDOCK3/HADDOCK3-antibody-antigen/index.md @@ -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. @@ -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. File menu -> Open -> select cluster_1_model_1.pdb From 909cb08050c20fc50afb3af89f3976d5dddf0497 Mon Sep 17 00:00:00 2001 From: Alexandre Bonvin Date: Mon, 19 May 2025 23:25:58 +0200 Subject: [PATCH 3/3] Update index.md --- education/HADDOCK3/HADDOCK3-antibody-antigen/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/education/HADDOCK3/HADDOCK3-antibody-antigen/index.md b/education/HADDOCK3/HADDOCK3-antibody-antigen/index.md index 561d896f..cc55b9a7 100644 --- a/education/HADDOCK3/HADDOCK3-antibody-antigen/index.md +++ b/education/HADDOCK3/HADDOCK3-antibody-antigen/index.md @@ -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 1h20min using 8 cores on a MaxOSX M2 processor. -In comparison, the reduced sampling run (100/40) takes about 10-15min. +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.