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

Fix newline test

parent ccda1ef6
Branches
Tags
2 merge requests!58Develop,!56Resolve "Detect error in inferMetadata for tracking"
Pipeline #8803 passed with stages
in 3 minutes and 29 seconds
......@@ -2018,7 +2018,7 @@ process failExecutionRun {
if ${pipelineError_species}
then
#pipelineError_details=\$(echo \${pipelineError_details}"Species: submitted value = \\"${speciesMeta}\\" while inferred value = \\"${speciesInfer}\\". ")
pipelineError_details=\$(echo \${pipelineError_details}"|*Species*|${speciesMeta}|"${speciesInfer}|\\n ")
pipelineError_details=\$(echo \${pipelineError_details}"|*Species*|${speciesMeta}|${speciesInfer}|\\n ")
fi
#pipelineError_details=\$(echo "\${pipelineError_details::-1}")
rid=\$(python3 ${script_uploadExecutionRun_failExecutionRun} -r ${repRID} -w \${workflow} -g \${genome} -i ${inputBagRID} -s Error -d "\${pipelineError_details}" -o ${source} -c \${cookie} -u ${executionRunRID})
......
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