Skip to content

Commit

Permalink
Update src/umi_tools/umi_tools_extract/config.vsh.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Robrecht Cannoodt <[email protected]>
  • Loading branch information
emmarousseau and rcannood authored Jul 20, 2024
1 parent 09a6145 commit beeaae5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/umi_tools/umi_tools_extract/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,16 @@ argument_groups:

- name: Input
arguments:
- name: --paired
type: boolean_true
description: Paired fastq files. If option is set, two input files are expected.
- name: --input
type: file
required: true
description: Input fastq files, either one or two (paired).
description: File containing the input data.
example: sample.fastq
- name: --read2_in
type: file
description: Filename for read pairs.
required: false
description: File containing the input data for the R2 reads (if paired). If provided, a <list of other required arguments> need to be provided.
example: sample_R2.fastq
- name: --bc_pattern
type: string
description: |
Expand Down

0 comments on commit beeaae5

Please sign in to comment.