I have the following task: merge two collections containing items with the same name (from demultiplexing in my case) such that the corresponding data sets are concatenated.
Is there already a tool for this task? Or do I need to create or extend one?
The cat tool that ships with Galaxy should just do this as long as long as the order and count of the elements match. Collections may need to be cleaned first if they aren’t generated in some typical way I suppose.