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

Fix fail pre execution run

parent 52b950a6
Branches
Tags
2 merge requests!58Develop,!56Resolve "Detect error in inferMetadata for tracking"
Pipeline #8834 passed with stages
in 2 minutes and 40 seconds
......@@ -2088,7 +2088,7 @@ process failPreExecutionRun {
errorDetails=\$(echo ${fastqCountError_details}"\\n")
elif [ ${fastqReadError} == true ]
then
errorDetails=\$(echo \$(errorDetails)${pipelineError}"\\n")
errorDetails=\$(echo \$(errorDetails)${fastqReadError_details}"\\n")
fi
echo LOG: searching for workflow RID - BICF mRNA ${workflow.manifest.version} >> ${repRID}.failPreExecutionRun.log
......
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