about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArun Isaac2026-08-25 02:17:52 +0100
committerArun Isaac2026-08-25 02:17:52 +0100
commitd45bc1aa4e3f79c17daa140df6cf6d1558c2fc8e (patch)
treedf98b2e8a9f54f5b72eea7c0b4e1a7b9c6bfb4c6
parentfcc4feac89b8ac42482f54ed86449aa5cfa3a158 (diff)
downloaddomagi-d45bc1aa4e3f79c17daa140df6cf6d1558c2fc8e.tar.gz
domagi-d45bc1aa4e3f79c17daa140df6cf6d1558c2fc8e.tar.lz
domagi-d45bc1aa4e3f79c17daa140df6cf6d1558c2fc8e.zip
Do not hide -S, --summarize flags.
-rw-r--r--domagi/domagi.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/domagi/domagi.py b/domagi/domagi.py
index b188bde..6175c08 100644
--- a/domagi/domagi.py
+++ b/domagi/domagi.py
@@ -371,8 +371,7 @@ def paths(con, list_paths, fasta, threads, progress):
               help="pangenome duckdb database")
 # The --summarize flag seems to be a no-op in odgi.
 @click.option("-S", "--summarize",
-              is_flag=True,
-              hidden=True)
+              is_flag=True)
 @common_options
 def stats(con, summarize, threads, progress):
     set_duckdb_threads(con, threads)