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

Remove extra quote

parent ecd4e76f
Branches
Tags
2 merge requests!68Develop,!67Resolve "Change Single Read to Single End for submitted endness"
Pipeline #9136 failed with stages
in 4 hours, 5 minutes, and 25 seconds
......@@ -2023,7 +2023,7 @@ process aggrQC {
fi
if [ "${params.spikeForce}" == "" ]
then
input=\$(echo \${input}"${spikeI}\t-\t-\t-\t-"")
input=\$(echo \${input}"${spikeI}\t-\t-\t-\t-")
else
input=\$(echo \${input}"${spikeI} (FORCED)\t-\t-\t-\t-" >> metadata.tsv
fi
......
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