Skip to content

Commit 74f40e3

Browse files
committed
edit example run script with data yamls (so it runs)
1 parent 686adf9 commit 74f40e3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scripts/proto_nd_scripts/run_proto_nd_flow_example.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ H5FLOW_CMD='h5flow'
2020
#H5FLOW_CMD='srun -n32 h5flow'
2121

2222
# run all stages
23-
WORKFLOW1='yamls/proto_nd_flow/workflows/charge/charge_event_building.yaml'
24-
WORKFLOW2='yamls/proto_nd_flow/workflows/charge/charge_event_reconstruction.yaml'
25-
WORKFLOW3='yamls/proto_nd_flow/workflows/combined/combined_reconstruction.yaml'
26-
WORKFLOW4='yamls/proto_nd_flow/workflows/charge/prompt_calibration.yaml'
27-
WORKFLOW5='yamls/proto_nd_flow/workflows/charge/final_calibration.yaml'
23+
WORKFLOW1='yamls/proto_nd_flow/workflows/charge/charge_event_building_data.yaml'
24+
WORKFLOW2='yamls/proto_nd_flow/workflows/charge/charge_event_reconstruction_data.yaml'
25+
WORKFLOW3='yamls/proto_nd_flow/workflows/combined/combined_reconstruction_data.yaml'
26+
WORKFLOW4='yamls/proto_nd_flow/workflows/charge/prompt_calibration_data.yaml'
27+
WORKFLOW5='yamls/proto_nd_flow/workflows/charge/final_calibration_data.yaml'
2828

2929
HERE=`pwd`
3030
#cd ndlar_flow

0 commit comments

Comments
 (0)