diff --git a/modules/xengsort/xengsort_classify.nf b/modules/xengsort/xengsort_classify.nf index 99eaa51..1c88f63 100644 --- a/modules/xengsort/xengsort_classify.nf +++ b/modules/xengsort/xengsort_classify.nf @@ -42,8 +42,8 @@ process XENGSORT_CLASSIFY { --chunksize 32.0 \ --compression none &> ${sampleID}_xengsort_log.txt - cat fastq-host.1.fq | paste - - - - | sort -k1,1 -t " " | tr "\t" "\n" > ${sampleID}_fastq-host_sorted.1.fq - cat fastq-graft.1.fq | paste - - - - | sort -k1,1 -t " " | tr "\t" "\n" > ${sampleID}_fastq-graft_sorted.1.fq + cat fastq-host.1.fq | paste - - - - | sort -k1,1 -t " " | tr "\\t" "\\n" > ${sampleID}_fastq-host_sorted.1.fq + cat fastq-graft.1.fq | paste - - - - | sort -k1,1 -t " " | tr "\\t" "\\n" > ${sampleID}_fastq-graft_sorted.1.fq """