concatenate (corresponding) data sets in collections

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?

Cheers,
Matthias

1 Like

Feedback from @jmchilton

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.

At https://usegalaxy.org the tool is found here:

  • Text Manipulation > Concatenate datasets tail-to-head (cat)