Skip to content

Commit

Permalink
changed --limit default and type
Browse files Browse the repository at this point in the history
  • Loading branch information
farchaab committed Apr 26, 2024
1 parent 38cdff8 commit d83e6d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mess/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,8 @@ def download_options(func):
click.option(
"--limit",
help="Limit number of genomes per query",
type=int,
default=None,
type=str,
default=1,
),
click.option("--api-key", type=str, help="NCBI api-key", default=None),
click.option(
Expand Down

0 comments on commit d83e6d6

Please sign in to comment.