@@ -282,24 +282,6 @@ rule dnds_plots:
282282 "../scripts/report/dnds_plots.R"
283283
284284
285- rule af_time_correlation_data :
286- conda : "../envs/renv.yaml"
287- params :
288- cor_method = config ["COR" ]["METHOD" ],
289- cor_exact = config ["COR" ]["EXACT" ],
290- input :
291- variants = OUTDIR / f"{ OUTPUT_NAME } .variants.all_sites.tsv" ,
292- metadata = config ["METADATA" ],
293- output :
294- fmt_variants = temp (REPORT_DIR_TABLES / "variants.filled.dated.tsv" ),
295- correlations = report (REPORT_DIR_TABLES / "af_time_correlation.csv" ),
296- subset = REPORT_DIR_TABLES / "af_time_correlation.subset.txt" ,
297- log :
298- LOGDIR / "af_time_correlation_data" / "log.txt"
299- script :
300- "../scripts/report/af_time_correlation_data.R"
301-
302-
303285rule af_time_correlation_plot :
304286 conda : "../envs/renv.yaml"
305287 params :
@@ -335,23 +317,6 @@ rule af_trajectory_panel_plot:
335317 "../scripts/report/af_trajectory_panel_plot.R"
336318
337319
338- rule pairwise_trajectory_correlation_data :
339- conda : "../envs/renv.yaml"
340- params :
341- cor_method = config ["COR" ]["METHOD" ],
342- cor_use = "pairwise.complete.obs" ,
343- input :
344- variants = OUTDIR / f"{ OUTPUT_NAME } .variants.all_sites.tsv" ,
345- metadata = config ["METADATA" ],
346- output :
347- table = REPORT_DIR_TABLES / "pairwise_trajectory_frequency_data.csv" ,
348- matrix = report (REPORT_DIR_TABLES / "pairwise_trajectory_correlation_matrix.csv" ),
349- log :
350- LOGDIR / "pairwise_trajectory_correlation_data" / "log.txt"
351- script :
352- "../scripts/report/pairwise_trajectory_correlation_data.R"
353-
354-
355320rule summary_table :
356321 conda : "../envs/renv.yaml"
357322 input :
0 commit comments