Skip to content
This repository has been archived by the owner on Jan 16, 2019. It is now read-only.

Commit

Permalink
fixed NgsAdmix download path
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaochihL committed Apr 25, 2017
1 parent 7224db2 commit f55fbfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Wrappers/Setup.sh
Expand Up @@ -63,7 +63,7 @@ case "${setup_routine}" in
cd "${ROOT}"
mkdir ngsAdmix
cd ngsAdmix
wget http://popgen.dk/software/NGSadmix/ngsadmix32.cpp
wget http://popgen.dk/software/download/NGSadmix/ngsadmix32.cpp
g++ ngsadmix32.cpp -O3 -lpthread -lz -o NGSadmix
cd "${ROOT}"
# Install ngsPopGen
Expand Down

0 comments on commit f55fbfb

Please sign in to comment.