From cca8db06770fd3cdaa9c788257a76cdf2ce412f9 Mon Sep 17 00:00:00 2001 From: Robrecht Cannoodt Date: Thu, 15 Feb 2024 09:49:29 +0100 Subject: [PATCH] remove comment about stdout since output file is required --- src/lofreq/indelqual/config.vsh.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lofreq/indelqual/config.vsh.yaml b/src/lofreq/indelqual/config.vsh.yaml index 1d04144e..821d5d72 100644 --- a/src/lofreq/indelqual/config.vsh.yaml +++ b/src/lofreq/indelqual/config.vsh.yaml @@ -42,7 +42,7 @@ functionality: alternatives: -o type: file description: | - Output BAM file. Default: stdout. + Output BAM file. required: true direction: output example: "output.bam"