Mercurial > repos > jjohnson > package_kent_283
diff tool_dependencies.xml @ 0:d4c8accb9a57 draft default tip
Uploaded
author | jjohnson |
---|---|
date | Wed, 05 Jun 2013 16:18:31 -0400 |
parents | |
children |
line wrap: on
line diff
--- /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 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="kent" version="283"> + <install version="1.0"> + <actions> + <action type="download_by_url" target_filename="kent.zip">http://hgdownload.cse.ucsc.edu/admin/jksrc.v283.zip</action> + <action type="shell_command"> + 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 + </action> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> + </action> + </actions> + </install> + <readme> +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/). + </readme> + </package> + +</tool_dependency>