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

Fix extra quote in getData

parent edc05a65
Branches
Tags
2 merge requests!58Develop,!56Resolve "Detect error in inferMetadata for tracking"
Pipeline #8875 passed with stages
in 7 minutes and 5 seconds
......@@ -253,7 +253,7 @@ process getData {
echo -e "LOG: fetched" >> ${repRID}.getData.log
fastqCount=\$(ls *.fastq.gz | wc -l)
echo "\${fastqCount}"" > fastqCount.csv
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