Versions Compared

Key

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

...

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
Code Block
titleInstall Twisst
collapsetrue
#navidate to home
cdh


#get twisst
git clone https://github.com/simonhmartin/twisst.git
Code Block
titleInstall cutadapt
collapsetrue
#install cutadapt
cdh
pip install --user cutadapt


#copy the executable to bin
cp .local/bin/cutadapt ~/radBin/


#test
cds
cutadapt -h

...