Skip to content

Commit

Permalink
merge remove anaconda branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Roxanne Wolthuis committed Jul 18, 2023
2 parents e26ca85 + bf08695 commit 183b63a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions envs/chewbbaca.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: chewbbaca
channels:
- bioconda
- conda-forge
- nodefaults
dependencies:
- chewbbaca=3.2.0
- pip
Expand Down
4 changes: 2 additions & 2 deletions envs/juno_cgmlst.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: juno_cgmlst
channels:
- bioconda
- conda-forge
- anaconda
- defaults
- nodefaults
dependencies:
- python=3.10.*
- mamba=1.2.*
Expand All @@ -26,6 +25,7 @@ dependencies:
- tabulate=0.9
- biopython>=1.74
- pip=23.*
- importlib_resources 6.0.0
- pip:
- "--editable=git+https://github.com/RIVM-bioinformatics/[email protected]#egg=juno_library"
- types-beautifulsoup4
Expand Down
2 changes: 1 addition & 1 deletion run_pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export -f __conda_hashr

# we can use the base installation of mamba to create the environment.
# Swapping to a parent env is not necessary anymore.
mamba env create -f envs/master_env.yaml --name pipeline_env
mamba env create -f envs/juno_cgmlst.yaml --name pipeline_env
conda activate pipeline_env


Expand Down

0 comments on commit 183b63a

Please sign in to comment.