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

Fix bracket

parent 37bec34c
Branches
Tags
2 merge requests!68Develop,!67Resolve "Change Single Read to Single End for submitted endness"
Pipeline #9142 failed with stages
in 4 hours, 52 minutes, and 9 seconds
......@@ -2012,7 +2012,7 @@ process aggrQC {
then
input=\$(echo "Inferred\t${speciesI}\t")
else
input=\${echo "Inferred\t${speciesI} (FORCED)\t")
input=\$(echo "Inferred\t${speciesI} (FORCED)\t")
fi
input=\$(echo \${input}"${endsI}\t")
if [ "${params.strandedForce}" == "" ]
......
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