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

Fix elif then in fail

parent 8498982f
Branches
Tags
2 merge requests!58Develop,!56Resolve "Detect error in inferMetadata for tracking"
Pipeline #8797 passed with stages
in 3 minutes and 10 seconds
......@@ -1997,6 +1997,7 @@ process failExecutionRun {
then
endInfer="Single End"
elif [ "${endsInfer}" == "pe" ]
then
endInfer="Paired End"
else
endInfer="unknown"
......
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