Mercurial > repos > kevyin > homer
diff 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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Mon Dec 17 00:22:39 2012 -0500 @@ -0,0 +1,19 @@ +<?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> +