Mercurial > repos > galaxyp > idpqonvert_app
comparison tool_dependencies.xml @ 0:1e6808c08099 draft
Uploaded
author | galaxyp |
---|---|
date | Mon, 24 Jun 2013 17:16:52 -0400 |
parents | |
children | 6373ed8c4d76 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1e6808c08099 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="" version="2.1.131"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action type="download_by_url">http://getgalaxyp.msi.umn.edu/downloads/idpQonvert_3.0.475</action> | |
7 <action type="shell_command">mv 'idpQonvert_3.0.475' idpQonvert</action> | |
8 <action type="shell_command">chmod 755 "idpQonvert"</action> | |
9 <action type="shell_command">mkdir -p 'env["system_install"]/bin'</action> | |
10 <action type="shell_command">mv "idpQonvert" 'env["system_install"]/bin'</action> | |
11 <action type="shell_command">chmod +x 'env["system_install"]/bin/idpQonvert'</action> | |
12 <action type="set_environment"> | |
13 <environment_variable name="PATH" action="prepend_to">'env["system_install"]/bin'</environment_variable> | |
14 </action> | |
15 </actions> | |
16 </install> | |
17 <readme> | |
18 This package downloads and installs idqonvert. | |
19 </readme> | |
20 </package> | |
21 </tool_dependency> |