Skip to content

Commit

Permalink
pin mamba in aviary env
Browse files Browse the repository at this point in the history
fixes libmamba error
  • Loading branch information
AroneyS committed Nov 29, 2024
1 parent a659938 commit 4e21d4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions binchicken/workflow/coassemble.smk
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,6 @@ 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 @@ -890,7 +889,6 @@ 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
1 change: 1 addition & 0 deletions binchicken/workflow/env/aviary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ channels:
- bioconda
dependencies:
- aviary=0.10.*
- mamba=1.4.*

0 comments on commit 4e21d4e

Please sign in to comment.