You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hello! This is an automated update of the following workflow: workflows/transcriptomics/rnaseq-pe. I created this PR because I think one or more of the component tools are out of date, i.e. there is a newer version available on the ToolShed.
By comparing with the latest versions available on the ToolShed, it seems the following tools are outdated:
toolshed.g2.bx.psu.edu/repos/lparsons/cutadapt/cutadapt/4.4+galaxy0 should be updated to toolshed.g2.bx.psu.edu/repos/lparsons/cutadapt/cutadapt/4.6+galaxy1
toolshed.g2.bx.psu.edu/repos/iuc/map_param_value/map_param_value/0.1.1 should be updated to toolshed.g2.bx.psu.edu/repos/iuc/map_param_value/map_param_value/0.2.0
The workflow release number has been updated from 0.5 to 0.6.
gxydevbot
changed the title
Updating workflows/transcriptomics/rnaseq-pe from 0.5 to 0.6
Updating workflows/transcriptomics/rnaseq-pe from 0.5 to 0.6
Feb 12, 2024
galaxy.workflow.run ERROR 2024-02-12 05:08:27,012 [pN:main.1,p:5403,tN:WorkflowRequestMonitor.monitor_thread] Failed to schedule Workflow[id=2,name=Re-arrange Stranded RNA-seq coverage], problem occurred on WorkflowStep[index=8,type=tool,label=Relabelled strand 1,uuid=6a3f57c0-f6d6-468f-8ac9-b6882f754eed,id=12].
Traceback (most recent call last):
File "/tmp/tmp5s8uq5dm/galaxy-dev/lib/galaxy/workflow/run.py", line 463, in replacement_for_connection
replacement = step_outputs[output_name]
~~~~~~~~~~~~^^^^^^^^^^^^^
KeyError: 'output'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/tmp5s8uq5dm/galaxy-dev/lib/galaxy/workflow/run.py", line 234, in invoke
incomplete_or_none = self._invoke_step(workflow_invocation_step)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/tmp5s8uq5dm/galaxy-dev/lib/galaxy/workflow/run.py", line 318, in _invoke_step
incomplete_or_none = invocation_step.workflow_step.module.execute(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/tmp5s8uq5dm/galaxy-dev/lib/galaxy/workflow/modules.py", line 2159, in execute
collection_info = self.compute_collection_info(progress, step, all_inputs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/tmp5s8uq5dm/galaxy-dev/lib/galaxy/workflow/modules.py", line 520, in compute_collection_info
collections_to_match = self._find_collections_to_match(progress, step, all_inputs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/tmp5s8uq5dm/galaxy-dev/lib/galaxy/workflow/modules.py", line 540, in _find_collections_to_match
data = progress.replacement_for_input(self.trans, step, input_dict)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/tmp5s8uq5dm/galaxy-dev/lib/galaxy/workflow/run.py", line 438, in replacement_for_input
replacement = self.replacement_for_connection(connection[0], is_data=is_data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/tmp5s8uq5dm/galaxy-dev/lib/galaxy/workflow/run.py", line 465, in replacement_for_connection
raise modules.FailWorkflowEvaluation(
galaxy.workflow.modules.FailWorkflowEvaluation
definitely need to improve the error reporting there. The report says that the expression evaluation failed, but I think an output name change is the real issue.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello! This is an automated update of the following workflow: workflows/transcriptomics/rnaseq-pe. I created this PR because I think one or more of the component tools are out of date, i.e. there is a newer version available on the ToolShed.
By comparing with the latest versions available on the ToolShed, it seems the following tools are outdated:
toolshed.g2.bx.psu.edu/repos/lparsons/cutadapt/cutadapt/4.4+galaxy0
should be updated totoolshed.g2.bx.psu.edu/repos/lparsons/cutadapt/cutadapt/4.6+galaxy1
toolshed.g2.bx.psu.edu/repos/iuc/map_param_value/map_param_value/0.1.1
should be updated totoolshed.g2.bx.psu.edu/repos/iuc/map_param_value/map_param_value/0.2.0
The workflow release number has been updated from 0.5 to 0.6.