From 09b8f95e5f893cbb3a2532bed3b7325c2b376d4c Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Wed, 26 Aug 2026 23:33:52 +0100 Subject: Provide path range format in usage string. --- domagi/domagi.py | 1 + 1 file changed, 1 insertion(+) diff --git a/domagi/domagi.py b/domagi/domagi.py index 2702a61..21d5d01 100644 --- a/domagi/domagi.py +++ b/domagi/domagi.py @@ -222,6 +222,7 @@ def depth(con, graph_depth_table, paths, bed_input, threads, progress): help="segment name from which to begin the traversal") @click.option("-r", "--path-range", "path_range", type=click.STRING, + metavar="PATH[:POS1[-POS2]]", help="extract segments in path range") @click.option("-c", "--context-steps", "steps", type=click.INT, -- cgit 1.4.1