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

Fix infer with species error

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