Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Support Multiple Output Formats (CSV, TSV, JSON) #21

Open
berntpopp opened this issue Nov 17, 2024 · 1 comment
Open
Assignees
Labels
enhancement New feature or request

Comments

@berntpopp
Copy link
Collaborator

  • 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.
@berntpopp berntpopp added the enhancement New feature or request label Nov 17, 2024
@berntpopp berntpopp self-assigned this Nov 17, 2024
@berntpopp
Copy link
Collaborator Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant