Skip to content

Commit

Permalink
refactor: rename master environment file in runpipeline.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
Roxanne Wolthuis committed Jul 18, 2023
1 parent 007826b commit bf08695
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions envs/juno_cgmlst.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,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 bf08695

Please sign in to comment.