From 0bae93557142ef6aaae49174a6f29810fe739e7e Mon Sep 17 00:00:00 2001 From: Andrey Aristov <aaristov@pasteur.fr> Date: Fri, 3 Jun 2022 15:23:59 +0200 Subject: [PATCH] more plots --- Snakefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Snakefile b/Snakefile index ba663d7..e1c005d 100644 --- a/Snakefile +++ b/Snakefile @@ -8,7 +8,9 @@ rule combine_tables: output: table="{folder}/final_table.csv", swarm_plot="{folder}/swarm_plot.png", - prob_plot="{folder}/prob_plot.png" + swarm_plot_int="{folder}/swarm_plot_intensities.png", + prob_plot="{folder}/prob_plot.png", + prob_plot_log="{folder}/prob_plot_log.png" shell: "python merge_tables.py {input.table1} {input.table2} {output.table} {output.swarm_plot} {output.prob_plot} {params.threshold}" -- GitLab