Skip to content

Commit

Permalink
update to executable install location
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Webb committed Oct 21, 2019
1 parent 2f91188 commit 5c5604a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions install_executables.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/bin/sh
set -ex
export PATH=$PATH:$TRAVIS_BUILD_DIR/bin/
wget https://faculty.washington.edu/browning/beagle/beagle.24Aug19.3e8.jar
mv beagle.24Aug19.3e8.jar $TRAVIS_BUILD_DIR/bin/beagle.jar
mv beagle.24Aug19.3e8.jar /usr/local/bin/beagle.jar
wget https://s3.amazonaws.com/plink2-assets/plink2_linux_x86_64_20191020.zip -O plink2.zip && unzip plink2.zip
mv plink2 $TRAVIS_BUILD_DIR/bin
mv plink2 /usr/local/bin
pip install -e ./

0 comments on commit 5c5604a

Please sign in to comment.