Skip to content

Commit

Permalink
FEAT: Add --cl_config to MultiQC (viash-hub#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
DriesSchaumont authored May 6, 2024
1 parent 954a6d0 commit ce27c3e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/multiqc/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,12 @@ argument_groups:
type: boolean_true
description: |
Disable coloured log output.
- name: "--cl_config"
type: string
required: false
description: |
YAML formatted string that allows to customize MultiQC behaviour like input file detection.
example: "qualimap_config: { general_stats_coverage: [20,40,200] }"

- name: "Output format"
arguments:
Expand Down
1 change: 1 addition & 0 deletions src/multiqc/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ multiqc \
${include_modules} \
${par_include_modules:+--include-modules "$par_include_modules"} \
${par_data_format:+--data-format "$par_data_format"} \
${par_cl_config:+--cl-config "$par_cl_config"} \
${par_zip_data_dir:+--zip-data-dir} \
${par_pdf:+--pdf} \
${par_interactive:+--interactive} \
Expand Down

0 comments on commit ce27c3e

Please sign in to comment.