From a2599f560169b66087a206f48fcb24afed757e7d Mon Sep 17 00:00:00 2001 From: Peter Causey-Freeman Date: Wed, 17 Aug 2022 12:00:57 +0100 Subject: [PATCH] Fixes for https://github.com/openvar/variantValidator/issues/370 --- VariantFormatter/variantformatter.py | 1 - 1 file changed, 1 deletion(-) diff --git a/VariantFormatter/variantformatter.py b/VariantFormatter/variantformatter.py index d8a3ac6..e3516c8 100644 --- a/VariantFormatter/variantformatter.py +++ b/VariantFormatter/variantformatter.py @@ -511,7 +511,6 @@ def stucture_data(self): bring_order['g_hgvs'] = self.genomic_descriptions.g_hgvs # Is the removed ref version! bring_order['selected_build'] = self.genomic_descriptions.selected_build bring_order['genomic_variant_error'] = self.genomic_descriptions.gen_error - # bring_order['warning_level'] = self.warning_level try: if self.t_and_p_descriptions == {}: bring_order['hgvs_t_and_p'] = {'intergenic': {'primary_assembly_loci': None}}