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

Upgrade scRNA-seq workflows from 0.4 to 0.5 #536

Merged
merged 4 commits into from
Sep 25, 2024

Conversation

lldelisle
Copy link
Contributor

I did it manually because the CI autoupdate was not able to autoupdate them.
I also incorporated the changes in test syntax identified in #530

@lldelisle
Copy link
Contributor Author

Ready for review.

@lldelisle lldelisle merged commit c321a0b into galaxyproject:main Sep 25, 2024
6 checks passed
@lldelisle lldelisle deleted the upgrade_scRNAseq branch September 25, 2024 10:27
@mvdbeek
Copy link
Member

mvdbeek commented Sep 25, 2024

I did it manually because the CI autoupdate was not able to autoupdate them.

What was the error there ?

@lldelisle
Copy link
Contributor Author

Traceback (most recent call last):
  File "/home/ldelisle/planemo/bin/planemo", line 8, in <module>
    sys.exit(planemo())
             ^^^^^^^^^
  File "/home/ldelisle/planemo/lib/python3.11/site-packages/click/core.py", line 1157, in __call__
    return self.main(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ldelisle/planemo/lib/python3.11/site-packages/click/core.py", line 1078, in main
    rv = self.invoke(ctx)
         ^^^^^^^^^^^^^^^^
  File "/home/ldelisle/planemo/lib/python3.11/site-packages/click/core.py", line 1688, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ldelisle/planemo/lib/python3.11/site-packages/click/core.py", line 1434, in invoke
    return ctx.invoke(self.callback, **ctx.params)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ldelisle/planemo/lib/python3.11/site-packages/click/core.py", line 783, in invoke
    return __callback(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ldelisle/planemo/lib/python3.11/site-packages/click/decorators.py", line 92, in new_func
    return ctx.invoke(f, obj, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ldelisle/planemo/lib/python3.11/site-packages/click/core.py", line 783, in invoke
    return __callback(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ldelisle/planemo/lib/python3.11/site-packages/planemo/cli.py", line 103, in handle_blended_options
    return f(*args, **kwds)
           ^^^^^^^^^^^^^^^^
  File "/home/ldelisle/planemo/lib/python3.11/site-packages/planemo/commands/cmd_autoupdate.py", line 142, in cli
    updated_workflow = autoupdate.autoupdate_wf(ctx, config, workflow)
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ldelisle/planemo/lib/python3.11/site-packages/planemo/autoupdate.py", line 364, in autoupdate_wf
    _update_wf(config, workflow_id)
  File "/home/ldelisle/planemo/lib/python3.11/site-packages/planemo/autoupdate.py", line 287, in _update_wf
    config.user_gi.workflows.refactor_workflow(wf["id"], actions=[{"action_type": "upgrade_all_steps"}])
  File "/home/ldelisle/planemo/lib/python3.11/site-packages/bioblend/galaxy/workflows/__init__.py", line 701, in refactor_workflow
    return self._put(payload=payload, url=url)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ldelisle/planemo/lib/python3.11/site-packages/bioblend/galaxy/client.py", line 190, in _put
    return self.gi.make_put_request(url, payload=payload, params=params)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ldelisle/planemo/lib/python3.11/site-packages/bioblend/galaxyclient.py", line 260, in make_put_request
    raise ConnectionError(
bioblend.ConnectionError: Unexpected HTTP status code: 400: {"err_msg":"Workflow step has upgrade messages","err_code":0,"err_data":{"5":{"solo|wasp_conditional|waspOutputMode":"No value found for 'Actiavte WASP filtering'. Using default: ''."}}}

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

Successfully merging this pull request may close these issues.

3 participants