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

Changeset 109:86bd60bea4d8 (2014-07-06)
Previous changeset 108:96ebf676f6c0 (2014-07-06) Next changeset 110:d7e2a0c0cce9 (2014-07-06)
Commit message:
Uploaded
modified:
tool_dependencies.xml
b
diff -r 96ebf676f6c0 -r 86bd60bea4d8 tool_dependencies.xml
--- a/tool_dependencies.xml Sun Jul 06 02:36:47 2014 -0400
+++ b/tool_dependencies.xml Sun Jul 06 20:37:19 2014 -0400
b
@@ -24,10 +24,8 @@
                 <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 "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">echo "R_PATH=$R_PATH 1&gt;&amp;2"</action>                
-                <action type="shell_command">export PATH=$PATH &amp;&amp; $R_PATH/R CMD BATCH $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; 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