Mercurial > repos > nikos > bigwig_to_wig
changeset 5:4f227ae81c46 draft
Uploaded
author | nikos |
---|---|
date | Fri, 01 Aug 2014 06:53:08 -0400 |
parents | 84f9377544ad |
children | 8e74f14fc2fa |
files | tool_dependencies.xml |
diffstat | 1 files changed, 43 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Fri Aug 01 06:53:08 2014 -0400 @@ -0,0 +1,43 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="bigWigSummary"> + <install version="1.0"> + <actions_group> + <actions os="linux" architecture="x86_64"> + <action type="download_binary"><url_template>http://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/bigWigSummary</url_template></action> + <action type="move_directory_files"> + <source_directory>.</source_directory> + <destination_directory>$INSTALL_DIR</destination_directory> + </action> + </actions> + + + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> + </action> + </actions_group> + </install> + <readme> + </readme> + </package> + <package name="bigWigInfo"> + <install version="1.0"> + <actions_group> + <actions os="linux" architecture="x86_64"> + <action type="download_binary"><url_template>http://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/bigWigInfo</url_template></action> + <action type="move_directory_files"> + <source_directory>.</source_directory> + <destination_directory>$INSTALL_DIR</destination_directory> + </action> + </actions> + + + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> + </action> + </actions_group> + </install> + <readme> + </readme> + </package> +</tool_dependency>