Skip to content

Commit

Permalink
Minor formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
emmarousseau committed Jul 1, 2024
1 parent e5b5703 commit 9b131c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/samtools/samtools_fastq/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ argument_groups:
Do not output alignments with any bits set in INT present in the FLAG field. INT can be specified
in hex by beginning with `0x' (i.e. /^0x[0-9A-F]+/) or in octal by beginning with `0'
(i.e. /^0[0-7]+/). This defaults to 0x900 representing filtering of secondary and
supplementary alignments. ["0x900"]
supplementary alignments. [0x900]
example: "0x900"
- name: --incl_flags
alternatives: --rf
Expand Down Expand Up @@ -153,11 +153,11 @@ argument_groups:
description: write second index reads to FILE.
- name: --barcode_tag
type: string
description: Auxiliary tag to find index reads in. ["BC"]
description: Auxiliary tag to find index reads in. [BC]
example: "BC"
- name: --quality_tag
type: string
description: Auxiliary tag to find index quality in. ["QT"]
description: Auxiliary tag to find index quality in. [QT]
example: QT
- name: --index_format
type: string
Expand Down

0 comments on commit 9b131c9

Please sign in to comment.