comparison tool_dependencies.xml @ 71:f33aac17f15d draft

Uploaded
author fubar
date Tue, 18 Feb 2014 01:12:00 -0500
parents e4291e5a03c1
children a83f8effff05
comparison
equal deleted inserted replaced
70:e4291e5a03c1 71:f33aac17f15d
22 <action type="shell_command">echo "installme=c('edgeR','limma','DESeq','DESeq2')" &gt;&gt; $INSTALL_DIR/runme.R</action> 22 <action type="shell_command">echo "installme=c('edgeR','limma','DESeq','DESeq2')" &gt;&gt; $INSTALL_DIR/runme.R</action>
23 <action type="shell_command">echo "biocLite()" &gt;&gt; $INSTALL_DIR/runme.R</action> 23 <action type="shell_command">echo "biocLite()" &gt;&gt; $INSTALL_DIR/runme.R</action>
24 <action type="shell_command">echo "biocLite(installme)" &gt;&gt; $INSTALL_DIR/runme.R</action> 24 <action type="shell_command">echo "biocLite(installme)" &gt;&gt; $INSTALL_DIR/runme.R</action>
25 <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> 25 <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>
26 <action type="shell_command">echo "quit(save='no')" &gt;&gt; $INSTALL_DIR/runme.R</action> 26 <action type="shell_command">echo "quit(save='no')" &gt;&gt; $INSTALL_DIR/runme.R</action>
27 <action type="shell_command" /> 27 <action type="shell_command"> echo "PATH=$PATH"</action>
28 <action type="shell_command"> export PATH=$PATH &amp;&amp; echo "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> 28 <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>
29 </actions> 29 </actions>
30 </install> 30 </install>
31 <readme>Installs some basic bioc packages for the edgeR wrapper and dependencies graphicsmagick (replaces imagemagick) and ghostscript for compressing R's bloated pdfs 31 <readme>Installs some basic bioc packages for the edgeR wrapper and dependencies graphicsmagick (replaces imagemagick) and ghostscript for compressing R's bloated pdfs
32 It's clunky but this is the most convenient way I could get anything installed into the package_r3 32 It's clunky but this is the most convenient way I could get anything installed into the package_r3
33 Note we use cran at fred hutch since no fastest mirror thingy 33 Note we use cran at fred hutch since no fastest mirror thingy