Skip to content

Commit

Permalink
Update install_executables.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Webb committed Oct 22, 2019
1 parent 5c5604a commit 3da63bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install_executables.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
set -ex
wget https://faculty.washington.edu/browning/beagle/beagle.24Aug19.3e8.jar
mv beagle.24Aug19.3e8.jar /usr/local/bin/beagle.jar
sudo 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 /usr/local/bin
sudo mv plink2 /usr/local/bin
pip install -e ./

0 comments on commit 3da63bd

Please sign in to comment.