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 -->
|
64
|
9
|
66
|
10 <!-- the following repo does NOT even install due to gfortran shared libs:
|
64
|
11 <package name="R" version="3.1.0">
|
|
12 <repository changeset_revision="a6cc7706ea14" name="package_r_3_1_0" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/" />
|
63
|
13 </package>
|
66
|
14 -->
|
|
15
|
|
16 <package name="R" version="3.0.3">
|
68
|
17 <repository changeset_revision="9ff23e0b280b" name="package_r_3_0_3" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/" />
|
66
|
18 </package>
|
24
|
19
|
78
|
20 <package name="biocLite_edgeR_limma" version="latest">
|
24
|
21 <install version="1.0">
|
|
22 <actions>
|
|
23 <action type="set_environment_for_install">
|
61
|
24 <!-- the following repo does NOT work out of the box:
|
56
|
25 <repository changeset_revision="abc274f22004" name="package_r3_withx" owner="joachim-jacob" toolshed="http://testtoolshed.g2.bx.psu.edu/">
|
|
26 <package name="package_r3_withx" version="3.0.1" />
|
|
27 </repository>
|
61
|
28 -->
|
66
|
29 <!-- the following repo does NOT even install due to gfortran shared libs:
|
64
|
30 <repository changeset_revision="a6cc7706ea14" name="package_r_3_1_0" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu/">
|
|
31 <package name="R" version="3.1.0" />
|
61
|
32 </repository>
|
66
|
33 -->
|
|
34
|
68
|
35 <repository changeset_revision="9ff23e0b280b" name="package_r_3_0_3" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu/">
|
66
|
36 <package name="R" version="3.0.3" />
|
|
37 </repository>
|
|
38
|
24
|
39 </action>
|
|
40 <action type="make_directory">$INSTALL_DIR</action>
|
|
41 <action type="shell_command">echo "source('http://bioconductor.org/biocLite.R')" > $INSTALL_DIR/runme.R</action>
|
|
42 <action type="shell_command">echo "installme=c('edgeR','limma')" >> $INSTALL_DIR/runme.R</action>
|
|
43 <action type="shell_command">echo "biocLite()" >> $INSTALL_DIR/runme.R</action>
|
|
44 <action type="shell_command">echo "biocLite(installme)" >> $INSTALL_DIR/runme.R</action>
|
|
45 <action type="shell_command">echo "install.packages(c('stringr','gplots'),dependencies=T,repos='http://cran.us.r-project.org')" >> $INSTALL_DIR/runme.R</action>
|
|
46 <action type="shell_command">echo "quit(save='no')" >> $INSTALL_DIR/runme.R</action>
|
|
47 <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>
|
|
48 </actions>
|
|
49 </install>
|
|
50 <readme>
|
66
|
51 Installs the latest bioc packages: edgeR & Limma
|
24
|
52 </readme>
|
|
53 </package>
|
|
54
|
71
|
55 <!-- instead of using "convert", make use of "gm convert" -->
|
|
56 <package name="graphicsmagick" version="1.3.18">
|
74
|
57 <repository changeset_revision="2fd4eb971ba5" name="package_graphicsmagick_1_3" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu/" />
|
71
|
58 </package>
|
24
|
59 </tool_dependency>
|