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

Make dummy R2 fastq if none present

parent d28de7d1
Branches
Tags
2 merge requests!76Develop,!75Env.ci
Pipeline #9593 passed with stages
in 3 minutes and 25 seconds
......@@ -278,6 +278,7 @@ process getData {
if [ "\${fastqCount}" == "0" ]
then
touch dummy.R1.fastq.gz
touch dummy.R2.fastq.gz
fi
echo "\${fastqCount}" > fastqCount.csv
......
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