Downloading a Result
Use Workflow Runs to go through all of your Runs and open a particular run.
Download
button.

You can scroll through the result content in the OUTPUT tab.
Splitter Nodes Result
In case of using a Splitter node, for each iteration of affected tool single result is generated and is available to be viewed and downloaded.
Aggregating Splitter Outputs
If you don’t want to click on each of the iteration of the Splitter Nodes, you can use therecursively-cat-all
script to aggregate all the results into a single file.
Connecing Splitter Nodes with
recursively-cat-all
folder
input will aggregate all the results into a single file.recursively-cat-all
script will aggregate all the results into a single file by finding all the files in the in
directory and concatenating them into a single file.
