From b4e1a4ac13117fa168ff982955da076727fbd377 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Wed, 26 Aug 2026 23:33:22 +0100 Subject: Indicate that there is no graph traversal with --path-range. --- domagi/domagi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domagi/domagi.py b/domagi/domagi.py index 045ef3f..2702a61 100644 --- a/domagi/domagi.py +++ b/domagi/domagi.py @@ -222,7 +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, - help="path range specifying segments from which to begin the traversal") + help="extract segments in path range") @click.option("-c", "--context-steps", "steps", type=click.INT, # TODO: Add default=0 -- cgit 1.4.1