diff --git a/rna-seq.nf b/rna-seq.nf
index 63133f4436431b6a9516222f4c1524dc6fad6a98..d554449bc87216ab6564de26ad20bbb7a2d426a7 100644
--- a/rna-seq.nf
+++ b/rna-seq.nf
@@ -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