Skip to content

Commit

Permalink
Exchange of the canonical function, heatmap to boolean spell
Browse files Browse the repository at this point in the history
  • Loading branch information
BenOrl committed Nov 7, 2024
1 parent 0d8dba7 commit c5d97a9
Showing 1 changed file with 12 additions and 16 deletions.
28 changes: 12 additions & 16 deletions workflow/resources/datavzrd/variant-calls-template.datavzrd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -304,14 +304,12 @@ views:
canonical:
optional: true
display-mode: detail
plot:
heatmap:
scale: "ordinal"
domain: ["", "True"]
range:
- white
- black
custom-content: ?empty_content
spell:
url: v1.1.3/logic/boolean
with:
true_value: "true"
false_value: "false"
custom-content: ?empty_content
mane_plus_clinical:
optional: true
display-mode: detail
Expand Down Expand Up @@ -481,14 +479,12 @@ views:
canonical:
optional: true
display-mode: detail
plot:
heatmap:
scale: "ordinal"
domain: ["", "True"]
range:
- white
- black
custom-content: ?empty_content
spell:
url: v1.1.3/logic/boolean
with:
true_values: "true"
false_values: "false"
custom-content: ?empty_content
mane_plus_clinical:
optional: true
display-mode: detail
Expand Down

0 comments on commit c5d97a9

Please sign in to comment.