File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ if [[ -n "$( uname | grep Darwin)" ]]; then
1515 #########################################
1616 Installing the $i !!
1717 #########################################"
18- brew install -y $i
18+ brew install $i
1919 done
2020
2121elif [[ -n " $( expr substr $( uname -s) 1 5 | grep Linux) " ]]; then
@@ -163,7 +163,7 @@ elif [[ (-n "$(which conda | grep conda)") && (-n "$(expr substr $(uname -s) 1 5
163163 conda activate ngs
164164 echo "
165165 ##########################################
166- Miniconda is already Installed
166+ Anaconda is already Installed
167167 NGS environment is present
168168 NGS is Activated
169169 ##########################################
@@ -187,7 +187,7 @@ elif [[ (-n "$(which conda | grep conda)") && (-z "$(conda env list | grep ngs)"
187187 "
188188 elif [[ -d ~ /anaconda3 ]]; then
189189
190- source ~ /miniconda3 /etc/profile.d/conda.sh
190+ source ~ /anaconda3 /etc/profile.d/conda.sh
191191 conda activate ngs
192192 echo "
193193 #########################################
You can’t perform that action at this time.
0 commit comments