Skip to content

Commit

Permalink
Update ena-submission/src/ena_deposition/config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-parker authored Oct 18, 2024
1 parent 994edb4 commit 35bfc72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ena-submission/src/ena_deposition/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def secure_ena_connection(config: Config):
config.test = True
logging.info("Submitting to ENA dev environment")
config.ena_submission_url = "https://wwwdev.ebi.ac.uk/ena/submit/drop-box/submit"
config.github_url = "https://raw.githubusercontent.com/pathoplexus/ena-submission/loculus_test/test/approved_ena_submission_list.json"
config.github_url = "https://raw.githubusercontent.com/pathoplexus/ena-submission/main/test/approved_ena_submission_list.json"
config.ena_reports_service_url = "https://wwwdev.ebi.ac.uk/ena/submit/report"

if submit_to_ena_prod:
Expand Down

0 comments on commit 35bfc72

Please sign in to comment.