Hi,
we have a tool which creates many (>100) output files, and would like to achieve a single history item (or whatever you would call it) from the tool with the list of output files with one download button.
We have managed to configure the tool to create a list (dataset) but in addition we get all the 100 history items, one per output file in addition. See the screenshot.
The relevant lines in the tool are
<collection name="output_MC" type="list" label="Conventional Analysis for MC">
<filter>input == "MC"</filter>
<discover_datasets pattern="(?P<designation>.+)\.root" directory="Histograms/MC/" />
</collection>
How to only get the List called “Conventional Analysis for MC” in the screenshot, and not all the rest of the hist.MC. items in History?
Help much appreciated!
Thanks,
Maiken
