Mercurial > repos > iracooke > protk_omssa
comparison tool_dependencies.xml @ 0:e924c0d646d0
Uploaded
author | iracooke |
---|---|
date | Mon, 04 Mar 2013 04:15:33 -0500 |
parents | |
children | f77532db59b6 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:e924c0d646d0 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="omssa" version="2.1.8"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action type="download_by_url">https://dl.dropbox.com/u/226794/galaxy_protk.tar.gz</action> | |
7 <action type="shell_command">sh install_omssa.sh $INSTALL_DIR 1.1.9</action> | |
8 <action type="move_file"> | |
9 <source>install_omssa.sh</source> | |
10 <destination>$INSTALL_DIR</destination> | |
11 </action> | |
12 <action type="set_environment"> | |
13 <environment_variable name="PROTK_OMSSA_ROOT" action="set_to">$INSTALL_DIR</environment_variable> | |
14 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> | |
15 </action> | |
16 </actions> | |
17 </install> | |
18 <readme> | |
19 Installs OMSSA via the protk installer | |
20 </readme> | |
21 </package> | |
22 | |
23 </tool_dependency> |