Skip to content

Commit

Permalink
Fix coverage argument's format in config
Browse files Browse the repository at this point in the history
  • Loading branch information
emmarousseau committed Jul 11, 2024
1 parent 6b471ca commit b178bef
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/samtools/samtools_stats/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ argument_groups:
Reference file the CRAM was created with.
- name: --coverage
alternatives: -c
type: string
type: integer
multiple: true
description: |
Coverage distribution min;max;step. Default: `1;1000;1`.
example: '1;1000;1'
Coverage distribution min;max;step. Default: [1, 1000, 1].
example: [1, 1000, 1]
- name: --remove_dups
alternatives: -d
type: boolean_true
Expand Down

0 comments on commit b178bef

Please sign in to comment.