Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
samuell committed Jun 28, 2024
1 parent 2ed9414 commit d3c9630
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env bash

set -e
set -x
shopt -s nullglob

#Suggests provided branch. Else suggests master
Expand Down Expand Up @@ -56,7 +57,7 @@ micromamba info | tac | tac | grep -q $cname && source deactivate || :
#Remove environment if already present
micromamba remove -y -n $cname --all || :

micromamba env create -n $cname -f <(curl -L https://raw.githubusercontent.com/Clinical-Genomics/microSALT/$branch/environment.yml)
micromamba env create -y -n $cname -f <(curl -L https://raw.githubusercontent.com/Clinical-Genomics/microSALT/$branch/environment.yml)
source activate $cname

if [[ $type == "release" ]]; then
Expand Down

0 comments on commit d3c9630

Please sign in to comment.