From 955961a1962b3b419fd02cf612bd1234ebee2300 Mon Sep 17 00:00:00 2001 From: atrigila <18577080+atrigila@users.noreply.github.com> Date: Tue, 10 Dec 2024 00:45:14 +0000 Subject: [PATCH] fix: add tsv instead of csv --- modules/local/pivot/wider/main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/local/pivot/wider/main.nf b/modules/local/pivot/wider/main.nf index 3b2a7333..62b0e9e3 100644 --- a/modules/local/pivot/wider/main.nf +++ b/modules/local/pivot/wider/main.nf @@ -20,7 +20,7 @@ process PIVOT_WIDER { --input final_long_results_temp.csv \\ --output ${meta.id}_concatenated_temp.csv - sort -t\$'\t' -k1,1 ${meta.id}_concatenated_temp.csv > joined_samples_mirtop.csv + sort -t\$'\t' -k1,1 ${meta.id}_concatenated_temp.csv > joined_samples_mirtop.tsv cat <<-END_VERSIONS > versions.yml "${task.process}":