The user needs to be able to generate CSV files of performance data for visualization and model training. The user should specify the pipeline name and process name (or maybe just pipeline name) and nextflow-api should grab the corresponding task objects, extract the trace from each object, combine the objects into a dataframe, and send the dataframe as a downloadable file. Input features will already have been append to the trace data, and the user can do their own sorting and filtering locally.
The user needs to be able to generate CSV files of performance data for visualization and model training. The user should specify the pipeline name and process name (or maybe just pipeline name) and nextflow-api should grab the corresponding task objects, extract the trace from each object, combine the objects into a dataframe, and send the dataframe as a downloadable file. Input features will already have been append to the trace data, and the user can do their own sorting and filtering locally.