Skip to content

Commit

Permalink
Add comments to install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
RenzoTale88 committed Aug 9, 2022
1 parent 120151f commit 5583780
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ case "${unameOut}" in
esac
echo ${machine}

# Install UCSC dependencies
if [ ${machine} == "Linux" ]; then
if [ -e axtChain ]; then rm axtChain; fi; wget https://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/axtChain
if [ -e axtToMaf ]; then rm lavToPsl; fi; wget https://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/axtToMaf
Expand Down

0 comments on commit 5583780

Please sign in to comment.