comparison tool_dependencies.xml @ 2:b0eefbf02f16 draft

Uploaded
author shirish
date Tue, 03 Jun 2014 01:44:20 -0400
parents
children
comparison
equal deleted inserted replaced
1:bcc7bfd10fb5 2:b0eefbf02f16
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">wget 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>