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

Add quotes around find predicate

parent bdbe616f
Branches
Tags
2 merge requests!76Develop,!70Dnanexus
Pipeline #9237 failed with stages
in 2 minutes and 9 seconds
......@@ -275,7 +275,7 @@ process getData {
sh ${script_bdbagFetch} \${replicate::-13} ${repRID}
echo -e "LOG: fetched" >> ${repRID}.getData.log
fastqCount=\$(find . -name *.fastq.gz | wc -l)
fastqCount=\$(find . -name '*.fastq.gz' | wc -l)
if [ "\${fastqCount}" == "0" ]
then
touch dummy.R1.fastq.gz
......
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