Mercurial > repos > nikos > bigwig_to_wig
view tool_dependencies.xml @ 26:ab63c4a9a592 draft
Uploaded
author | nikos |
---|---|
date | Tue, 05 Aug 2014 08:40:51 -0400 |
parents | 8846221ed014 |
children | 6eb0c71ef584 |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="bigWigSummary" version="1.0"> <install version="1.0"> <actions> <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> </install> <readme> </readme> </package> <package name="bigWigInfo" version="1.0"> <install version="1.0"> <actions> <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> <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> </action> </actions> </install> <readme> </readme> </package> </tool_dependency>