Skip to content

Commit

Permalink
Removing duplicated lines added by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieulemieux committed Nov 16, 2023
1 parent c09d708 commit 0f0f1cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions graphkb/genes.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,8 +446,6 @@ def get_gene_information(
gene_flags["tumourSuppressor"] = convert_to_rid_set(get_oncokb_tumour_supressors(graphkb_conn))
logger.info("fetching cancer_gene list")
gene_flags["cancer_gene"] = convert_to_rid_set(get_cancer_genes(graphkb_conn))
logger.info("fetching cancer_gene list")
gene_flags["cancer_gene"] = convert_to_rid_set(get_cancer_genes(graphkb_conn))

logger.info("fetching therapeutic associated genes lists")
gene_flags["therapeuticAssociated"] = convert_to_rid_set(
Expand Down

0 comments on commit 0f0f1cd

Please sign in to comment.