Skip to content

Commit

Permalink
Merge pull request #1393 from hexylena/hexylena-patch-1
Browse files Browse the repository at this point in the history
Remove API key requirement from training_init
  • Loading branch information
mvdbeek authored Oct 9, 2023
2 parents 9daa9ba + 5aa5e95 commit b7c79c5
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 b7c79c5

Please sign in to comment.