# HG changeset patch # User jjohnson # Date 1370463511 14400 # Node ID d4c8accb9a5763caf6e8b3212e6b72a2bb22c770 Uploaded diff -r 000000000000 -r d4c8accb9a57 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Wed Jun 05 16:18:31 2013 -0400 @@ -0,0 +1,31 @@ + + + + + + http://hgdownload.cse.ucsc.edu/admin/jksrc.v283.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 + + + + +This only handles blat for a non-commercial linux system. + +Please note that the 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/). + + + +