Skip to content

Commit

Permalink
Move back missing environment name setting in install script
Browse files Browse the repository at this point in the history
  • Loading branch information
samuell committed Jul 4, 2024
1 parent fd6fbcc commit 2d69f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ $conda_cmd info | tac | tac | grep -q $cname && source deactivate || :
#Remove environment if already present
$conda_cmd remove -y -n $cname --all || :

$conda_cmd env create -y -f <(curl -L https://raw.githubusercontent.com/Clinical-Genomics/microSALT/$branch/environment.yml )
$conda_cmd env create -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 2d69f2b

Please sign in to comment.