12
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <!--<set_environment version="1.0">
|
|
4 <environment_variable name="R_SCRIPT_PATH" action="set_to">$REPOSITORY_INSTALL_DIR/bubblebeam</environment_variable>
|
|
5 </set_environment>-->
|
|
6 <package name="saintexpress">
|
|
7 <install>
|
|
8 <actions>
|
|
9 <action type="shell_command">git clone http://github.com/bornea/Saint_On_Galaxy</action>
|
|
10 <action type="shell_command">unzip SAINTexpress_v3.6.1__2015-05-03.zip</action>
|
|
11 <action type="shell_command">./make -j</action>
|
|
12 <action type="set_environment">
|
|
13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/Saint_On_Galaxy/SAINTexpress_v3.6.1__2015-05-03/bin</environment_variable>
|
|
14 </action>
|
|
15 </actions>
|
|
16 </install>
|
|
17 <readme></readme>
|
|
18 </package>
|
|
19 </tool_dependency> |