From a6681a816a0d7cbbce7e88764cb2509d68102bc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Famke=20Ba=CC=88uerle?= Date: Mon, 25 Nov 2024 12:59:29 +0100 Subject: [PATCH] fix typo --- docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index 76e7af8..5ff06b9 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -94,7 +94,7 @@ Chain file, if liftover should be done The input vcf files are PASS filtered by default. Additionally, if the path to a file containing the targeted intervals for panel sequencing data is specified, off-target regions will be filtered out. -### `--filter`` +### `--filter` Boolean flag to enable filtering of the variants keeping only variants marked as `PASS` when set to `true`. Default is false.