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

JSON Output #21

Open
oschwengers opened this issue Nov 10, 2021 · 1 comment
Open

JSON Output #21

oschwengers opened this issue Nov 10, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@oschwengers
Copy link

Hi and thanks for this wonderful FastQC alternative!

Would it be possible to export all results in a standardized machine readable JSON file like for example fastp?
That would be awesome.

@guilhermesena1 guilhermesena1 added the enhancement New feature or request label Nov 22, 2021
@guilhermesena1
Copy link
Collaborator

Thank you for the suggestion and apologies for the delayed response! We are working on creating a -J flag that may replace the fastqc_data.txt format as JSON.

While I fully agree that a direct JSON output is desirable, if you immediately need your fastqc_data.txt file as JSON, I can recommend using python or R libraries that can parse fastqc_data.txt as internal objects (e.g. lists in R), then using a second library to output the list in JSON format. For instance, fastqcr reads the fastqc data input and then rjson can be used to save in JSON.

In any case we appreciate the suggestion and will work on implementing this in the future versions!

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

2 participants