Skip to content

Commit 7ed14e7

Browse files
committed
fix dataset pathvar in param
1 parent df8263e commit 7ed14e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workflow/rules/report.smk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ rule report:
313313
min_ivar_freq = config["VC"]["MIN_FREQ"],
314314
ufboot_reps = config["UFBOOT"]["REPS"],
315315
shalrt_reps = config["SHALRT"]["REPS"],
316-
name = "<dataset>",
316+
name = config["OUTPUT_NAME"],
317317
use_bionj = config["USE_BIONJ"],
318318
cor_method = config["COR"]["METHOD"],
319319
output:

0 commit comments

Comments
 (0)