Skip to content

Commit

Permalink
Merge branch 'development' into no_upload_master
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansg44 committed Jun 27, 2024
2 parents ae7e35b + e471d5c commit de6b42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def parse_gvf_sample_variants(path):

fn_dict = mutation_dict["functions"]
fn_category = attrs["function_category"].strip('"')
if not fn_category:
if not fn_category or fn_category == "n/a":
continue
if fn_category not in fn_dict:
fn_dict[fn_category] = {}
Expand Down

0 comments on commit de6b42a

Please sign in to comment.