24
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3
|
63
|
4 <!-- the following repo does NOT work out of the box:
|
58
|
5 <package name="package_r3_withx" version="3.0.1">
|
|
6 <repository changeset_revision="abc274f22004" name="package_r3_withx" owner="joachim-jacob" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/" />
|
24
|
7 </package>
|
63
|
8 -->
|
|
9 <package name="R_3_0_2" version="3.0.2">
|
|
10 <repository changeset_revision="b6fe8ca3230d" name="package_r_3_0_2" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/" />
|
|
11 </package>
|
24
|
12
|
28
|
13 <package name="package_biocLite_edgeR_limma" version="latest">
|
24
|
14 <install version="1.0">
|
|
15 <actions>
|
|
16 <action type="set_environment_for_install">
|
61
|
17 <!-- the following repo does NOT work out of the box:
|
56
|
18 <repository changeset_revision="abc274f22004" name="package_r3_withx" owner="joachim-jacob" toolshed="http://testtoolshed.g2.bx.psu.edu/">
|
|
19 <package name="package_r3_withx" version="3.0.1" />
|
|
20 </repository>
|
61
|
21 -->
|
|
22 <repository changeset_revision="b6fe8ca3230d" name="package_r_3_0_2" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu/">
|
|
23 <package name="R_3_0_2" version="3.0.2" />
|
|
24 </repository>
|
24
|
25 </action>
|
|
26 <action type="make_directory">$INSTALL_DIR</action>
|
|
27 <action type="shell_command">echo "source('http://bioconductor.org/biocLite.R')" > $INSTALL_DIR/runme.R</action>
|
|
28 <action type="shell_command">echo "installme=c('edgeR','limma')" >> $INSTALL_DIR/runme.R</action>
|
|
29 <action type="shell_command">echo "biocLite()" >> $INSTALL_DIR/runme.R</action>
|
|
30 <action type="shell_command">echo "biocLite(installme)" >> $INSTALL_DIR/runme.R</action>
|
|
31 <action type="shell_command">echo "install.packages(c('stringr','gplots'),dependencies=T,repos='http://cran.us.r-project.org')" >> $INSTALL_DIR/runme.R</action>
|
|
32 <action type="shell_command">echo "quit(save='no')" >> $INSTALL_DIR/runme.R</action>
|
|
33 <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>
|
|
34 </actions>
|
|
35 </install>
|
|
36 <readme>
|
28
|
37 Installs the latest bioc packages edgeR & Limma
|
24
|
38 </readme>
|
|
39 </package>
|
|
40
|
|
41 </tool_dependency>
|