Mercurial > repos > tduigou > retrorules
diff query.py @ 2:f3184ef3200f draft
planemo upload for repository https://github.com/brsynth/galaxytools commit e1c9fca00ec53dd4e99d2f9861792962b58f979e
| author | tduigou |
|---|---|
| date | Mon, 15 Sep 2025 09:30:29 +0000 |
| parents | 55307a982baf |
| children | cfa70e3fe1a4 |
line wrap: on
line diff
--- a/query.py Mon Sep 15 09:26:49 2025 +0000 +++ b/query.py Mon Sep 15 09:30:29 2025 +0000 @@ -75,7 +75,7 @@ parser = argparse.ArgumentParser( description="Query RetroRules API via command-line endpoints." ) - subparsers = parser.add_subparsers(dest="command", required=True) + subparsers = parser.add_subparsers(dest="command") # Subcommand: EC number parser_ecn = subparsers.add_parser("ec-number", help="From EC number")
