Skip to content

Commit

Permalink
remove invalid saved search consequences
Browse files Browse the repository at this point in the history
  • Loading branch information
hanars committed Oct 30, 2024
1 parent 0d3f34d commit 8569c82
Showing 1 changed file with 13 additions and 19 deletions.
32 changes: 13 additions & 19 deletions seqr/fixtures/variant_searches.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
],
"missense": [
"stop_lost",
"initiator_codon_variant",
"start_lost",
"protein_altering_variant",
"missense_variant"
Expand Down Expand Up @@ -143,7 +142,6 @@
],
"missense": [
"stop_lost",
"initiator_codon_variant",
"start_lost",
"protein_altering_variant",
"missense_variant"
Expand Down Expand Up @@ -198,7 +196,6 @@
],
"missense": [
"stop_lost",
"initiator_codon_variant",
"start_lost",
"protein_altering_variant",
"missense_variant"
Expand Down Expand Up @@ -263,13 +260,15 @@
"annotations": {
"other": [
"transcript_ablation",
"transcript_amplification",
"5_prime_UTR_variant",
"3_prime_UTR_variant",
"non_coding_exon_variant",
],
"motif_feature": [
"TFBS_ablation",
"TFBS_amplification",
"TF_binding_site_variant",
"TF_binding_site_variant"
],
"regulatory_feature": [
"regulatory_region_variant",
"regulatory_region_ablation",
"regulatory_region_amplification"
Expand All @@ -280,7 +279,6 @@
],
"missense": [
"stop_lost",
"initiator_codon_variant",
"start_lost",
"protein_altering_variant",
"missense_variant"
Expand Down Expand Up @@ -311,11 +309,9 @@
"LOF",
"COPY_GAIN",
"DUP_PARTIAL",
"MSV_EXON_OVR",
"INTRONIC",
"INV_SPAN",
"UTR",
"INTERGENIC",
"INTRAGENIC_EXON_DUP",
"PARTIAL_EXON_DUP",
"BREAKEND_EXONIC",
Expand Down Expand Up @@ -388,16 +384,13 @@
}
},
"annotations": {
"other": [
"non_coding_exon_variant"
],
"other": [],
"in_frame": [
"inframe_insertion",
"inframe_deletion"
],
"missense": [
"stop_lost",
"initiator_codon_variant",
"start_lost",
"protein_altering_variant",
"missense_variant"
Expand All @@ -421,7 +414,6 @@
],
"structural_consequence": [
"LOF",
"MSV_EXON_OVR",
"INTRAGENIC_EXON_DUP",
"INV_SPAN",
"BREAKEND_EXONIC",
Expand Down Expand Up @@ -454,24 +446,26 @@
"annotations_secondary": {
"other": [
"transcript_ablation",
"transcript_amplification",
"5_prime_UTR_variant",
"3_prime_UTR_variant",
"non_coding_transcript_exon_variant__canonical"
],
"motif_feature": [
"TFBS_ablation",
"TFBS_amplification",
"TF_binding_site_variant",
"TF_binding_site_variant"
],
"regulatory_feature": [
"regulatory_region_variant",
"regulatory_region_ablation",
"regulatory_region_amplification",
"non_coding_transcript_exon_variant__canonical"
"regulatory_region_amplification"
],
"in_frame": [
"inframe_insertion",
"inframe_deletion"
],
"missense": [
"stop_lost",
"initiator_codon_variant",
"start_lost",
"protein_altering_variant",
"missense_variant"
Expand Down

0 comments on commit 8569c82

Please sign in to comment.