Mercurial > repos > nikos > bigwig_to_wig
changeset 28:1fcc90b16707 draft
Fixing tool_dependencies
author | nikos |
---|---|
date | Tue, 05 Aug 2014 08:53:44 -0400 |
parents | 6eb0c71ef584 |
children | 8256e1e625ee |
files | tool_dependencies.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Tue Aug 05 08:50:28 2014 -0400 +++ b/tool_dependencies.xml Tue Aug 05 08:53:44 2014 -0400 @@ -3,7 +3,7 @@ <package name="bigWigSummary" version="1.0"> <install version="1.0"> <actions> - <action type="download_by_url"><url_template>http://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/bigWigSummary</url_template></action> + <action type="download_by_url">http://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/bigWigSummary</action> <action type="move_directory_files"> <source_directory>.</source_directory> <destination_directory>$INSTALL_DIR</destination_directory> @@ -19,7 +19,7 @@ <package name="bigWigInfo" version="1.0"> <install version="1.0"> <actions> - <action type="download_by_url"><url_template>http://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/bigWigInfo</url_template></action> + <action type="download_by_url">http://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/bigWigInfo</action> <action type="move_directory_files"> <source_directory>.</source_directory> <destination_directory>$INSTALL_DIR</destination_directory>