From CLAB
"Blat is an alignment tool like BLAST, but it is structured differently. On DNA, Blat works by keeping an index of an entire genome in memory. Thus, the target database of BLAT is not a set of GenBank sequences, but instead an index derived from the assembly of the entire genome. The index -- which uses less than a gigabyte of RAM -- consists of all non-overlapping 11-mers except for those heavily involved in repeats. This smaller size means that Blat is far more easily mirrored. Blat of DNA is designed to quickly find sequences of 95% and greater similarity of length 40 bases or more. It may miss more divergent or short sequence alignments."
[edit] Availability
[edit] Installing from source
$ cd src
$ wget http://hgwdev.cse.ucsc.edu/~kent/src/blatSrc34.zip
$ unzip blatSrc34.zip
$ export MACHTYPE=i386
(Sticking with the default MACHTYPE (i486-pc-linux-gnu) does not work.)
$ mkdir ~/bin/i386
$ make