Mercurial > repos > plus > ss_tool
annotate tool_dependencies.xml @ 2:962d5485ca5e draft default tip
Uploaded
author | plus |
---|---|
date | Mon, 02 Jun 2014 12:04:29 -0400 |
parents | |
children |
rev | line source |
---|---|
2 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
3 <package name="softsearch" version="2.4"> | |
4 <install version="2.4"> | |
5 <actions> | |
6 <action type="download_by_url">https://s3-us-west-2.amazonaws.com/mayo-bic-tools/softsearch/Softsearch2.4.tar.gz | |
7 </action> | |
8 <action type="shell_command">tar xvzf Softsearch2.4.tar.gz</action> | |
9 <action type="shell_command">cd 2.4/</action> | |
10 <action type="shell_command">perl ./install.pl --prefix=$PWD</action> | |
11 <action type="shell_command">export PERL5LIB=$PERL5LIB:$PWD:$PWD/lib</action> | |
12 <action type="shell_command">perl script/SoftSearch.pl</action> | |
13 <action type="set_environment"> | |
14 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
15 </action> | |
16 </actions> | |
17 </install> | |
18 </package> | |
19 </tool_dependency> |