Skip to content

Commit 636e0ab

Browse files
committed
additional typos
1 parent 931e666 commit 636e0ab

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

docs/INSTALL.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,9 @@ guidelines](USAGE.md).
6868

6969
Navigate to the `haddock3` installation folder (the one you cloned from
7070
GitHub). Ensure you have the `haddock3` python environment activated.
71-
Please consider HADDOCK3 is under active development, as well as its
72-
dependencies. If the updating processing fails, it is safe to reinstall
71+
Please keep in mind that HADDOCK3, as well as its
72+
dependencies, are under active development.
73+
If the updating processing fails, it is safest to reinstall
7374
from scratch. Always refer to the latest installation guidelines.
7475

7576
```bash
@@ -131,7 +132,7 @@ pip install deap scipy mgzip biopython
131132
export GDOCK_PATH=some-folder
132133
```
133134

134-
**Important**: These are not the full `gdock`'s installation
135-
instructions as here only the model generation is used. Please check the
135+
**Important**: These are not the full `gdock` installation
136+
instructions as only the model generation is used here. Please check the
136137
[repository page](https://github.com/rvhonorato/gdock) for more
137138
information.

docs/examples.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The following examples are currently provided:
2525

2626
An antibody-antigen docking example making use only of the knowledge of the hypervariables (HV) loops on the antibody to guide the docking. This is the same complex used in our [HADDOCK2.4 webserver tutorial](https://www.bonvinlab.org/education/HADDOCK24/HADDOCK24-antibody-antigen/); refer to it for more details. Three different ways of using the knowledge of the HV loop residues are illustrated:
2727

28-
- __CDR-accessible__: using ambiguous distance restraints (AIRs) between the HV loop residues and the solvent-accesible residues of the antigen. Those are defined in the `ambig.tbl` file provided in the `data` directory
28+
- __CDR-accessible__: using ambiguous distance restraints (AIRs) between the HV loop residues and the solvent-accessible residues of the antigen. Those are defined in the `ambig.tbl` file provided in the `data` directory
2929
- __ranairCDR__: using random AIRs sampled from the HV loops on the antibody and the solvent-accessible residues on the antigen. The random AIRs are used during the rigidbody docking sampling phase and replaced by contact AIRs during refinement.
3030
- __CDR-NMR-CSP__: using ambiguous distance restraints (AIRs) between the HV loop residues and the epitope residues identified by NMR.
3131

@@ -96,7 +96,7 @@ The `caprieval` module is called at various stages during the workflow to assess
9696

9797
## docking-protein-peptide
9898

99-
The protein-peptide docking example makes use of the knowledge of the binding site on the protein to guide the docking. The active site residues are defined as active and the peptide as passive (the corresponding AIRs are defined in the `ambig.tbl` file in the `data` directory). This example follows the protocol described in our protein-peptide docking article ([Trellet et. al. PLoS ONE 8, e58769 (2013)](https://dx.plos.org/10.1371/journal.pone.0058769)). For the peptide, an ensemble of three conformations (alpha-helix, polyproline-II and extended) is provided as starting point for the docking. Those were build using PyMol (instructions on how to do that can be found [here](https://www.bonvinlab.org/education/molmod_online/simulation/#preparing-the-system)).
99+
The protein-peptide docking example makes use of the knowledge of the binding site on the protein to guide the docking. The active site residues are defined as active and the peptide as passive (the corresponding AIRs are defined in the `ambig.tbl` file in the `data` directory). This example follows the protocol described in our protein-peptide docking article ([Trellet et. al. PLoS ONE 8, e58769 (2013)](https://dx.plos.org/10.1371/journal.pone.0058769)). For the peptide, an ensemble of three conformations (alpha-helix, polyproline-II and extended) is provided as starting point for the docking. Those were built using PyMol (instructions on how to do that can be found [here](https://www.bonvinlab.org/education/molmod_online/simulation/#preparing-the-system)).
100100

101101
Three different workflows are illustrated:
102102

@@ -111,7 +111,7 @@ The `caprieval` module is called at various stages during the workflow to assess
111111

112112
## docking-protein-protein
113113

114-
The protein-protein docking example makes use of the NMR chemical shift perturbation data providing information on the residues of binding site to guide the docking. The NMR-identified residues are defined as active and with their surface neighbors as passive (the corresponding AIRs are defined in the `e2a-hpr_air.tbl` file in the `data` directory). This system is the same as described in our [HADDOCK2.4 basic protein-protein docking tutorial](https://www.bonvinlab.org/education/HADDOCK24/HADDOCK24-protein-protein-basic/). For the second molecule (HPR), an ensemble of 10 conformations (taken from the NMR solution structure of this protein) is used as starting point for the docking. Refer to above tutorial for more details about the system and restraints.
114+
The protein-protein docking example makes use of the NMR chemical shift perturbation data providing information on the residues of binding site to guide the docking. The NMR-identified residues are defined as active with their surface neighbors as passive (the corresponding AIRs are defined in the `e2a-hpr_air.tbl` file in the `data` directory). This system is the same as described in our [HADDOCK2.4 basic protein-protein docking tutorial](https://www.bonvinlab.org/education/HADDOCK24/HADDOCK24-protein-protein-basic/). For the second molecule (HPR), an ensemble of 10 conformations (taken from the NMR solution structure of this protein) is used as starting point for the docking. Refer to above tutorial for more details about the system and restraints.
115115

116116
Three different workflows are illustrated:
117117

@@ -128,14 +128,14 @@ The `caprieval` module is called at various stages during the workflow to assess
128128

129129
This example illustrates the refinement of a complex. In that case the molecules are kept in their original positions and the complex is subjected to a short flexible refinement in explicit solvent with the `mdref` module. The same complex as for the `docking-protein-protein` example is used. The molecules are defined separately in the config file (and could consist each of an ensemble, provided the two ensembles have exactly the same number of models).
130130

131-
In this example all parameters are left to their default settings, except for manually defining the histidines protonation states and setting the `sampling_factor` to 10, which means that from each starting complex 10 models will be generated with different random seeds for initiating the molecular dynamics phase.
131+
In this example all parameters are left to their default settings, except for manually defining the histidines' protonation states and setting the `sampling_factor` to 10, which means that from each starting complex 10 models will be generated with different random seeds for initiating the molecular dynamics phase.
132132

133133
The `caprieval` module is called at the end to assess the quality of the models with respect to the known reference structure.
134134

135135

136136
## scoring
137137

138-
This example illustrates the use of HADDOCK3 for scoring purpose. In contrast to HADDOCK2.4, HADDOCK3 can score a heterogenous set of complexes within one run/workflow. In this example, four different types of complexes are scored within the same workflow:
138+
This example illustrates the use of HADDOCK3 for scoring purposes. In contrast to HADDOCK2.4, HADDOCK3 can score a heterogenous set of complexes within one run/workflow. In this example, four different types of complexes are scored within the same workflow:
139139

140140
- an ensemble of 5 models taken from CAPRI Target161
141141
- a protein-DNA complex (model taken from our protein-DNA docking example)
@@ -147,5 +147,5 @@ Two scoring workflows are illustrated:
147147
1) Only a short energy minimisation is performed on each model (`emscoring-test.cfg`).
148148
2) A short molecular dynamics simulation in explicit solvent (water) is performed on each model. In that case contact AIRs (`contactairs = true`), dihedral angle restraints on secondary structure element (`ssdihed = alphabeta`) and DNA restraints (`dnarest_on = true`) are automatically defined (`mdscoring-test.cfg`).
149149

150-
The model listing with their associated HADDOCK score can be found in a `.tsv` file in the stage 01 directory of the respective runs.
150+
The model listings with their associated HADDOCK scores can be found in a `.tsv` file in the stage 01 directory of the respective runs.
151151

docs/intro.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
HADDOCK3 is the next generation integrative modelling software in the
44
long-lasting HADDOCK project. It represents a complete rethinking and rewriting
55
of the HADDOCK2.X series, implementing a new way to interact with HADDOCK and
6-
offering new features to users who can now define custom workflows.
6+
offering new features to users who can now define custom workflows.
77

88
In the previous HADDOCK2.x versions, users had access to a highly
99
parameterisable yet rigid simulation pipeline composed of three steps:
10-
`ridig-body docking (it0)`, `semi-flexible refinemnt (it1)`, and `final refinement (itw)`.
10+
`ridig-body docking (it0)`, `semi-flexible refinement (it1)`, and `final refinement (itw)`.
1111

1212
![HADDOCK 2.x workflow](figs/HADDOCK2-stages.png)
1313

@@ -92,9 +92,9 @@ ambig_fname = "data/e2a-hpr_air.tbl"
9292
[caprieval]
9393
```
9494

95-
In this expample only very few parameters are defined as most correspond to the default ones defined for each module. The sampling in this case would be 1000 rigidbody models and 200 for the refinement stages. Clustering is based on the fraction of common contacts and the final clusters are analysed using the best model generated as a reference (the `caprieval` module).
95+
In this example only very few parameters are defined as most correspond to the default ones defined for each module. The sampling in this case would be 1000 rigidbody models and 200 for the refinement stages. Clustering is based on the fraction of common contacts and the final clusters are analysed using the best model generated as a reference (the `caprieval` module).
9696

97-
Detailed explanations on how to configure a workflow through the configuration files can be found
97+
Detailed explanations on how to configure a workflow through the configuration files can be found
9898
<a href="https://github.com/haddocking/haddock3/blob/main/docs/tutorials/user_config.rst">here</a>.
9999

100100
Having the configuration file ready, users can run HADDOCK3 with a single command-line input:
@@ -107,7 +107,7 @@ You can find examples of HADDOCK3 workflows for the different biological
107107
systems in the `examples` [subfolder][examples] of the HADDOCK3 folder.
108108

109109
HADDOCK3 will start running (different execution modes are available using
110-
either local resources (threads) or in HPC mode using a batch queuing system -
110+
either local resources (threads) or in HPC mode using a batch queuing system) -
111111
for details, see [here][queue]. See examples in the `examples` [subfolder][examples]
112112
for configuration files ending in `-full.cfg`.
113113

0 commit comments

Comments
 (0)