Repository 'edger_test'
hg clone https://testtoolshed.g2.bx.psu.edu/repos/fubar/edger_test

Changeset 43:1212dc390f4f (2013-06-17)
Previous changeset 42:697272b8ef42 (2013-06-15) Next changeset 44:590068a0c820 (2013-07-08)
Commit message:
Uploaded
modified:
rgedgeR/tool_dependencies.xml
b
diff -r 697272b8ef42 -r 1212dc390f4f rgedgeR/tool_dependencies.xml
--- a/rgedgeR/tool_dependencies.xml Sat Jun 15 03:49:46 2013 -0400
+++ b/rgedgeR/tool_dependencies.xml Mon Jun 17 04:40:18 2013 -0400
b
@@ -17,8 +17,10 @@
                 <action type="shell_command">echo "biocLite()" &gt;&gt; $INSTALL_DIR/runme.R</action>
                 <action type="shell_command">echo "biocLite(installme)" &gt;&gt; $INSTALL_DIR/runme.R</action>
                 <action type="shell_command">echo "quit(save='no')" &gt;&gt; $INSTALL_DIR/runme.R</action>                
-                <action type="shell_command"> export PATH=$PATH &amp;&amp; export R_HOME=$R_HOME &amp;&amp; export R_LIBS=$R_LIBS &amp;&amp; R CMD BATCH $INSTALL_DIR/runme.R  </action>
-            </actions>
+                <action type="shell_command"> export PATH=$PATH &amp;&amp; export R_HOME=$R_HOME &amp;&amp; export R_LIBS=$R_LIBS &amp;&amp;
+                 R CMD BATCH $INSTALL_DIR/runme.R &gt; $INSTALL_DIR/install.log </action>
+                <action type="shell_command">cat $INSTALL_DIR/install.log</action>
+             </actions>
         </install>
         <readme>Installs some basic bioc packages for the edgeR wrapper
         It's clunky but this is the only way I could get anything installed into the package_r3 R