Skip to content

Commit

Permalink
Mark FASTQC outputs with suffixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pinin4fjords authored and MatthiasZepper committed Jul 2, 2024
1 parent 92a0a45 commit ffbc410
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions workflows/rnaseq/assets/multiqc/multiqc_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ module_order:
anchor: "fastqc_raw"
info: "This section of the report shows FastQC results before adapter trimming."
path_filters:
- "**/raw/*.zip"
- "*_raw_fastqc.zip"
- cutadapt
- fastp
- fastqc:
name: "FastQC (trimmed)"
anchor: "fastqc_trimmed"
info: "This section of the report shows FastQC results after adapter trimming."
path_filters:
- "**/trim/*.zip"
- "*_trimmed_fastqc.zip"

# Don't show % Dups in the General Stats table (we have this from Picard)
table_columns_visible:
Expand Down

0 comments on commit ffbc410

Please sign in to comment.