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

Changeset 90:2c7b33c84904 (2014-02-27)
Previous changeset 89:7de681a7c511 (2014-02-27) Next changeset 91:6fb919a3bff4 (2014-03-02)
Commit message:
Uploaded
modified:
tool_dependencies.xml
b
diff -r 7de681a7c511 -r 2c7b33c84904 tool_dependencies.xml
--- a/tool_dependencies.xml Thu Feb 27 05:00:05 2014 -0500
+++ b/tool_dependencies.xml Thu Feb 27 05:29:51 2014 -0500
b
@@ -25,7 +25,7 @@
                 <action type="shell_command">echo "install.packages(c('stringr','gplots'),dependencies=T,repos='http://cran.us.r-project.org')" &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">echo "PATH=$PATH 1&gt;&amp;2"</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>
+                <action type="shell_command">export PATH=$PATH &amp;&amp; R CMD BATCH $INSTALL_DIR/runme.R </action>
             </actions>
         </install>
         <readme>Installs some basic bioc packages for the edgeR wrapper and dependencies graphicsmagick (replaces imagemagick) and ghostscript for compressing R's bloated pdfs