Mercurial > repos > bornea > saint_tool
view tool_dependencies.xml @ 10:42883dfbb5d4 draft
Uploaded
author | bornea |
---|---|
date | Tue, 10 Nov 2015 12:02:55 -0500 |
parents | |
children |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <!--<set_environment version="1.0"> <environment_variable name="R_SCRIPT_PATH" action="set_to">$REPOSITORY_INSTALL_DIR/bubblebeam</environment_variable> </set_environment>--> <package name="saint_wrapper"> <install> <actions> <action type="shell_command">git clone http://github.com/bornea/Saint_On_Galaxy</action> <action type="shell_command">unzip SAINTexpress_v3.6.1__2015-05-03.zip</action> <action type="shell_command">./make -j</action> <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/Saint_On_Galaxy/SAINTexpress_v3.6.1__2015-05-03/bin</environment_variable> </action> </actions> </install> <readme></readme> </package> </tool_dependency>