Skip to content

Commit

Permalink
perf: update to latest datvzrd
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester authored Jul 12, 2024
1 parent 8093cd7 commit 2ae57cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflow/rules/eval.smk
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ rule report_precision_recall:
genome=get_genome_name,
version=get_genome_version,
wrapper:
"v3.13.6/utils/datavzrd"
"v3.13.7/utils/datavzrd"


rule extract_fp_fn:
Expand Down Expand Up @@ -366,4 +366,4 @@ rule report_fp_fn:
labels=lambda w: get_callsets_labels(get_genome_callsets(w.genome)),
version=get_genome_version,
wrapper:
"v3.13.6/utils/datavzrd"
"v3.13.7/utils/datavzrd"

0 comments on commit 2ae57cc

Please sign in to comment.