Skip to content

Commit 7fd5448

Browse files
committed
removes anchor in multiqc config
1 parent 7388b00 commit 7fd5448

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

configs/multiqc_config_template.jinja2

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ module_order:
3838
- bcftools
3939
- fastqc:
4040
name: "FastQC"
41-
anchor: "raw"
4241
path_filters:
4342
- "*/qc/fastqc-raw/*_fastqc.zip"
4443
- fastq_screen:
@@ -81,7 +80,7 @@ custom_data:
8180
parent_id: "quac_watch"
8281
id: "quac_watch_fastqc"
8382
section_name: "FastQC"
84-
description: 'Quick summary of FastQC results. See <a href="#raw">FastQC</a> section below for detailed results.'
83+
description: 'Quick summary of FastQC results. See <a href="#fastqc">FastQC</a> section below for detailed results.'
8584
file_format: "yaml"
8685
plot_type: "table"
8786
pconfig:

0 commit comments

Comments
 (0)