Skip to content

Commit 0bd8496

Browse files
committed
add example
1 parent aa4dc05 commit 0bd8496

1 file changed

Lines changed: 51 additions & 1 deletion

File tree

docs/src/examples.md

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,57 @@ scenarios:
6969
7070
## Advanced Examples
7171
72-
Soon to be added.
72+
> The purpose of this scenario is to sample antibody-peptide complexes, re-docking experimental structures. Rigid docking, flexible refinement and em refinement. Unambiguous restrains to keep Ab heavy and light chain together and ambiguous for CDR loops and whole peptide. <Jahaciel Villaverde Nogues>
73+
74+
```yaml
75+
general:
76+
input_list: /trinity/csbdevel/jvillave/deeprank-ab-pep/haddock3/2_real/2_config/data_2_cutoff_043/input_test_scenario_0.list
77+
mol_suffixes: [_antibody, _antigen]
78+
work_dir: /trinity/csbdevel/jvillave/deeprank-ab-pep/haddock3/2_real/3_2_results/scenario_0_results
79+
execution: slurm
80+
max_concurrent: 100
81+
ncores: 24
82+
83+
scenarios:
84+
# ------------------------------------------------------------
85+
# 1) scenario 0, ab initio ground truth
86+
# ------------------------------------------------------------
87+
- name: ground-truth
88+
workflow:
89+
topoaa:
90+
tolerance : 20
91+
rigidbody:
92+
tolerance : 20
93+
crossdock: false
94+
sampling: 10000
95+
ambig_fname: _ti.tbl
96+
unambig_fname: _antibody-unambig.tbl
97+
clustfcc:
98+
plot_matrix: true
99+
# select up to 100 clusters per target,
100+
# keeping 5 top models each (max 500 models)
101+
seletopclusts:
102+
top_clusters: 100
103+
top_models: 5
104+
flexref:
105+
tolerance : 20
106+
ambig_fname: _ti.tbl
107+
unambig_fname: _antibody-unambig.tbl
108+
# final energy minimisation
109+
emref:
110+
tolerance : 20
111+
ambig_fname: _ti.tbl
112+
unambig_fname: _antibody-unambig.tbl
113+
caprieval:
114+
reference_fname: _matched.pdb
115+
fnat_cutoff: 4.0
116+
irmsd_cutoff: 8.0
117+
emscoring:
118+
tolerance : 20
119+
per_interface_scoring: true
120+
```
121+
122+
...
73123
74124
## Configuration Variations
75125

0 commit comments

Comments
 (0)