Skip to content

Commit

Permalink
fix default values
Browse files Browse the repository at this point in the history
  • Loading branch information
emmarousseau committed Sep 29, 2024
1 parent 8ad212d commit ded981b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/rseqc/rseqc_inner_distance/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ argument_groups:

- name: "--sample_size"
type: integer
example: 200000
description: Numer of reads sampled from SAM/BAM file, default = 200000.
example: 1000000
description: Numer of reads sampled from SAM/BAM file, default = 1000000.

- name: "--map_qual"
type: integer
Expand Down Expand Up @@ -59,7 +59,7 @@ argument_groups:
type: string
required: true
description: Rrefix of output files.

- name: "--output_stats"
type: file
direction: output
Expand Down

0 comments on commit ded981b

Please sign in to comment.