Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleInstall Plink
collapsetrue
#go to home dir
cdh


#download and decompress plink
wget http://s3.amazonaws.com/plink2-assets/plink2_linux_avx2_20191126.zip
unzip plink2_linux_avx2_20191126.zip


#move to radBin
mv plink-1.07-x86_64/plinkplink2 ~/radBin


#test
cds
plinkplink2 -h
Code Block
titleInstall Admixture
collapsetrue
#go to home dir
cdh


#download admixture and decompress
wget http://software.genetics.ucla.edu/admixture/binaries/admixture_linux-1.3.0.tar.gz
tar -zxvf admixture_linux-1.3.0.tar.gz


#copy the executable to radBin
cp admixture_linux-1.3.0/admixture ~/radBin/


#test
cds
admixture

...