@@ -188,18 +188,19 @@ rule report:
188188 heat_table = report (REPORT_DIR_TABLES / "figure_10.csv" ),
189189 evo = report (REPORT_DIR_PLOTS / "figure_11.png" ),
190190 omega_plot = report (REPORT_DIR_PLOTS / "figure_12.png" ),
191+ freyja_ts = OUTDIR / "demixing" / "freyja_data" / "last_barcode_update.txt" ,
191192 value = OUTDIR / "diversity.json" ,
192193 stats_lm = OUTDIR / "stats.lm.json" ,
193194 table = OUTDIR / "summary_table.csv" ,
194- sum_nv = OUTDIR / "summary_nv.json"
195+ sum_nv = OUTDIR / "summary_nv.json" ,
195196 params :
196197 workflow_version = get_repo_version (BASE_PATH .as_posix (), __version__ ),
197198 min_ivar_freq = config ["VC" ]["IVAR_FREQ" ],
198199 ufboot_reps = config ["UFBOOT_REPS" ],
199200 shalrt_reps = config ["SHALRT_REPS" ],
200201 name = config ["OUTPUT_NAME" ],
201202 use_bionj = config ["USE_BIONJ" ],
202- cor_method = config ["COR" ]["METHOD" ]
203+ cor_method = config ["COR" ]["METHOD" ],
203204 output :
204205 html = report (OUTDIR / f"{ OUTPUT_NAME } .report.html" )
205206 log :
@@ -233,6 +234,7 @@ rule report:
233234 "sum_nv = '{input.sum_nv}', "
234235 "heat_tab = '{input.heat_table}', "
235236 "omega_plot = '{input.omega_plot}', "
237+ "freyja_ts = '{input.freyja_ts}', "
236238 "name = '{params.name}'))\" "
237- ">{log} 2>&1 && "
239+ ">{log:q } 2>&1 && "
238240 'mv "$(dirname {input.qmd:q})/report.html" {output.html:q}'
0 commit comments