Skip to content

Commit

Permalink
restrict to conda frontend
Browse files Browse the repository at this point in the history
mamba causing errors: libmamba Non-conda folder exists at prefix
  • Loading branch information
AroneyS committed Nov 26, 2024
1 parent d1c5c40 commit 6c664fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions binchicken/workflow/coassemble.smk
Original file line number Diff line number Diff line change
Expand Up @@ -834,6 +834,7 @@ rule aviary_assemble:
"-n {threads} "
"-t {threads} "
"-m {resources.mem_gb} "
"--conda-frontend conda " # Mamba is causing errors: libmamba Non-conda folder exists at prefix
"--skip-qc "
"{resources.assembler} "
"{params.dryrun} "
Expand Down Expand Up @@ -889,6 +890,7 @@ rule aviary_recover:
"-n {params.threads} "
"-t {params.threads} "
"-m {resources.mem_gb} "
"--conda-frontend conda " # Mamba is causing errors: libmamba Non-conda folder exists at prefix
"--skip-qc "
"{params.snakemake_profile} "
"{params.cluster_retries} "
Expand Down

0 comments on commit 6c664fc

Please sign in to comment.