# HG changeset patch # User modencode-dcc # Date 1358457987 18000 # Node ID a3418a12907d420e966be27b831ed406afac4dfc # Parent 6f56c88fc1d7dc0a2080e35a0e27c0e1f38e3746 Uploaded diff -r 6f56c88fc1d7 -r a3418a12907d tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Thu Jan 17 16:26:27 2013 -0500 @@ -0,0 +1,22 @@ +<?xml version="1.0"?> +<tool_dependency> + <set_environment version="1.0"> + <environment_variable name="SCRIPT_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable> + </set_environment> + <package name="peakranger" version="1.16"> + <install version="1.0"> + <actions> + <action type="download_by_url">https://github.com/modENCODE-DCC/Galaxy/blob/master/tools/tool_shed_dependencies/peakranger/peakranger.tar?raw=true</action> + <action type="shell_command">chmod ago+x peakranger</action> + <action type="move_file"> + <source>peakranger</source> + <destination>$INSTALL_DIR/bin</destination> + </action> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> + </action> + </actions> + </install> + <readme></readme> + </package> +</tool_dependency>