Skip to content

Commit

Permalink
Update config.vsh.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tgaspe committed Aug 21, 2024
1 parent 084a7c4 commit cd30b83
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/fastqc/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ argument_groups:
type: file
direction: input
multiple: true
description: FASTQ file(s) to be analyzed.
description: |
FASTQ file(s) to be analyzed.
Must have one of the following extensions
if used with output options --html or --zip:
.fastq, .fq, .bam, .sam, .bam_mapped, .sam_mapped
required: true
example: input.fq

Expand Down

0 comments on commit cd30b83

Please sign in to comment.