Skip to content

Commit

Permalink
update multiqc config files to arrange preprocessing sections
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-VM committed Sep 13, 2024
1 parent 488b5ab commit b308a95
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
21 changes: 21 additions & 0 deletions assets/multiqc_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@ report_comment: >
This report has been generated by the <a href="https://github.com/nf-core/bacass/tree/dev" target="_blank">nf-core/bacass</a>
analysis pipeline. For information about how to interpret these results, please see the
<a href="https://nf-co.re/bacass/dev/docs/output" target="_blank">documentation</a>.
max_table_rows: 10000

module_order:
- fastqc:
name: "PREPROCESS: FastQC (raw reads)"
info: "This section of the report shows FastQC results for the raw reads before adapter trimming."
path_filters:
- "./fastqc/*.zip"
- fastqc:
name: "PREPROCESS: FastQC (trimmed reads)"
info: "This section of the report shows FastQC results for the processed and trimmed reads."
path_filters:
- "./fastqc_trim/*.zip"
- fastp:
name: "PREPROCESS: fastp (adapter trimming)"
info: "This section of the report shows fastp results for reads after adapter and quality trimming."
path_filters:
- "./fastp/*.json"

report_section_order:
"nf-core-bacass-methods-description":
order: -1000
Expand Down
5 changes: 5 additions & 0 deletions assets/multiqc_config_hybrid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ module_order:
info: "This section of the report shows FastQC results for the raw reads before adapter trimming."
path_filters:
- "./fastqc/*.zip"
- fastqc:
name: "PREPROCESS: FastQC (trimmed reads)"
info: "This section of the report shows FastQC results for the processed and trimmed reads."
path_filters:
- "./fastqc_trim/*.zip"
- fastp:
name: "PREPROCESS: fastp (adapter trimming)"
info: "This section of the report shows fastp results for reads after adapter and quality trimming."
Expand Down
5 changes: 5 additions & 0 deletions assets/multiqc_config_short.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ module_order:
info: "This section of the report shows FastQC results for the raw reads before adapter trimming."
path_filters:
- "./fastqc/*.zip"
- fastqc:
name: "PREPROCESS: FastQC (trimmed reads)"
info: "This section of the report shows FastQC results for the processed and trimmed reads."
path_filters:
- "./fastqc_trim/*.zip"
- fastp:
name: "PREPROCESS: fastp (adapter trimming)"
info: "This section of the report shows fastp results for reads after adapter and quality trimming."
Expand Down

0 comments on commit b308a95

Please sign in to comment.