diff options
| author | Arun Isaac | 2026-08-25 02:17:52 +0100 |
|---|---|---|
| committer | Arun Isaac | 2026-08-25 02:17:52 +0100 |
| commit | d45bc1aa4e3f79c17daa140df6cf6d1558c2fc8e (patch) | |
| tree | df98b2e8a9f54f5b72eea7c0b4e1a7b9c6bfb4c6 | |
| parent | fcc4feac89b8ac42482f54ed86449aa5cfa3a158 (diff) | |
| download | domagi-d45bc1aa4e3f79c17daa140df6cf6d1558c2fc8e.tar.gz domagi-d45bc1aa4e3f79c17daa140df6cf6d1558c2fc8e.tar.lz domagi-d45bc1aa4e3f79c17daa140df6cf6d1558c2fc8e.zip | |
Do not hide -S, --summarize flags.
| -rw-r--r-- | domagi/domagi.py | 3 |
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) |
