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
Copy file name to clipboardExpand all lines: education/HADDOCK3/HADDOCK3-antibody-antigen/index.md
+151-1Lines changed: 151 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -213,8 +213,86 @@ This tutorial was last tested using HADDOCK3 version 2024.10.0b7. The provided p
213
213
214
214
215
215
<hr>
216
+
217
+
### BioExcel Adriatic edition 2026, Ljubljana, Slovenia
218
+
219
+
You can either:
220
+
221
+
* make use of the ADD HPC system for this tutorial, working at the command line,
222
+
* or [start a Colab notebook](https://colab.research.google.com/github/haddocking/haddock3/blob/main/notebooks/HADDOCK3-antibody-antigen.ipynb){:target="_blank"} (provided you have Google credentials) and follow the instructions in that notebook (simpler).
223
+
224
+
225
+
If running on HPC system, the software and data required for this tutorial have been pre-installed.
226
+
Please connect to the HPC system using your credentials either via ssh connection.
227
+
228
+
In order to run the tutorial, go into you data directory, then copy and unzip the required data:
229
+
230
+
<aclass="prompt prompt-cmd">
231
+
unzip /home/vreys/HADDOCK3-antibody-antigen.zip
232
+
</a>
233
+
234
+
This will create the `HADDOCK3-antibody-antigen` directory with all necessary data and scripts and job examples ready for submission to the batch system.
235
+
236
+
HADDOCK3 has been pre-installed on the compute nodes.
237
+
To test the installation, first create an interactive session on a node with:
@@ -1239,6 +1319,76 @@ This run should take about 25 minutes to complete on a single node using 48 arm
1239
1319
1240
1320
</details>
1241
1321
1322
+
<hr>
1323
+
1324
+
#### Execution of HADDOCK3 on ADD Ljubljana (BioExcel Adriatic edition 2026, Ljubljana, Slovenia)
1325
+
1326
+
To execute the workflow, you can either start an interactive session or create a job file that will execute HADDOCK3 on a node,
1327
+
with HADDOCK3 running in local mode (the setup in the above configuration file with <i>mode="local"</i>) and harvesting all core of that node (<i>ncores=16</i>).
You can then follow the tutorial and run all the commands present in it, such as starting a haddock3 docking workflow with:
1343
+
1344
+
{% highlight shell %}
1345
+
haddock3 ./workflows/docking-antibody-antigen.cfg
1346
+
{% endhighlight %}
1347
+
<b>Job submission to the batch system:</b>
1348
+
<br>
1349
+
<br>
1350
+
For this execution mode you should create an execution script contain specific requirements for the queueing system and the HADDOCK3 configuration and execution.
1351
+
Here is an example of such an execution script (that can be saved under the name <i>run-haddock3-slurm.sh</i>):
0 commit comments