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
{{ message }}
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
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.