# HG changeset patch # User jjohnson # Date 1368564176 14400 # Node ID d13b8a459b191954194cd0cc1ada96b5062f4cb5 Uploaded diff -r 000000000000 -r d13b8a459b19 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue May 14 16:42:56 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/). + + + +