comparison tool_dependencies.xml @ 6:d8e7cd329afb draft

Uploaded
author kevyin
date Thu, 13 Dec 2012 23:43:26 -0500
parents
children
comparison
equal deleted inserted replaced
5:8cfd322a5907 6:d8e7cd329afb
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="homer">
4 <install version="1.0">
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