From 5d52a2a9b3f844d1c6e67c86622d7d19ee34e3ef Mon Sep 17 00:00:00 2001 From: Ammar Aziz Date: Fri, 10 Jun 2022 14:29:35 +1000 Subject: [PATCH] fixed issue with conda not installing --- tools/auto_install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/auto_install.sh b/tools/auto_install.sh index 03ab854..e05ff18 100755 --- a/tools/auto_install.sh +++ b/tools/auto_install.sh @@ -144,6 +144,8 @@ if [[ -n "$CONDA_PREFIX" ]]; then message 'CONDA_PREFIX environment variable set' ENVIRONMENTWARNING=1 INSTALL_CONDA=0 +else + INSTALL_CONDA=1 fi ################## @@ -299,4 +301,4 @@ if [[ $CONDA -eq "0" && $SNAKE -eq "0" && $CUTADAPT -eq "0" && $BBDUK -eq "0" && else oops 'Error during installation check. Look above' exit 1 -fi \ No newline at end of file +fi