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

Fix infer with species error

parent 135b3e66
Branches
Tags
2 merge requests!58Develop,!56Resolve "Detect error in inferMetadata for tracking"
Pipeline #8887 passed with stages
in 9 minutes and 23 seconds
......@@ -823,7 +823,7 @@ process inferMetadata {
if [ "${speciesForce}" == "" ]
then
speciesError=true
speciesError_details="**Inference of species returns an ambiguous result:**\\nPercent aligned to human = \${align_hu}\\npercent aligned to mouse = \${align_mo}"
speciesError_details="**Inference of species returns an ambiguous result:** Percent aligned to human = \${align_hu}; percent aligned to mouse = \${align_mo}"
fi
fi
if [ "${speciesForce}" != "" ]
......
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