BOLTZ 2.1.1.md
... ...
@@ -0,0 +1,27 @@
1
+```
2
+
3
+#!/usr/bin/env bash
4
+
5
+## BOLTZ 2.1.1 example
6
+## https://github.com/jwohlwend/boltz
7
+##
8
+## help@sbgrid.org
9
+## June 13, 2025
10
+
11
+## Clone boltz github repository to get examples
12
+git clone https://github.com/jwohlwend/boltz
13
+
14
+## Start SBGrid environment
15
+source /programs/sbgrid.shrc
16
+export BOLTZ_1_X=2.1.1
17
+
18
+# Run boltz/examples yaml based prediction
19
+export EXAMPLE_DIR=$(pwd)/boltz/examples
20
+export MY_YAML=${EXAMPLE_DIR}/ligand.yaml
21
+
22
+boltz predict ${MY_YAML} --use_msa_server \
23
+--cache $(pwd) \
24
+--accelerator gpu \
25
+--devices 4
26
+
27
+```
... ...
\ No newline at end of file