We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c150735 commit a5851c3Copy full SHA for a5851c3
workflow/rules/report.smk
@@ -28,12 +28,7 @@ rule report_experiment_dashboard:
28
),
29
params:
30
sources=",".join(list(EXPERIMENT_PARTICIPANTS.keys())),
31
- header_text="initializations from "
32
- + config.get("dates").get("start")
33
- + " to "
34
- + config.get("dates").get("end")
35
- + " by "
36
- + config.get("dates").get("frequency"),
+ header_text=make_header_text(),
37
log:
38
OUT_ROOT / "logs/report_experiment_dashboard/{experiment}.log",
39
shell:
0 commit comments