Skip to content

Commit

Permalink
Fix prefixes for FASTQC
Browse files Browse the repository at this point in the history
  • Loading branch information
pinin4fjords committed Jul 11, 2024
1 parent d2d21cf commit 1c75669
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.

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_fastqc.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:
- "*_trimmed_fastqc.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 1c75669

Please sign in to comment.