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

Fix echo line

parent 6b085ad6
Branches
Tags
2 merge requests!68Develop,!67Resolve "Change Single Read to Single End for submitted endness"
......@@ -2025,7 +2025,7 @@ process aggrQC {
then
input=\$(echo \${input}"${spikeI}\t-\t-\t-\t-")
else
input=\$(echo \${input}"${spikeI} (FORCED)\t-\t-\t-\t-" >> metadata.tsv
input=\$(echo \${input}"${spikeI} (FORCED)\t-\t-\t-\t-")
fi
echo -e \${input} >> metadata.tsv
echo -e "Measured\t-\t${endsManual}\t-\t-\t'${rawReadsI}'\t'${assignedReadsI}'\t'${readLengthI}'\t'${tinMedI}'" >> metadata.tsv
......
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