Skip to content

Commit

Permalink
remove utf8 characters from config
Browse files Browse the repository at this point in the history
  • Loading branch information
emmarousseau committed May 22, 2024
1 parent 4a89ae8 commit abf662f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/samtools/samtools_view/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ argument_groups:
alternatives: -m
type: integer
description: |
Only output alignments with number of CIGAR bases consuming query sequence INT.
Only output alignments with number of CIGAR bases consuming query sequence >= INT.
default: 0
- name: --expr
alternatives: -e
Expand Down Expand Up @@ -254,7 +254,7 @@ argument_groups:
- name: --subsample
type: double
description: |
Output only a proportion of the input alignments, as specified by 0.0 FLOAT 1.0, which gives the fraction
Output only a proportion of the input alignments, as specified by 0.0 <= FLOAT <= 1.0, which gives the fraction
of templates/pairs to be kept. This subsampling acts in the same way on all of the alignment records in the same
template or read pair, so it never keeps a read but not its mate.
- name: --subsample_seed
Expand Down

0 comments on commit abf662f

Please sign in to comment.