You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a cloudos-cli user, I would like to retrieve for the job list csv output a wide table with the parameter key-value pairs in a wide tabular format, one per different pipeline type
#141
Currently the csv output provides the parameters in a nested format.
Current functionality
It would be very useful to allow the end user to view the parameters in workflow centric derivative csv files.
For example, this is how the output looks like in v2.0.0 from cloudos job list when the csv format is selected
The wide format per pipeline additional outputs would generate 1 csv perf workflow name, and within each the parameter keys would be the header columns of the wide tabular output:
Desired functionality
Separate workflows
One parameters csv per workflow
Benefit
The end user would be able to compare the job parameters with the status and runtime of the jobs
The end user would be able to review all the input files that have been processed, likely validating if all the analyses have been completed for a given amount of input files
The text was updated successfully, but these errors were encountered:
Currently the csv output provides the parameters in a nested format.
Current functionality
It would be very useful to allow the end user to view the parameters in workflow centric derivative csv files.
For example, this is how the output looks like in v2.0.0 from
cloudos job list
when thecsv
format is selectedThe wide format per pipeline additional outputs would generate 1 csv perf workflow name, and within each the parameter keys would be the header columns of the wide tabular output:
Desired functionality
Separate workflows
One parameters csv per workflow
Benefit
The text was updated successfully, but these errors were encountered: