Due to the changes in the .yml list generated with the interactive QC report in #3253, the .yml list now includes full path of the files intstead of only the filenames (see issue in spine-generic).
The YAML file used in uk_manual_correction only includes the filename. The script manual_correction.py needs to be compatible with the new YAML format.
For the qc_artefact.yml list generated with the new interactive QC report, I can not directly intergrate it in exclude.yml. Maybe we can curate the list to remove the full path and keep the filename only automatically.
Due to the changes in the .yml list generated with the interactive QC report in #3253, the .yml list now includes full path of the files intstead of only the filenames (see issue in spine-generic).
The YAML file used in
uk_manual_correction
only includes the filename. The scriptmanual_correction.py
needs to be compatible with the new YAML format.For the qc_artefact.yml list generated with the new interactive QC report, I can not directly intergrate it in exclude.yml. Maybe we can curate the list to remove the full path and keep the filename only automatically.