Skip to content

Commit

Permalink
Update data/text_sampling/preprocess_kg.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MicPie committed Feb 6, 2024
1 parent 6054934 commit ad1dd94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/text_sampling/preprocess_kg.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
# todo: There are some entries that have the EC number under node3_name and node3_id
# and this is not handled yet properly.
# "compound_protein_go_term": [
# """The {node1_type#} {SMILES#} {rel1_type#} the {node2_type#} {node2_protein_names#} which {rel2_type#} the {node3_name#}.""", # noqa E501
# """The {node1_type#} {SMILES__description} {SMILES#} {rel1_type#} the {node2_type#} {node2_protein_names#} which {rel2_type#} the {node3_name#}.""", # noqa E501
# """The {node1_type#} {SMILES#} {rel1_type#} the {node2_type#} {node2_protein_names#}. The {node2_type#} {node2_protein_names#} {rel2_type#} the {node3_name#}.""", # noqa E501
# ],
"compound_protein_hpo": [
Expand Down

0 comments on commit ad1dd94

Please sign in to comment.