Skip to content

Commit

Permalink
Update installer with new locations for MetaPhlAn2 and MiniConda.
Browse files Browse the repository at this point in the history
  • Loading branch information
kahsieh committed Apr 10, 2021
1 parent 49d9038 commit dfc5d9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,9 @@ else

# Download MetaPhlAn 2.
echo '----- Downloading MetaPhlAn 2 --------------------------------------------------'
hg clone https://bitbucket.org/biobakery/metaphlan2
git clone https://github.com/biobakery/metaphlan2
cd metaphlan2
#ln -s ../../db_human/databases
ln -s ../../db_human/databases db_v20
cd ..

# Download MiniConda.
Expand Down
4 changes: 2 additions & 2 deletions tools/install-MiniConda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ fi

# Download and install Miniconda
set +e
curl "https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh" -o Miniconda_Install.sh
curl "https://repo.anaconda.com/miniconda/Miniconda-latest-Linux-x86_64.sh" -o Miniconda_Install.sh
if [ $? -ne 0 ]; then
curl "http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh" -o Miniconda_Install.sh
curl "https://repo.anaconda.com/miniconda/Miniconda-latest-Linux-x86_64.sh" -o Miniconda_Install.sh
fi
set -e

Expand Down

0 comments on commit dfc5d9c

Please sign in to comment.