# HG changeset patch # User jjohnson # Date 1383945391 18000 # Node ID 5920144e9e9b9e89921c14c56b88644f7db93d10 Uploaded diff -r 000000000000 -r 5920144e9e9b tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Fri Nov 08 16:16:31 2013 -0500 @@ -0,0 +1,63 @@ + + + + + + + + ftp://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/blat/blat + ftp://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/blat/gfServer + ftp://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/blat/gfClient + ftp://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/faToTwoBit + chmod ugo+x * + + . + $INSTALL_DIR/bin + + + + + ftp://hgdownload.cse.ucsc.edu/admin/exe/macOSX.x86_64/blat + ftp://hgdownload.cse.ucsc.edu/admin/exe/macOSX.x86_64/gfClient + ftp://hgdownload.cse.ucsc.edu/admin/exe/macOSX.x86_64/gfServer + ftp://hgdownload.cse.ucsc.edu/admin/exe/macOSX.x86_64/faToTwoBit + chmod ugo+x * + + . + $INSTALL_DIR/bin + + + + + http://hgdownload.cse.ucsc.edu/admin/jksrc.zip + + export MACHTYPE=`uname -m`; + export BINDIR=$INSTALL_DIR/bin; mkdir $INSTALL_DIR/bin; + cd src/lib; make; + cd ../jkOwnLib; make; + cd ../blat; make; + cd ../gfClient; make; + cd ../gfServer; make; + cd ../utils; mv makefile makefile.orig; grep -v -E 'pslLiftSubrangeBlat|raSqlQuery|scaffoldFaToAgp' makefile.orig > makefile; make + + + + $INSTALL_DIR/bin + + + + +Downloads and installs the latest kent blat server tools (blat, gfServer, gfClient, faToTwoBit). +It will try to install executable files from: UCSC ftp://hgdownload.cse.ucsc.edu/admin/exe/ +otherwise it will try to compile from source from: UCSC at: http://hgdownload.cse.ucsc.edu/admin/jksrc.zip +( The website doesn't offer previously released versions. ) + +NOTE: A license is required for use in a COMMERCIAL system. + +Blat source and executables are freely available for academic, nonprofit and personal use. +Commercial licensing information is available on the Kent Informatics website (http://www.kentinformatics.com/). + + + + +