Examples of docking scenario
As creating a new workflow can be complex at the beginning, we are providing a set of pre-defined haddock3 scenarios. These examples are encompassing a wide range of applications, such as:
- Protein-protein docking
- Protein-peptide docking
- Protein-DNA docking
- Antibody-antigen docking
- Protein-glycan docking
- Small-molecule docking
- Complexes refinement protocols
- Building cyclic peptide
- Scoring workflow
- Analysis pipelines
Alternatively, up-to-date examples can also be found:
- in your local installation of haddock3:
haddock3/examples/
. - online, on our GitHub repository
haddock3/examples/
.
Please note the extension scheme we are using in the provided configuration file examples:
- *-full.cfg: we are using the
*-full.cfg
suffix on protocols that have proper sampling, and therefore could be used in production. These are nice baseline workflows with appropriate parameters, but will obviously require more time to terminate the run. Examples making use of MPI are also provided in some cases, together with an associated job file that should be submitted to the slurm batch system (*-full-mpi.cfg and *-full-mpi.job). Make sure to adapt the full config files to your own system. - *-test.cfg: we are using the
*-test.cfg
suffix on protocols that have low sampling, allowing for fast test of the functionalities present in the workflow. Of note, on a daily basis, we are running most of the*-test.cfg
configuration files to make sure themain
branch of haddock3 is functional.
Web-application pre-defined scenario
comming soon...