Skip to content

Commit

Permalink
Update reactome_mysql_to_kg_jsonl.py
Browse files Browse the repository at this point in the history
  • Loading branch information
acevedol committed Apr 13, 2024
1 parent c947c7b commit ba93acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reactome_mysql_to_kg_jsonl.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def get_nodes(connection, nodes_output, test):
ON dbobj.DB_ID=pe_sum.DB_ID \
LEFT JOIN Summation sum_fr_p \
ON pe_sum.summation = sum_fr_p.DB_ID \
LEFT JOIN Regulation_2_summation reg_sum \
LEFT JOIN Event_2_summation reg_sum \
on reg_sum.DB_ID=dbobj.DB_ID \
LEFT JOIN Summation sum_fr_r \
ON sum_fr_r.DB_ID=reg_sum.summation \
Expand Down

0 comments on commit ba93acb

Please sign in to comment.