Skip to content

Commit

Permalink
Update multiqc_config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
peterk87 committed May 31, 2024
1 parent 9c7cfe8 commit 8fb32c9
Showing 1 changed file with 7 additions and 17 deletions.
24 changes: 7 additions & 17 deletions assets/multiqc_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@ report_comment: >
analysis pipeline. For information about how to interpret these results, please see the
<a href="https://github.com/CFIA-NCFAD/nf-flu" target="_blank">documentation</a>.
report_section_order:
software_versions:
CFIA-NCFAD-nf-flu-summary-module:
order: -1000
CFIA-NCFAD-nf-flu-summary:
software_versions-module:
order: -1001

read_count_multiplier: 1.0
read_count_prefix: ''
read_count_desc: ''

export_plots: true
disable_version_detection: true

module_order:
- samtools:
Expand Down Expand Up @@ -48,32 +49,21 @@ mosdepth_config:
- 30
- 10000

run_modules:
- custom_content
- samtools
- mosdepth
- bcftools

sp:
mosdepth/global_dist:
fn: '*.global.dist.txt'

table_columns_visible:
'Samtools (Minimap2)':
'Samtools (Minimap2): stats':
flagstat_total: false
mapped_passed: false
error_rate: false
'non-primary_alignments': false
'Bcftools Stats':
'Bcftools Stats: Stats':
number_of_MNPs: true


table_columns_placement:
'Samtools (Minimap2)':
'Samtools (Minimap2): stats':
reads_mapped: 1010
raw_total_sequences: 1020
reads_mapped_percent: 1030
'Bcftools Stats':
'Bcftools Stats: Stats':
number_of_records: 1060
number_of_SNPs: 1070
number_of_MNPs: 1080
Expand Down

0 comments on commit 8fb32c9

Please sign in to comment.