Skip to content

Commit

Permalink
fix: fix report labels (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester authored May 13, 2023
1 parent c06c573 commit 76c7fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/diffexp.smk
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ rule ihw_fdr_control:
"results/tables/ihw/{model}.{level}.ihw-results.tsv",
caption="../report/ihw-results.rst",
category="IHW",
labels={"model": "{model}", "level": "{level}-ihw-results"},
labels={"model": "{model}", "level": "{level}", "plot": "ihw-results"},
),
dispersion=report(
"results/plots/ihw/{level}/{model}.{level}.plot-dispersion.pdf",
Expand Down

0 comments on commit 76c7fd9

Please sign in to comment.