Mercurial > repos > nikos > bigwig_to_wig
view tool_dependencies.xml @ 3:f15581b3424e draft
Uploaded the correct version of the test output file
author | nikos |
---|---|
date | Tue, 05 Aug 2014 09:16:24 -0400 |
parents | bce77c02cc5f |
children |
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_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> </action> <action type="chmod"><file mode="755">$INSTALL_DIR/bigWigSummary</file></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_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> </action> <action type="chmod"><file mode="755">$INSTALL_DIR/bigWigInfo</file></action> <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> </action> </actions> </install> <readme> </readme> </package> </tool_dependency>