diff options
| -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) |
