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

Fix infer with species error

parent 7c606bac
Branches
Tags
2 merge requests!58Develop,!56Resolve "Detect error in inferMetadata for tracking"
Pipeline #8878 passed with stages
in 5 minutes and 46 seconds
......@@ -841,7 +841,7 @@ process inferMetadata {
fi
fi
if [ \${speciesError} ] && [ "${speciesForce}" = "" ]
if [ !\${speciesError} ] && [ "${speciesForce}" = "" ]
then
# infer experimental setting from dedup bam
echo -e "LOG: infer experimental setting from dedup bam" >> ${repRID}.inferMetadata.log
......
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