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

Fix infer with species error

parent bb1d67d1
2 merge requests!58Develop,!56Resolve "Detect error in inferMetadata for tracking"
Pipeline #8888 passed with stages
in 9 minutes and 33 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} and 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