24
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3
|
|
4 <package name="package_r3" version="3.0.1">
|
|
5 <repository changeset_revision="6e89ec508745" name="package_r3" owner="fubar" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/" />
|
|
6 </package>
|
|
7
|
|
8 <package name="package_biocLite_edgeR_limma" version="2.12">
|
|
9 <install version="1.0">
|
|
10 <actions>
|
|
11 <action type="set_environment_for_install">
|
|
12 <repository changeset_revision="6e89ec508745" name="package_r3" owner="fubar" toolshed="http://testtoolshed.g2.bx.psu.edu/">
|
|
13 <package name="r3" version="3.0.1" />
|
|
14 </repository>
|
|
15 </action>
|
|
16 <action type="make_directory">$INSTALL_DIR</action>
|
|
17 <action type="shell_command">echo "source('http://bioconductor.org/biocLite.R')" > $INSTALL_DIR/runme.R</action>
|
|
18 <action type="shell_command">echo "installme=c('edgeR','limma')" >> $INSTALL_DIR/runme.R</action>
|
|
19 <action type="shell_command">echo "biocLite()" >> $INSTALL_DIR/runme.R</action>
|
|
20 <action type="shell_command">echo "biocLite(installme)" >> $INSTALL_DIR/runme.R</action>
|
|
21 <action type="shell_command">echo "install.packages(c('stringr','gplots'),dependencies=T,repos='http://cran.us.r-project.org')" >> $INSTALL_DIR/runme.R</action>
|
|
22 <action type="shell_command">echo "quit(save='no')" >> $INSTALL_DIR/runme.R</action>
|
|
23 <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>
|
|
24 </actions>
|
|
25 </install>
|
|
26 <readme>
|
|
27 Installs the bioc packages edgeR & Limma
|
|
28 </readme>
|
|
29 </package>
|
|
30
|
|
31 </tool_dependency>
|