From 923946812c1323f5df54ac65582c80bc12f66384 Mon Sep 17 00:00:00 2001 From: tgaspe Date: Thu, 22 Aug 2024 22:36:45 +0200 Subject: [PATCH] minor change --- src/fastqc/config.vsh.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fastqc/config.vsh.yaml b/src/fastqc/config.vsh.yaml index 45ec150b..86fda33b 100644 --- a/src/fastqc/config.vsh.yaml +++ b/src/fastqc/config.vsh.yaml @@ -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 @@ -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