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

Fix bad variable in parse

parent 525b8bd9
Branches
Tags
2 merge requests!58Develop,!56Resolve "Detect error in inferMetadata for tracking"
Pipeline #8818 failed with stages
in 17 seconds
......@@ -368,7 +368,7 @@ process parseMetadata {
fi
# save design file
echo -e "\${endsMeta},\${endsRaw},\${endsManual},\${stranded},\${strandedRaw},\${spike},\${species},\${readLength},\${exp},\${study}" > design.csv
echo -e "\${endsMeta},\${endsRaw},\${endsManual},\${stranded},\${spike},\${species},\${readLength},\${exp},\${study}" > design.csv
# save fastq count error file
echo -e "\${fastqCountError},\${fastqCountError_details}" > fastqCountError.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