Skip to content

Commit

Permalink
Remove unused code.
Browse files Browse the repository at this point in the history
  • Loading branch information
everaldorodrigo committed Oct 25, 2024
1 parent c269c5d commit cfb8d00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hub/dataload/sources/civic/civic_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ def load_data(data_folder):
if "myVariantInfo" in new_doc["civic"]:
new_doc["civic"].pop("myVariantInfo")
new_doc = remove_nodes_and_edges(new_doc)
# new_doc["civic"]["molecularProfiles"] = new_doc["civic"]["molecularProfiles"]["nodes"]
yield dict_sweep(unlist(new_doc), ['', 'null', 'N/A', None, [], {}])

logging.info("number of civic ids from MyVariantInfo: {}".format(civic_no_case1))
Expand Down

0 comments on commit cfb8d00

Please sign in to comment.