Skip to content

Commit

Permalink
Update datavzrd.smk
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester authored Jun 27, 2024
1 parent a4fd30f commit 8d9773e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions workflow/rules/datavzrd.smk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rule spia_datavzrd:
offer_excel=lookup(within=config, dpath="report/offer_excel", default=False),
pathway_db=config["enrichment"]["spia"]["pathway_database"],
wrapper:
"v3.13.1/utils/datavzrd"
"v3.13.2/utils/datavzrd"


rule diffexp_datavzrd:
Expand Down Expand Up @@ -47,7 +47,7 @@ rule diffexp_datavzrd:
offer_excel=lookup(within=config, dpath="report/offer_excel", default=False),
samples=get_model_samples,
wrapper:
"v3.13.1/utils/datavzrd"
"v3.13.2/utils/datavzrd"


rule go_enrichment_datavzrd:
Expand Down Expand Up @@ -77,4 +77,4 @@ rule go_enrichment_datavzrd:
offer_excel=lookup(within=config, dpath="report/offer_excel", default=False),
samples=get_model_samples,
wrapper:
"v3.13.1/utils/datavzrd"
"v3.13.2/utils/datavzrd"

0 comments on commit 8d9773e

Please sign in to comment.