comparison tool_dependencies.xml @ 1:0d86d29aaed6

Added a readme
author iracooke
date Mon, 04 Mar 2013 23:56:17 -0500
parents 88ada6a29993
children e34365cd29fa
comparison
equal deleted inserted replaced
0:88ada6a29993 1:0d86d29aaed6
2 <tool_dependency> 2 <tool_dependency>
3 <package name="blast" version="2.2.27"> 3 <package name="blast" version="2.2.27">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="download_by_url">https://dl.dropbox.com/u/226794/galaxy_protk.tar.gz</action> 6 <action type="download_by_url">https://dl.dropbox.com/u/226794/galaxy_protk.tar.gz</action>
7 <action type="shell_command">sh install_blast.sh $INSTALL_DIR 1.1.9</action> 7 <action type="shell_command">sh install_blast.sh $INSTALL_DIR 1.2.0</action>
8 <action type="move_file"> 8 <action type="move_file">
9 <source>install_blast.sh</source> 9 <source>install_blast.sh</source>
10 <destination>$INSTALL_DIR</destination> 10 <destination>$INSTALL_DIR</destination>
11 </action> 11 </action>
12 <action type="set_environment"> 12 <action type="set_environment">
14 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> 14 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
15 </action> 15 </action>
16 </actions> 16 </actions>
17 </install> 17 </install>
18 <readme> 18 <readme>
19 Installs OMSSA via the protk installer 19 Installs BLAST via the protk installer
20 </readme> 20 </readme>
21 </package> 21 </package>
22 22
23 </tool_dependency> 23 </tool_dependency>