Skip to content

Commit

Permalink
Remove API key requirement from training_init
Browse files Browse the repository at this point in the history
This seems to thankfully no longer be required which is fantastic for this use case
  • Loading branch information
hexylena authored Oct 9, 2023
1 parent 9daa9ba commit 5aa5e95
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions planemo/training/tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -508,8 +508,6 @@ def create_hands_on_tutorial(self, ctx):
if self.init_wf_id:
if not self.training.galaxy_url:
raise ValueError("No Galaxy URL given")
if not self.training.galaxy_api_key:
raise ValueError("No API key to access the given Galaxy instance")
self.body = get_hands_on_boxes_from_running_galaxy(
self.init_wf_id, self.training.galaxy_url, self.training.galaxy_api_key
)
Expand Down

0 comments on commit 5aa5e95

Please sign in to comment.