Skip to content

Commit

Permalink
fixed issue with conda not installing
Browse files Browse the repository at this point in the history
  • Loading branch information
ammaraziz committed Jun 10, 2022
1 parent 18fd470 commit 5d52a2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/auto_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

##################
Expand Down Expand Up @@ -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
fi

0 comments on commit 5d52a2a

Please sign in to comment.