Mercurial > repos > nikos > bigwig_to_wig
changeset 25:8846221ed014 draft
Uploaded
author | nikos |
---|---|
date | Tue, 05 Aug 2014 08:04:47 -0400 |
parents | cf237fa33bd6 |
children | ab63c4a9a592 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 7 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Tue Aug 05 07:51:29 2014 -0400 +++ b/tool_dependencies.xml Tue Aug 05 08:04:47 2014 -0400 @@ -2,20 +2,16 @@ <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> - - + <actions os="linux"> + <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> <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> </action> - </actions_group> + </actions> </install> <readme> </readme>