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

Fix

parent fca601e4
Branches
Tags
2 merge requests!76Develop,!69Fix
Pipeline #9199 passed with stages
in 2 minutes and 34 seconds
......@@ -2420,10 +2420,10 @@ process failPreExecutionRun {
errorDetails=\$(echo \$(errorDetails)${fastqReadError_details}"\\n")
elif [ ${fastqFileError} == true ]
then
errorDetails=\$(echo \$(errorDetails)${fastqReadError_details}"\\n")
errorDetails=\$(echo \$(errorDetails)${fastqFileError_details}"\\n")
elif [ ${speciesError} == true ]
then
errorDetails=\$(echo \$(errorDetails)${fastqReadError_details}"\\n")
errorDetails=\$(echo \$(errorDetails)${speciesError_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