Skip to content
Snippets Groups Projects
Commit 1867a815 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Fix fail execution run condition

parent 756ad35e
Branches
Tags
2 merge requests!58Develop,!56Resolve "Detect error in inferMetadata for tracking"
......@@ -1954,7 +1954,7 @@ process failExecutionRun {
when:
upload
fastqCountError_failExecutionRun == 'true' || pipelineError_failExecutionRun == 'true'
fastqCountError == 'true' || pipelineError == 'true'
script:
"""
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment