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

Fix aggrQC if brackets

parent 502328a7
Branches
Tags
2 merge requests!68Develop,!67Resolve "Change Single Read to Single End for submitted endness"
Pipeline #9154 failed with stages
in 2 hours, 24 minutes, and 16 seconds
......@@ -1976,7 +1976,7 @@ process aggrQC {
ulimit -a >> ${repRID}.aggrQC.log
# make run table
if [ "${params.inputBagForce}" == "" ] && [ "${params.fastqsForce}" == "" ] && [ "${params.speciesForce}" == "" && [ "${params.strandedForce}" == "" && [ "${params.spikeForce}" == "" ]
if [ "${params.inputBagForce}" == "" ] && [ "${params.fastqsForce}" == "" ] && [ "${params.speciesForce}" == "" ] && [ "${params.strandedForce}" == "" ] && [ "${params.spikeForce}" == "" ]
then
input="default"
else
......
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