Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Causey-Freeman committed Aug 17, 2022
1 parent 9b107d4 commit a2599f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion VariantFormatter/variantformatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit a2599f5

Please sign in to comment.