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
6. Delete the files generated by the workflow during step 2 and run the `O2DPG_pp_minbias_multiple_tf_qc.sh` script again.
70
+
6. Delete the files generated by the workflow during step 2 and run the `O2DPG_pp_minbias.sh` script again.
71
71
Verify that the QC Task succeeds.
72
72
You can run only the parts of the workflow which are required to reach your QC task by adding `-tt <task_name>_finalize` to `o2_dpg_workflow_runner.py`.
73
73
Logs are available under task names in their working directories: tf<n> when processing TFs and QC during finalization.
@@ -90,7 +90,7 @@ Add your QC post-processing workflow there using the `add_QC_postprocessing` fun
90
90
See its in-code documentation for argument explanation and follow the existing examples.
91
91
Please make sure to set the correct `needs`, so the post-processing workflow is executed only when the required QC objects are already in the QCDB.
92
92
93
-
3. Delete the files generated by the workflow during the previous steps and run the `O2DPG_pp_minbias_multiple_tf_qc.sh` script again.
93
+
3. Delete the files generated by the workflow during the previous steps and run the `O2DPG_pp_minbias.sh` script again.
94
94
Verify that the QC post-processing workflow succeeds.
95
95
You can run only the parts of the workflow which are required to reach your QC task by adding `-tt <task_name>_finalize` to `o2_dpg_workflow_runner.py`.
96
96
Relevant logs are available under task names in the `QC` directory.
0 commit comments