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

Fix fail on ambiguous species

parent 9b1dd698
2 merge requests!58Develop,!56Resolve "Detect error in inferMetadata for tracking"
Pipeline #8861 canceled with stages
in 15 minutes and 35 seconds
......@@ -840,7 +840,7 @@ process inferMetadata {
fi
fi
if !\${speciesError} && [ "${speciesForce}" = "" ]
if [ "\${speciesError" == false } && [ "${speciesForce}" = "" ]
then
# infer experimental setting from dedup bam
echo -e "LOG: infer experimental setting from dedup bam" >> ${repRID}.inferMetadata.log
......@@ -877,6 +877,9 @@ process inferMetadata {
stranded=""
spike=""
species=""
percentF=""
percentR=""
fail=""
fi
# write inferred metadata to file
......
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