Skip to content

Commit

Permalink
changed default reference genome to True
Browse files Browse the repository at this point in the history
  • Loading branch information
farchaab committed May 1, 2024
1 parent 64adcb6 commit 5ecb186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mess/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ def download_options(func):
"--reference",
type=bool,
help="Limit to reference and representative genomes",
default=False,
default=True,
show_default=True,
),
click.option(
Expand Down

0 comments on commit 5ecb186

Please sign in to comment.