You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Later, you can find [here](https://www.bonvinlab.org/haddock3/tutorials/mpi.html) instructions on how to run HADDOCK3 with MPI.
138
39
139
-
## 7. (Optional) Install web service dependencies if you intend to run HADDOCK3 restraints web service
40
+
## (Optional) Install web service dependencies if you intend to run HADDOCK3 restraints web service
140
41
141
42
To run the restraints web service you must have the following dependencies installed in the `(haddock3)` python environment:
142
43
@@ -146,21 +47,21 @@ pip install uvicorn fastapi
146
47
147
48
Information on the restraints web service can be found [here](https://github.com/haddocking/haddock3/blob/main/src/haddock/clis/restraints/webservice.py).
148
49
149
-
# Installing third-party packages
50
+
##Installing third-party packages
150
51
151
52
HADDOCK3 can integrate third-party software in its workflows.
152
53
We are not responsible for the proper installation of such packages, but
153
54
we help you install them. Below, you will find a list of all third-party
154
55
packages HADDOCK3 can use and guidelines for their proper installation.
155
56
156
-
## `lightdock`
57
+
###`lightdock` (outdated)
157
58
158
59
To install [lightdock](https://github.com/lightdock/lightdock) follow
159
60
the instructions on the project's website. Remember to install it under
160
61
the same Python environment you created for HADDOCK3. If you have any
0 commit comments