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
Description: The pipeline currently outputs results in a single format (TSV). To increase flexibility and usability, the pipeline should support additional output formats, such as CSV and JSON. Users should be able to specify the desired output format via a command-line argument or configuration file.
Tasks:
Implement support for CSV and JSON output formats.
Add a command-line argument or config option to specify the desired output format.
Update the documentation to reflect the new output format options.
Ensure that the pipeline output is consistent across all formats.
The text was updated successfully, but these errors were encountered:
Actually, the current summarized output is only an html file as a summary_report.
The intermediate steps generate different file formats.
We could introduce a function that generates summary outputs in different tabular or machine-readable file formats along the HTML output.
The text was updated successfully, but these errors were encountered: