24
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3
|
33
|
4 <package name="R" version="3.0.3">
|
28
|
5 <repository changeset_revision="232ebc8b1c0d" name="package_r_3_0_3" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/" />
|
24
|
6 </package>
|
|
7
|
28
|
8 <package name="package_biocLite_edgeR_limma" version="latest">
|
24
|
9 <install version="1.0">
|
|
10 <actions>
|
|
11 <action type="set_environment_for_install">
|
56
|
12 <!-- The following REPO has no X installed and can't produce PNG figures - Cairo is giving errors as well
|
28
|
13 <repository changeset_revision="232ebc8b1c0d" name="package_r_3_0_3" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu/">
|
|
14 <package name="package_r_3_0_3" version="3.0.3" />
|
24
|
15 </repository>
|
56
|
16 -->
|
|
17 <repository changeset_revision="abc274f22004" name="package_r3_withx" owner="joachim-jacob" toolshed="http://testtoolshed.g2.bx.psu.edu/">
|
|
18 <package name="package_r3_withx" version="3.0.1" />
|
|
19 </repository>
|
24
|
20 </action>
|
|
21 <action type="make_directory">$INSTALL_DIR</action>
|
|
22 <action type="shell_command">echo "source('http://bioconductor.org/biocLite.R')" > $INSTALL_DIR/runme.R</action>
|
|
23 <action type="shell_command">echo "installme=c('edgeR','limma')" >> $INSTALL_DIR/runme.R</action>
|
|
24 <action type="shell_command">echo "biocLite()" >> $INSTALL_DIR/runme.R</action>
|
|
25 <action type="shell_command">echo "biocLite(installme)" >> $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')" >> $INSTALL_DIR/runme.R</action>
|
|
27 <action type="shell_command">echo "quit(save='no')" >> $INSTALL_DIR/runme.R</action>
|
|
28 <action type="shell_command">export PATH=$PATH && export R_HOME=$R_HOME && export R_LIBS=$R_LIBS && R CMD BATCH $INSTALL_DIR/runme.R </action>
|
|
29 </actions>
|
|
30 </install>
|
|
31 <readme>
|
28
|
32 Installs the latest bioc packages edgeR & Limma
|
24
|
33 </readme>
|
|
34 </package>
|
|
35
|
|
36 </tool_dependency>
|