@@ -130,6 +130,8 @@ rule polymorphic_sites_over_time_plot:
130130 conda : "../envs/renv.yaml"
131131 params :
132132 design = config ["PLOTS" ],
133+ plot_width_mm = 159.2 ,
134+ plot_height_mm = 119.4 ,
133135 input :
134136 table = REPORT_DIR_PLOTS / "polymorphic_sites_over_time.csv" ,
135137 output :
@@ -183,8 +185,8 @@ rule nv_panel_plot:
183185 params :
184186 design = config ["PLOTS" ],
185187 window_step = config ["WINDOW" ]["STEP" ],
186- plot_height_mm = 250 ,
187- plot_width_mm = 240 ,
188+ plot_height_mm = 250.0 ,
189+ plot_width_mm = 240.0 ,
188190 input :
189191 panel = REPORT_DIR_TABLES / "nv_panel.csv" ,
190192 window = REPORT_DIR_TABLES / "window.csv" ,
@@ -336,7 +338,9 @@ rule time_signal_plot:
336338rule dnds_plots :
337339 conda : "../envs/renv.yaml"
338340 params :
339- design = config ["PLOTS" ]
341+ design = config ["PLOTS" ],
342+ plot_height_mm = 119.4 ,
343+ plot_width_mm = 159.2 ,
340344 input :
341345 table = REPORT_DIR_TABLES / "dnds.csv" ,
342346 output :
@@ -370,6 +374,8 @@ rule af_time_correlation_plot:
370374 conda : "../envs/renv.yaml"
371375 params :
372376 design = config ["PLOTS" ],
377+ plot_height_mm = 119.4 ,
378+ plot_width_mm = 159.2 ,
373379 input :
374380 correlations = REPORT_DIR_TABLES / "af_time_correlation.csv" ,
375381 output :
0 commit comments