142 convert faqcs output pdf into interactive html#144
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR implements generation of a new interactive QC_final_report.html and integrates QA stats into the existing workflow.
- Renames and refines QC stats emissions to separate text and matrix outputs, and adds a new QA stats emit.
- Introduces QC_final_report.html output and updates the
jsonQCstatsprocess to consume both text and QA stats. - Adds a
--debugflag to the QC process for increased verbosity.
Comments suppressed due to low confidence (1)
workflows/Nextflow/modules/runFaQCs/runFaQCs.nf:85
- [nitpick] Including
--debugin the production QC process may generate excessive log output and slow down execution. Consider making this flag configurable or removing it for regular runs.
--debug \
Closed
aw-watson
approved these changes
Jul 17, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request is the implementation to generate QC_final_report.html file.
@yxu-lanl please help with the integration into output page:
The QC_summary_plots.html can be used in the result page.
The QC_final_report.html has more plot which can be a [report] link on the top of the iframe for user want to see more figures.
If the long reads has been used as input, there is NanoPlot-report.html which should be used as [report] link instead.