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

Fix extra tab in seqwho multiqc tsv

parent aecc04e6
Branches
Tags
2 merge requests!76Develop,!71Seqwho
Pipeline #9338 failed with stages
in 53 minutes and 3 seconds
......@@ -926,7 +926,7 @@ process seqwho {
echo -e "Read 1\t\${seqtypeR1}\t\${speciesR1}\t\${seqtypeConfidenceR1}\t\${consensus}\t\${speciesConfidenceR1}" >> seqwhoInfer.tsv
if [ "${ends}" == "pe" ]
then
echo -e "Read 2\t\${seqtypeR2}\t\${speciesR2}\t\t\${seqtypeConfidenceR2}\t\${consensus}\t\${speciesConfidenceR2}" >> seqwhoInfer.tsv
echo -e "Read 2\t\${seqtypeR2}\t\${speciesR2}\t\${seqtypeConfidenceR2}\t\${consensus}\t\${speciesConfidenceR2}" >> seqwhoInfer.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