comparison tool_dependencies.xml @ 16:d5fe2e8bd819 draft

Uploaded
author big-tiandm
date Sat, 15 Nov 2014 00:30:51 -0500
parents 1f49db503877
children 531d88d40600
comparison
equal deleted inserted replaced
15:1f49db503877 16:d5fe2e8bd819
19 <action type="shell_command">R CMD BATCH $REPOSITORY_INSTALL_DIR/install_DEG.R </action> 19 <action type="shell_command">R CMD BATCH $REPOSITORY_INSTALL_DIR/install_DEG.R </action>
20 20
21 21
22 22
23 <action type="set_environment"> 23 <action type="set_environment">
24 <environment_variable name="PATH" action="prepend_to"> 24 <environment_variable name="PATH" action="prepend_to">`which R`
25 <action type="shell_command">which R</action>
26 </environment_variable> 25 </environment_variable>
27 </action> 26 </action>
28 27
29 </actions> 28 </actions>
30 </install> 29 </install>