Skip to content

Commit

Permalink
changed default conda prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
farchaab committed Aug 20, 2024
1 parent 720438f commit a8acd3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assembly_finder/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def common_options(func):
),
click.option(
"--conda-prefix",
default=snake_base(os.path.join("workflow", "conda")),
default=lambda: os.path.join(os.getcwd(), ".snakemake", "conda"),
help="Default conda env prefix directory",
type=click.Path(),
show_default=False,
Expand Down

0 comments on commit a8acd3c

Please sign in to comment.