Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
tgaspe committed Aug 22, 2024
1 parent 7c79352 commit 9239468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fastqc/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ argument_groups:
e.g.
--input "sample_1.fq"
--summary "*_summary.txt"
would create an output zip file named sample_1_summary.txt
would create an output summary.txt file named sample_1_summary.txt
example: "*_summary.txt"

- name: --data
Expand All @@ -81,7 +81,7 @@ argument_groups:
e.g.
--input "sample_1.fq"
--summary "*_data.txt"
would create an output zip file named sample_1_data.txt
would create an output data.txt file named sample_1_data.txt
example: "*_data.txt"

- name: Options
Expand Down

0 comments on commit 9239468

Please sign in to comment.