Skip to content

Commit

Permalink
MultiQC config updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasZepper committed Jun 3, 2024
1 parent 4d6caa7 commit e75b875
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions workflows/rnaseq/assets/multiqc/multiqc_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ run_modules:
- star
- hisat2
- rsem
- umi-tools
- umitools
- salmon
- kallisto
- samtools
Expand All @@ -43,20 +43,25 @@ top_modules:
- "salmon_deseq2_clustering"
- "biotype_counts"
- "dupradar"
- "umitools"

module_order:
- fastqc:
name: "FastQC (raw)"
anchor: "fastqc_raw"
info: "This section of the report shows FastQC results before adapter trimming."
path_filters:
- "./fastqc/raw/*.zip"
- "**/raw/*.zip"
- cutadapt
- fastp
- fastqc:
name: "FastQC (trimmed)"
anchor: "fastqc_trimmed"
info: "This section of the report shows FastQC results after adapter trimming."
path_filters:
- "./fastqc/trim/*.zip"
- "**/trim/*.zip"



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

0 comments on commit e75b875

Please sign in to comment.