comparison tool_dependencies.xml @ 12:4356089c8e7f draft

Uploaded
author kevyin
date Mon, 17 Dec 2012 00:25:28 -0500
parents
children
comparison
equal deleted inserted replaced
11:83dffd6d7733 12:4356089c8e7f
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="homer">
4 <install version="4.1">
5 <actions>
6 <action type="download_by_url">http://biowhat.ucsd.edu/homer/configureHomer.pl</action>
7 <action type="shell_command">perl ./configureHomer.pl -install</action>
8 <action type="shell_command">perl ./configureHomer.pl -install hg19</action>
9 <action type="set_environment">
10 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
11 </action>
12 </actions>
13 </install>
14 <readme>
15 Installs homer
16 </readme>
17 </package>
18 </tool_dependency>
19