MultiQC icon indicating copy to clipboard operation
MultiQC copied to clipboard

table_sample_merge to multiqc_config.yml cause the missing of modules

Open LilyAnderssonLee opened this issue 5 months ago • 1 comments

Description of bug

After adding table_sample_merge to the nf-core/taxprofiler multiqc_config.yml file, nonpareil is missing from the MultiQC report.

table_sample_merge:
  "Read 1":
    - "_R1"
    - type: regex
      pattern: "[_.-][rR]?1$"
  "Read 2":
    - "_R2"
    - type: regex
      pattern: "[_.-][rR]?2$"

command Line: nextflow run main.nf -profile test,singularity --outdir results

multiqc.log

File that triggers the error

No response

MultiQC Error log

No response

Before submitting

  • [X] I have read the troubleshooting documentation.
  • [X] I am using the latest release of MultiQC.
  • [X] I have included a full MultiQC log, not truncated.
  • [X] I have attached an input file (.zip if necessary) that triggers the error.

LilyAnderssonLee avatar Sep 26 '24 14:09 LilyAnderssonLee