about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArun Isaac2026-08-26 23:33:22 +0100
committerArun Isaac2026-08-26 23:33:22 +0100
commitb4e1a4ac13117fa168ff982955da076727fbd377 (patch)
treeed810b7257703d47046e4baaa34639c5b4c828c9
parent08a4a272bb2c1e527d01baa27fe36836cb9db6b7 (diff)
downloaddomagi-b4e1a4ac13117fa168ff982955da076727fbd377.tar.gz
domagi-b4e1a4ac13117fa168ff982955da076727fbd377.tar.lz
domagi-b4e1a4ac13117fa168ff982955da076727fbd377.zip
Indicate that there is no graph traversal with --path-range.
-rw-r--r--domagi/domagi.py2
1 files changed, 1 insertions, 1 deletions
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