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

Fix infer with species error

parent 9b27c82b
Branches
Tags
2 merge requests!58Develop,!56Resolve "Detect error in inferMetadata for tracking"
Pipeline #8885 passed with stages
in 10 minutes and 15 seconds
......@@ -823,7 +823,7 @@ process inferMetadata {
if [ "${speciesForce}" == "" ]
then
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:** 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