Skip to content

Commit

Permalink
Fix hidden arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
DonFreed committed Apr 16, 2024
1 parent 569c76f commit 48fca0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sentieon_cli/dnascope_longread.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 48fca0d

Please sign in to comment.