Skip to content

Commit

Permalink
Check on a per center basis if the genie genome nexus instance is dow…
Browse files Browse the repository at this point in the history
…n prior to processing (#497)
  • Loading branch information
thomasyu888 authored Dec 22, 2022
1 parent e3f3889 commit 3dcaac1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/input_to_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ def main(

# Start GENIE processing
for process_center in centers:
# Check if the genie genome nexus is up, if not then don't run
# processing
process_functions.checkUrl("http://genie.genomenexus.org/")
input_to_database.center_input_to_database(
syn=syn,
project_id=project_id,
Expand Down

0 comments on commit 3dcaac1

Please sign in to comment.