Skip to content

Add workflow for the collection of summary statistics to the pipeline

Matthijs van der Wild requested to merge make_summary into master

This MR adds a workflow to the pipeline that collects summary statistics of a given workflow run. This summary workflow, adapted from LINC, contains and runs all the necessary scripts that collect these statistics if they weren't already collected during the pipeline.

Changes were made to the various sub-workflows so that the following information is now collected:

  • The statistics of flagged data at various points in the pipeline.
  • Proximity of the target source to the A-team sources

Additionally, the summary file contains information present in the H5 solutions file.

Merge request reports