SciDAS / nextflow-api

MIT License
31 stars 5 forks source link

Basic query interface for task database #44

Closed bentsherman closed 4 years ago

bentsherman commented 4 years ago

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.

bentsherman commented 4 years ago

Done!