We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45bf038 commit 380db07Copy full SHA for 380db07
1 file changed
DATA/production/qc-workflow.sh
@@ -265,7 +265,7 @@ elif [[ -z ${QC_JSON_FROM_OUTSIDE:-} ]]; then
265
# CTF QC
266
if [[ ! -z "${QC_JSON_CTF_SIZE:-}" ]]; then
267
add_QC_JSON GLO_CTF ${QC_JSON_CTF_SIZE}
268
- add_pipe_separated QC_DETECTOR_CONFIG_OVERRIDE '.qc.tasks.CTFSize.taskParameters.detectors=${WORKFLOW_DETECTORS}'
+ add_pipe_separated QC_DETECTOR_CONFIG_OVERRIDE '.qc.tasks.CTFSize.taskParameters.detectors=\"${WORKFLOW_DETECTORS}\"'
269
fi
270
271
# arbitrary extra QC
0 commit comments