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

Set fastq count temporarily to zero if overridden

parent 8f50b748
Branches
Tags
2 merge requests!76Develop,!71Seqwho
Pipeline #9326 failed with stages
in 6 minutes and 21 seconds
......@@ -273,6 +273,7 @@ process getData {
echo -e "LOG: fetched" >> ${repRID}.getData.log
else
echo -e "LOG: fastq override detected, not fetching fastqs" >> ${repRID}.getData.log
fastqCount="0"
fi
if [ "\${fastqCount}" == "0" ]
......
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