Mercurial > repos > kevyin > homer
view tool_dependencies.xml @ 10:7efeace8bd32 draft
Uploaded
author | kevyin |
---|---|
date | Mon, 17 Dec 2012 00:22:39 -0500 |
parents | d8e7cd329afb |
children |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="homer"> <install version="1.0"> <actions> <action type="download_by_url">http://biowhat.ucsd.edu/homer/configureHomer.pl</action> <action type="shell_command">perl ./configureHomer.pl -install</action> <action type="shell_command">perl ./configureHomer.pl -install hg19</action> <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> </action> </actions> </install> <readme> Installs homer </readme> </package> </tool_dependency>