Skip to content

Commit

Permalink
update multiple separator
Browse files Browse the repository at this point in the history
  • Loading branch information
dorien-er committed Jul 11, 2024
1 parent 508a40a commit 007dcaa
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions src/multiqc/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,25 +54,21 @@ argument_groups:
- name: "--include_modules"
type: string
multiple: true
multiple_sep: ","
example: fastqc,cutadapt
example: fastqc;cutadapt
description: Use only these module
- name: "--exclude_modules"
type: string
multiple: true
multiple_sep: ","
example: fastqc,cutadapt
example: fastqc;cutadapt
description: Do not use only these modules
- name: "--ignore_analysis"
type: string
multiple: true
multiple_sep: ","
example: run_one/*,run_two/*
example: run_one/*;run_two/*
- name: "--ignore_samples"
type: string
multiple: true
multiple_sep: ","
example: sample_1*,sample_3*
example: sample_1*;sample_3*
- name: "--ignore_symlinks"
type: boolean_true
description: Ignore symlinked directories and files
Expand Down

0 comments on commit 007dcaa

Please sign in to comment.