Mercurial > repos > nikos > bigwig_to_wig
view tool_dependencies.xml @ 17:7e547e104886 draft
Uploaded
author | nikos |
---|---|
date | Tue, 05 Aug 2014 07:06:38 -0400 |
parents | 4f227ae81c46 |
children | 8846221ed014 |
line wrap: on
line source
<?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>