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
I have a list of paired datasets. I need to run shovill (and some other tools) over that list of datasets. When I run shovill at the top level, it'll produce a collection as an output. Beautiful! However when it's run in a subworkflow, either one that accepts list:paired or paired, it outputs a single dataset (according to the workflow editor.) When this is actually run, it outputs a collection. The workflow editor's got it wrong (afaict)
This becomes a problem because I want to take a list of pair, run shovill over each of those pairs (in a subworkflow that uses a tool that does a 'reduce' step, so it cannot easily be run at the top level), and then merge that output collection with some others. The fact that it's recognised as a 'dataset' of course prevents its use in the merge collections tool.
Galaxy Version and/or server at which you observed the bug
Galaxy Version: 24.1.4.dev0
Browser and Operating System
Linux/chrome
The text was updated successfully, but these errors were encountered:
Describe the bug
I have a list of paired datasets. I need to run shovill (and some other tools) over that list of datasets. When I run shovill at the top level, it'll produce a collection as an output. Beautiful! However when it's run in a subworkflow, either one that accepts
list:paired
orpaired
, it outputs a single dataset (according to the workflow editor.) When this is actually run, it outputs a collection. The workflow editor's got it wrong (afaict)This becomes a problem because I want to take a list of pair, run shovill over each of those pairs (in a subworkflow that uses a tool that does a 'reduce' step, so it cannot easily be run at the top level), and then merge that output collection with some others. The fact that it's recognised as a 'dataset' of course prevents its use in the merge collections tool.
Galaxy Version and/or server at which you observed the bug
Galaxy Version: 24.1.4.dev0
Browser and Operating System
Linux/chrome
The text was updated successfully, but these errors were encountered: