Skip to content

Commit

Permalink
fix env name
Browse files Browse the repository at this point in the history
  • Loading branch information
boasvdp committed Jun 9, 2023
1 parent a184724 commit e846c61
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion run_pipeline.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Wrapper for juno AMR pipeline
# Wrapper for juno cgmlst pipeline

set -euo pipefail

Expand Down Expand Up @@ -47,6 +47,13 @@ export -f __conda_activate
export -f __conda_reactivate
export -f __conda_hashr

#----------------------------------------------#
# Create the environment

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

if [ ! -z ${irods_runsheet_sys__runsheet__lsf_queue} ]; then
QUEUE="${irods_runsheet_sys__runsheet__lsf_queue}"
Expand Down

0 comments on commit e846c61

Please sign in to comment.