-
Notifications
You must be signed in to change notification settings - Fork 57
Improved online documentation #1498
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,6 +11,9 @@ | |
| If the threshold value is too stringent, resulting in no models passed to the | ||
| next module, the workflow will stop with an error message. | ||
| For more details about this module, please `refere to the haddock3 user manual | ||
| <https://www.bonvinlab.org/haddock3-user-manual/modules/analysis.html#filer-module>` | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. typo in the link, should be "#filter-module” |
||
| """ | ||
|
|
||
| from pathlib import Path | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -19,8 +19,22 @@ | |||||
| and carbohydrates ... see `detailed list of supported molecules | ||||||
| <https://wenmr.science.uu.nl/haddock2.4/library>`_), | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Found example of functional link! UPD: indeed, “_” is required for links |
||||||
| such as small-molecules, parameters and topology must be obtained and provided | ||||||
| by the user, as there is currently no built-in solution to generate | ||||||
| them on the fly. | ||||||
| by the user, using `ligand_param_fname` and `ligand_top_fname` parameters. | ||||||
| If you do not have them, they can be generated on-the-fly by setting | ||||||
| the `autotoppar` parameter to `true`. | ||||||
|
|
||||||
| To define specific parameters for a given molecule (charge of terminis, | ||||||
| histidine protonations, peptide cyclisation, ...), you should re-define | ||||||
| a quasi topoaa module and specify the molecule index, right after | ||||||
| the ``[topoaa]`` module. e.g.: | ||||||
|
|
||||||
| `` | ||||||
| [topoaa] | ||||||
| [topoaa.mol1] | ||||||
| `` | ||||||
|
|
||||||
| For more details about this module, please `refere to the haddock3 user manual | ||||||
| <https://www.bonvinlab.org/haddock3-user-manual/modules/topology.html#topoaa-module>` | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. So this:
Suggested change
|
||||||
| """ | ||||||
|
|
||||||
| import operator | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There’s a typo in all 22 files.
“refere” -> “refer”