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

Fix variable name in fail

parent a922ac5f
Branches
Tags
2 merge requests!58Develop,!56Resolve "Detect error in inferMetadata for tracking"
Pipeline #8799 passed with stages
in 3 minutes and 27 seconds
......@@ -2002,7 +2002,7 @@ process failExecutionRun {
else
endInfer="unknown"
fi
pipelineError_details=\$(echo \${pipelineError_details}"Paired_End: submitted value = \\""\${endMeta}"\\" while inferred value = \\""\${endsInfer}"\\". ")
pipelineError_details=\$(echo \${pipelineError_details}"Paired_End: submitted value = \\""\${endMeta}"\\" while inferred value = \\""\${endInfer}"\\". ")
#pipelineError_details=\$(echo \${pipelineError_details}"|*Paired_End*|"\${endMeta}"|"\${endsInfer}"|\\n ")
fi
if ${pipelineError_stranded}
......
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