Hi, I am having some problems while customizing data using MultiQC v1.25.1:
Here is my mini multiqc_config.yaml:
skip_generalstats: true
exclude_modules:
- prokka
custom_data:
Pangenome_Phylogeny:
section_name: 'Pangenome Phylogeny'
Pangenome_profile:
section_name: 'Pangenome profile'
Pangenome_frequency:
section_name: 'Pangenome frequency'
Intergenic_region_core_SNP:
section_name: 'Core Intergenic region SNPs'
plot_type: 'table'
section_comments:
Intergenic_region_core_SNP: "Core intergenic region SNP report: <br />
The SNP_Position refers to the actual position identified in the Prokka annotation. For individual strains, the report format is as follows: <br />
`Gene_1(annotation)_+_+_IGR_Cluster_ID_SNP_range_+_+_Gene_2(annotation)_+_+_X`, where X can be: <br />
<ul><li>DP: Double Promoter <---- IGR ----> genes are divergently transcribed.</li>
<li>DT: Double Terminator ----> IGR <---- genes are convergently transcribed.</li>
<li>CO_F: Co-oriented Forward ----> IGR ----> genes are co-oriented forward.</li>
<li>CO_R: Co-oriented Reverse <---- IGR <---- genes are co-oriented reverse.</li></ul>
Note: `_+_+_` is used as a delimiter between fields. If the IGR is at the edge of a contig, only one flanking gene may exist, and in such cases, `NA` will be used to replace the gene and orientation information."
sp:
Intergenic_region_core_SNP:
fn: 'IGR_coreSNP.tsv'
Pangenome_Phylogeny:
fn: 'pangenome_matrix.png'
Pangenome_profile:
fn: 'pangenome_pie.png'
Pangenome_frequency:
fn: 'pangenome_frequency.png'
ignore_images: false
Issues:
-
section_comments
is showing up twice:
The section comments forIntergenic_region_core_SNP
appear twice under the section name “Core Intergenic Region SNPs.” -
section_name
doesn’t follow the settings for images:
Although the section names ofPangenome_Phylogeny
,Pangenome_profile
andPangenome frequency
were set as “Pangenome Phylogeny”, “Pangenome Profile” and “Pangenome frequency”, they appear as “pangenome”, “pangenome pie” and “pangenome frequency” in the report. -
Issues with
custom_plot_config
andcustom_table_header_config
:
The issue raised earlier regardingcustom_plot_config
andcustom_table_header_config
not working persists. Custom_plot_config and custom_table_header_config not working