Alien::KentSrc - Fetch/build/stash Kent src from http://hgdownload.cse.ucsc.edu/admin/
Download, build and install Kent src library from http://hgdownload.cse.ucsc.edu/admin/jksrc.vNNN.zip
use Alien::KentSrc;
say Alien::KentSrc->version;
$ENV{KENT_SRC} = Alien::KentSrc->dist_dir;
$ENV{MACHTYPE} = Alien::KentSrc->machtype;
In addition to those provide by the parent class Alien::Base, Alien::KentSrc defines the following new methods.
# "x86_64"
Alien::KentSrc->machtype;
Return the MACHTYPE that jkweb.a was built with.
Roy Storey <[email protected]>