Skip to content

Commit

Permalink
fix: add tsv instead of csv
Browse files Browse the repository at this point in the history
  • Loading branch information
atrigila committed Dec 10, 2024
1 parent 33943b1 commit 955961a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/pivot/wider/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -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}":
Expand Down

0 comments on commit 955961a

Please sign in to comment.