Skip to content

Commit

Permalink
Add GENIE file view
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasyu888 committed Sep 25, 2023
1 parent 88773ca commit c01669b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion elt/portal_elt.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
portals = {
"AD": "syn11346063",
"PSYCHENCODE": "syn20821313.16",
"NF": "syn16858331"
"NF": "syn16858331",
"GENIE": "syn23625806"
}
for portal_name, synapse_id in portals.items():
portal = syn.tableQuery(f"select * from {synapse_id}")
Expand Down

0 comments on commit c01669b

Please sign in to comment.