comparison tool_dependencies.xml @ 103:83dc8bc30254 draft

Uploaded
author fubar
date Sun, 02 Mar 2014 23:26:35 -0500
parents 851f3946c9d9
children 39f7ed5b2fc1
comparison
equal deleted inserted replaced
102:851f3946c9d9 103:83dc8bc30254
16 <repository changeset_revision="4c934f6b342e" name="package_r303" owner="fubar" toolshed="http://testtoolshed.g2.bx.psu.edu/"> 16 <repository changeset_revision="4c934f6b342e" name="package_r303" owner="fubar" toolshed="http://testtoolshed.g2.bx.psu.edu/">
17 <package name="r303" version="3.0.3" /> 17 <package name="r303" version="3.0.3" />
18 </repository> 18 </repository>
19 </action> 19 </action>
20 <action type="make_directory">$INSTALL_DIR</action> 20 <action type="make_directory">$INSTALL_DIR</action>
21 <action type="shell_command">echo 'bioclite = "http://bioconductor.org/biocLite.R"' &gt; $INSTALL_DIR/runme.R</action> 21 <action type="shell_command">echo 'bioclite="http://bioconductor.org/biocLite.R"' &gt; $INSTALL_DIR/runme.R</action>
22 <action type="shell_command">echo "source(bioclite)" &gt;&gt; $INSTALL_DIR/runme.R</action> 22 <action type="shell_command">echo "source(bioclite)" &gt;&gt; $INSTALL_DIR/runme.R</action>
23 <action type="shell_command">echo 'installme=c("edgeR","limma","DESeq","DESeq2")' &gt;&gt; $INSTALL_DIR/runme.R</action> 23 <action type="shell_command">echo 'installme=c("edgeR","limma","DESeq","DESeq2")' &gt;&gt; $INSTALL_DIR/runme.R</action>
24 <action type="shell_command">echo "biocLite()" &gt;&gt; $INSTALL_DIR/runme.R</action> 24 <action type="shell_command">echo "biocLite()" &gt;&gt; $INSTALL_DIR/runme.R</action>
25 <action type="shell_command">echo "biocLite(installme)" &gt;&gt; $INSTALL_DIR/runme.R</action> 25 <action type="shell_command">echo "biocLite(installme)" &gt;&gt; $INSTALL_DIR/runme.R</action>
26 <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 'install.packages(c("stringr","gplots"),dependencies=T,repos="http://cran.us.r-project.org")' &gt;&gt; $INSTALL_DIR/runme.R</action>