comparison tool_dependencies.xml @ 17:531d88d40600 draft

Uploaded
author big-tiandm
date Sat, 15 Nov 2014 00:39:17 -0500
parents d5fe2e8bd819
children 32970aaa6af8
comparison
equal deleted inserted replaced
16:d5fe2e8bd819 17:531d88d40600
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">`which R` 24 <environment_variable name="PATH" action="prepend_to">$R_PATH</environment_variable>
25 </environment_variable>
26 </action> 25 </action>
27 26
28 </actions> 27 </actions>
29 </install> 28 </install>
30 29