Skip to content

Commit ed3cdf2

Browse files
committed
Add batch experiment runner script
1 parent 321684d commit ed3cdf2

File tree

3 files changed

+387
-0
lines changed

3 files changed

+387
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,3 +189,4 @@ configs/local/default.yaml
189189
/forks/RoseTTAFold-All-Atom/psipred/
190190
/forks/TULIP/outputs/
191191
/forks/Vina/ADFR/
192+
scripts/inference/
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
method: diffdock # the method for which to score predictions - NOTE: must be one of (`diffdock`, `fabind`, `dynamicbind`, `neuralplexer`, `rfaa`, `vina`, `ensemble`)
2+
vina_binding_site_method: diffdock # the method to use for Vina binding site prediction - NOTE: must be one of (`diffdock`, `fabind`, `dynamicbind`, `neuralplexer`, `rfaa`, `p2rank`)
3+
dataset: astex_diverse # the dataset to use - NOTE: must be one of (`posebusters_benchmark`, `astex_diverse`, `dockgen`, `casp15`)
4+
repeat_index: 1 # the repeat index which was used for inference
5+
num_repeats: 3 # the number of repeats to be used when building all combinations of scripts
6+
cuda_device_index: 0 # the CUDA device index to use for inference (for all methods except AutoDock-Vina)
7+
output_script_dir: ${oc.env:PROJECT_ROOT}/scripts/inference # the directory in which to save the output script
8+
export_hpc_headers: false # whether to insert HPC headers into the output script
9+
build_all_scripts: false # whether to build all combinations of scripts

0 commit comments

Comments
 (0)