From d45bc1aa4e3f79c17daa140df6cf6d1558c2fc8e Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 25 Aug 2026 02:17:52 +0100 Subject: Do not hide -S, --summarize flags. --- domagi/domagi.py | 3 +-- 1 file changed, 1 insertion(+), 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) -- cgit 1.4.1