From 87d55b1c974204668aa443420a8c3e68f00ce7aa Mon Sep 17 00:00:00 2001 From: Anushya Muruganujan Date: Sat, 28 Sep 2024 23:49:59 -0700 Subject: [PATCH] For #15 - Fix label --- tools/api_extractor/panther_gene_extractor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/api_extractor/panther_gene_extractor.py b/tools/api_extractor/panther_gene_extractor.py index 6cebecd..507184e 100644 --- a/tools/api_extractor/panther_gene_extractor.py +++ b/tools/api_extractor/panther_gene_extractor.py @@ -224,8 +224,8 @@ def main(): "PANTHER_GO_SLIM_biological_process_list_id", "PANTHER_GO_SLIM_cellular_component_list", "PANTHER_GO_SLIM_cellular_component_list_id", - "PANTHER_GO_SLIM_protein_class_list", - "PANTHER_GO_SLIM_protein_class_list_id", + "PANTHER_protein_class_list", + "PANTHER_protein_class_list_id", "REACTOME_pathway_list", "REACTOME_pathway_list_id", "PANTHER_pathway_list",