Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Oct 24, 2024
1 parent db6f14e commit 94bde41
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions backend/seqvars/tests/snapshots/snap_test_factory_defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@
"description": "Chromosome and position",
"label": "chrom/pos",
"name": "__chrom_pos__",
"visible": True,
"visible": False,
"width": 100,
},
{
Expand Down Expand Up @@ -327,7 +327,7 @@
"description": "HGVS description at protein level",
"label": "HGVS(p)",
"name": "payload.variant_annotation.gene.consequences.hgvs_p",
"visible": True,
"visible": False,
"width": 100,
},
{
Expand Down Expand Up @@ -849,7 +849,7 @@
"description": "Chromosome and position",
"label": "chrom/pos",
"name": "__chrom_pos__",
"visible": True,
"visible": False,
"width": 100,
},
{
Expand Down Expand Up @@ -891,7 +891,7 @@
"description": "HGVS description at protein level",
"label": "HGVS(p)",
"name": "payload.variant_annotation.gene.consequences.hgvs_p",
"visible": True,
"visible": False,
"width": 100,
},
{
Expand Down Expand Up @@ -2942,7 +2942,7 @@
"description": "Chromosome and position",
"label": "chrom/pos",
"name": "__chrom_pos__",
"visible": True,
"visible": False,
"width": 100,
},
{
Expand Down Expand Up @@ -2984,7 +2984,7 @@
"description": "HGVS description at protein level",
"label": "HGVS(p)",
"name": "payload.variant_annotation.gene.consequences.hgvs_p",
"visible": True,
"visible": False,
"width": 100,
},
{
Expand Down Expand Up @@ -3506,7 +3506,7 @@
"description": "Chromosome and position",
"label": "chrom/pos",
"name": "__chrom_pos__",
"visible": True,
"visible": False,
"width": 100,
},
{
Expand Down Expand Up @@ -3548,7 +3548,7 @@
"description": "HGVS description at protein level",
"label": "HGVS(p)",
"name": "payload.variant_annotation.gene.consequences.hgvs_p",
"visible": True,
"visible": False,
"width": 100,
},
{
Expand Down Expand Up @@ -5599,7 +5599,7 @@
"description": "Chromosome and position",
"label": "chrom/pos",
"name": "__chrom_pos__",
"visible": True,
"visible": False,
"width": 100,
},
{
Expand Down Expand Up @@ -5641,7 +5641,7 @@
"description": "HGVS description at protein level",
"label": "HGVS(p)",
"name": "payload.variant_annotation.gene.consequences.hgvs_p",
"visible": True,
"visible": False,
"width": 100,
},
{
Expand Down Expand Up @@ -6163,7 +6163,7 @@
"description": "Chromosome and position",
"label": "chrom/pos",
"name": "__chrom_pos__",
"visible": True,
"visible": False,
"width": 100,
},
{
Expand Down Expand Up @@ -6205,7 +6205,7 @@
"description": "HGVS description at protein level",
"label": "HGVS(p)",
"name": "payload.variant_annotation.gene.consequences.hgvs_p",
"visible": True,
"visible": False,
"width": 100,
},
{
Expand Down

0 comments on commit 94bde41

Please sign in to comment.