Skip to content

Commit 8397226

Browse files
committed
update: correct output script directory in interaction analysis script configuration
1 parent ab5e852 commit 8397226

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configs/scripts/build_interaction_analysis_script.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
method: diffdock # the method for which to preprocess interactions as H5 files
33
dataset: astex_diverse # the dataset to use - NOTE: must be one of (`astex_diverse`, `casp15`, `dockgen`, `posebusters_benchmark`)
44
repeat_index: 1 # the repeat index to preprocess - NOTE: currently only repeat_index=1 is supported
5-
output_script_dir: ${oc.env:PROJECT_ROOT}/scripts/inference # the directory in which to save the output script
5+
output_script_dir: ${oc.env:PROJECT_ROOT}/scripts/interactions # the directory in which to save the output script
66
# sweep arguments:
77
sweep: true # whether to build all combinations of method-dataset preprocessing scripts
88
methods_to_sweep: [

0 commit comments

Comments
 (0)