#!/bin/sh
mkdir ~/bin -p
rsync -avP hgdownload.soe.ucsc.edu::genome/admin/exe/linux.x86_64/ ~/bin/
mv ~/bin/blat ~/bin/blat.tmp # BLAT related tools are under a different license and separated
mv ~/bin/blat.tmp/* ~/bin/ # BLAT related tools are under a different license and separated
rmdir ~/bin/blat.tmp
