Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Purging history / deleting outputs could fail workflow scheduling more gracefully #19616

Open
galaxyproject-sentryintegration bot opened this issue Feb 14, 2025 · 0 comments

Comments

@galaxyproject-sentryintegration

Not a big deal considering the outputs had been deleted

Sentry Issue: GALAXY-MAIN-118N

FileNotFoundError: [Errno 2] No such file or directory: ''
(1 additional frame(s) were not displayed)
...
  File "galaxy/workflow/run.py", line 255, in invoke
    incomplete_or_none = self._invoke_step(workflow_invocation_step)
  File "galaxy/workflow/run.py", line 344, in _invoke_step
    incomplete_or_none = invocation_step.workflow_step.module.execute(
  File "galaxy/workflow/modules.py", line 2384, in execute
    when_value = evaluate_value_from_expressions(
  File "galaxy/workflow/modules.py", line 226, in evaluate_value_from_expressions
    step_state[key] = to_cwl(value, hda_references=hda_references, step=step)
  File "galaxy/workflow/modules.py", line 158, in to_cwl
    with open(value.get_file_name()) as f:

Failed to execute scheduled workflow.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants