Skip to content

Commit

Permalink
fix: update to latest datavzrd
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Jul 18, 2024
1 parent 76dbeb5 commit b8bd1fc
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 @@ -104,7 +104,7 @@ rule datavzrd_variants_calls:
dpath="calling/fdr-control/events/{event}/desc", within=config
),
wrapper:
"v3.10.1/utils/datavzrd"
"v3.13.8/utils/datavzrd"


rule datavzrd_fusion_calls:
Expand Down Expand Up @@ -142,7 +142,7 @@ rule datavzrd_fusion_calls:
groups=get_report_batch("fusions"),
samples=samples,
wrapper:
"v3.10.1/utils/datavzrd"
"v3.13.8/utils/datavzrd"


rule bedtools_merge:
Expand Down Expand Up @@ -196,4 +196,4 @@ rule datavzrd_coverage:
params:
samples=lambda wc: get_group_samples(wc.group),
wrapper:
"v3.10.1/utils/datavzrd"
"v3.13.8/utils/datavzrd"

0 comments on commit b8bd1fc

Please sign in to comment.