Skip to content
Snippets Groups Projects
Commit 4bd35060 authored by Tobias Marschall's avatar Tobias Marschall
Browse files

Sort summary stats table

parent 268d8d55
No related branches found
No related tags found
No related merge requests found
......@@ -999,5 +999,5 @@ rule aggregate_summary_statistics:
output:
tsv="stats-merged/{sample}/stats.tsv"
shell:
"(head -n1 {input.tsv[0]} && tail -n1 -q {input.tsv}) > {output}"
"(head -n1 {input.tsv[0]} && (tail -n1 -q {input.tsv} | sort -k1) ) > {output}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment