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 authored Feb 6, 2024
1 parent 6718fab commit 6054934
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 @@ -167,7 +167,7 @@
"""The {node1_type#} {SMILES#|node1_name#} {rel1_type#} the {node2_type#} {node2_protein_names#}. This {node2_type#} {rel2_type#} the {node3_name#}.""", # noqa E501
],
"drug_protein_hpo_disease": [
"""The {node1_type#} {SMILES#} {rel1_type#} the {node2_type#} {node2_protein_names#}. The {node2_type#} {node2_protein_names#} {rel2_type#} {node3_name#}. The {node3_name#} {rel3_type#} the {node4_type#} {node4_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#} {node3_name#}. The {node3_name#} {rel3_type#} the {node4_type#} {node4_name#}.""", # noqa E501
],
"drug_protein_pathway": [
"""The {node1_type#} {SMILES#|node1_name#} {rel1_type#} the {node2_type#} {node2_protein_names#} which {rel2_type#} the {node3_name#}.""", # noqa E501
Expand Down

0 comments on commit 6054934

Please sign in to comment.