Skip to content

Commit

Permalink
fix: conda env file path
Browse files Browse the repository at this point in the history
  • Loading branch information
boasvdp committed Jul 18, 2023
1 parent 875a5dc commit 6b03b3c
Showing 1 changed file with 1 addition and 5 deletions.
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 6b03b3c

Please sign in to comment.