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 ad1dd94 commit ac9c8c0
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 @@ -76,7 +76,7 @@
# and this is not handled yet properly.
# "compound_protein_go_term": [
# """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
# """The {node1_type#} {SMILES__description} {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": [
"""The {node1_type#} {SMILES#} {rel1_type#} the {node2_type#} {node2_protein_names#} and {rel2_type#} {node3_name#}.""", # noqa E501
Expand Down

0 comments on commit ac9c8c0

Please sign in to comment.