Skip to content

Commit

Permalink
Merge pull request #31 from RIVM-bioinformatics/remove_anaconda_v3
Browse files Browse the repository at this point in the history
Remove anaconda in v3
  • Loading branch information
boasvdp authored Jul 19, 2023
2 parents 875a5dc + c9440f8 commit 9580467
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion envs/juno_assembly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: juno_assembly
channels:
- conda-forge
- bioconda
- anaconda
- biocore
- nodefaults
dependencies:
- python=3.11.*
- mamba=1.3.*
Expand Down
6 changes: 1 addition & 5 deletions run_pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,9 @@ export -f __conda_hashr


#----------------------------------------------#
# Create/update necessary environments
PATH_MASTER_YAML="envs/juno_assembly.yaml"
MASTER_NAME=$(head -n 1 ${PATH_MASTER_YAML} | cut -f2 -d ' ')

# 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_assembly.yaml --name pipeline_env
conda activate pipeline_env


Expand Down

0 comments on commit 9580467

Please sign in to comment.