Mercurial > repos > malbuquerque > package_ucsc_user_apps
diff tool_dependencies.xml @ 0:3b25684c7ca9 draft
Uploaded
author | malbuquerque |
---|---|
date | Thu, 15 Jan 2015 16:44:32 -0500 |
parents | |
children | f282d84c57e6 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Thu Jan 15 16:44:32 2015 -0500 @@ -0,0 +1,19 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="ucsc_user_apps" version="1.0.0"> + <install version="1.0.0"> + <actions> + <action type="download_by_url">http://hgdownload.soe.ucsc.edu/admin/exe/userApps.src.tgz</action> + <action type="autoconf"/> + <action type="set_environment"> + <environment_variable name="UCSCUSERAPPS" action="set_to">$INSTALL_DIR</environment_variable> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> + </action> + </actions> + </install> + <readme> + UCSC User Apps may take a moment for installation as it builds all utililities. + Post installation, all tools will be available as command line executables. + </readme> + </package> +</tool_dependency>