Skip to content

Commit

Permalink
updated plink2.0 link
Browse files Browse the repository at this point in the history
  • Loading branch information
aewebb80 committed Oct 21, 2019
1 parent 5c036e4 commit 2f91188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_executables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ 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
wget https://s3.amazonaws.com/plink2-assets/plink2_linux_x86_64_20190826.zip -O plink2.zip && unzip plink2.zip
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
pip install -e ./

0 comments on commit 2f91188

Please sign in to comment.