about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArun Isaac2026-08-26 23:33:52 +0100
committerArun Isaac2026-08-26 23:33:52 +0100
commit09b8f95e5f893cbb3a2532bed3b7325c2b376d4c (patch)
treed5b64c90027c7bafd0d4a883e81bfe0c32d0e6f2
parentb4e1a4ac13117fa168ff982955da076727fbd377 (diff)
downloaddomagi-09b8f95e5f893cbb3a2532bed3b7325c2b376d4c.tar.gz
domagi-09b8f95e5f893cbb3a2532bed3b7325c2b376d4c.tar.lz
domagi-09b8f95e5f893cbb3a2532bed3b7325c2b376d4c.zip
Provide path range format in usage string.
-rw-r--r--domagi/domagi.py1
1 files changed, 1 insertions, 0 deletions
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,