Mercurial > repos > kevyin > homer
comparison tool_dependencies.xml @ 10:7efeace8bd32 draft
Uploaded
author | kevyin |
---|---|
date | Mon, 17 Dec 2012 00:22:39 -0500 |
parents | d8e7cd329afb |
children |
comparison
equal
deleted
inserted
replaced
9:22b7d878f3d0 | 10:7efeace8bd32 |
---|---|
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 |