Skip to content

Commit

Permalink
better logs
Browse files Browse the repository at this point in the history
  • Loading branch information
visze committed Mar 30, 2022
1 parent f459f83 commit f949aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/statistic/counts.smk
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ rule statistic_count_stats_merge:
"logs/experiments/{project}/stats/counts/statistic_count_stats_merge.{countType}.log",
shell:
"""
zcat {input} | sort -k1,1 -k3,3 -k2,2 > {output}
zcat {input} | sort -k1,1 -k3,3 -k2,2 > {output} 2> {log}
"""


Expand Down

0 comments on commit f949aa0

Please sign in to comment.