Skip to content

Commit b3a23d2

Browse files
authored
add note about ensembles (#184)
1 parent 4a7e0d3 commit b3a23d2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs/src/reference.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,13 @@ scenarios:
9595

9696
The input list file (specified by `general.input_list`) contains paths to all files required for each docking target. Files are automatically grouped into targets by a shared identifier derived from the filename: for molecule files, the identifier is the part of the filename before the configured `mol_suffixes` match; for restraints, topology/parameter, shape, and miscellaneous files, grouping typically uses the part before the first underscore.
9797

98+
> **Important note about ensembles**: If your input contains multiple models, haddock will handle it with its own tooling. So here you should define it as a single model following the naming scheme, so:
99+
>
100+
> ```
101+
> ❌ complexA_ens_l_u.pdb # containing 10 models
102+
> ✅ complexA_l_u.pdb # containing 10 models
103+
> ```
104+
>
98105
### File Classification
99106

100107
Files in the input list are automatically categorized based on their extensions and patterns:

0 commit comments

Comments
 (0)