From 48fca0df2c60acb6347088c7943b66c1ec60320e Mon Sep 17 00:00:00 2001 From: DonFreed Date: Mon, 15 Apr 2024 21:25:19 -0700 Subject: [PATCH] Fix hidden arguments --- sentieon_cli/dnascope_longread.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sentieon_cli/dnascope_longread.py b/sentieon_cli/dnascope_longread.py index ffbab06..b21c9fe 100644 --- a/sentieon_cli/dnascope_longread.py +++ b/sentieon_cli/dnascope_longread.py @@ -556,10 +556,12 @@ def call_svs( @arg( "--skip-version-check", help=argparse.SUPPRESS, + action="store_true", ) @arg( "--retain-tmpdir", help=argparse.SUPPRESS, + action="store_true", ) def dnascope_longread( output_vcf: pathlib.Path, # pylint: disable=W0613