0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <!-- see also http://wiki.galaxyproject.org/ToolShedToolFeatures for syntax help
|
|
4 partly based on : https://toolshed.g2.bx.psu.edu/repos/iuc/package_r_3_0_3
|
|
5 -->
|
|
6 <package name="R_bioc_metams" version="3.1.1">
|
|
7 <install version="1.0">
|
|
8 <actions_group>
|
|
9 <actions>
|
8
|
10 <package name="readline" version="6.2">
|
|
11 <repository changeset_revision="052e8df231ac" name="package_readline_6_2" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
|
|
12 </package>
|
|
13 <package name="libpng" version="1.6.7">
|
|
14 <repository changeset_revision="db14a391648d" name="package_libpng_1_6_7" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
|
|
15 </package>
|
|
16 <package name="cairo" version="1.12.14">
|
|
17 <repository changeset_revision="b39299b4b6e1" name="package_cairo_1_12_14" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
|
|
18 </package>
|
|
19 <package name="pixman" version="0.32.4">
|
|
20 <repository changeset_revision="3d44a209a6b9" name="package_pixman_0_32_4" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
|
|
21 </package>
|
|
22 <package name="freetype" version="2.5.2">
|
|
23 <repository changeset_revision="58782940c411" name="package_freetype_2_5_2" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
|
|
24 </package>
|
|
25 <action type="download_by_url">http://cran.r-project.org/src/base/R-3/R-3.1.1.tar.gz</action>
|
|
26 <action type="set_environment_for_install">
|
|
27 <repository changeset_revision="052e8df231ac" name="package_readline_6_2" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu">
|
|
28 <package name="readline" version="6.2" />
|
|
29 </repository>
|
|
30 <repository changeset_revision="db14a391648d" name="package_libpng_1_6_7" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu">
|
|
31 <package name="libpng" version="1.6.7" />
|
|
32 </repository>
|
|
33 <repository changeset_revision="b39299b4b6e1" name="package_cairo_1_12_14" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu">
|
|
34 <package name="cairo" version="1.12.14" />
|
|
35 </repository>
|
|
36 <repository changeset_revision="3d44a209a6b9" name="package_pixman_0_32_4" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu">
|
|
37 <package name="pixman" version="0.32.4" />
|
|
38 </repository>
|
|
39 <repository changeset_revision="58782940c411" name="package_freetype_2_5_2" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu">
|
|
40 <package name="freetype" version="2.5.2" />
|
|
41 </repository>
|
|
42 </action>
|
0
|
43 <action type="download_by_url">http://cran.r-project.org/src/base/R-3/R-3.1.1.tar.gz</action>
|
|
44 <action type="move_directory_files">
|
|
45 <source_directory>.</source_directory>
|
|
46 <destination_directory>$INSTALL_DIR</destination_directory>
|
|
47 </action>
|
|
48 <action type="shell_command">
|
8
|
49 cd $INSTALL_DIR;
|
|
50 export LDFLAGS="-L$PNG_LIBS -L$READLINE_LIB_PATH" &&
|
|
51 export LDFLAGS="$LDFLAGS -Wl,-rpath,$READLINE_LIB_PATH" &&
|
|
52 export LDFLAGS="$LDFLAGS -Wl,-rpath,$PIXMAN_LIB_PATH" &&
|
|
53 export LDFLAGS="$LDFLAGS -Wl,-rpath,$PNG_LIB_PATH" &&
|
|
54 export LDFLAGS="$LDFLAGS -Wl,-rpath,$FREETYPE_LIB_PATH" &&
|
|
55 export CFLAGS="-I$PNG_INCLUDES -I$READLINE_INCLUDE_PATH" &&
|
|
56 export CXXFLAGS="-I$PNG_INCLUDES -I$READLINE_INCLUDE_PATH" &&
|
|
57 export CPPFLAGS="-I$PNG_INCLUDES -I$READLINE_INCLUDE_PATH" &&
|
|
58 $INSTALL_DIR/configure --with-tcltk \
|
|
59 --with-blas \
|
|
60 --with-lapack \
|
|
61 --with-readline \
|
|
62 --with-cairo \
|
|
63 --with-libpng \
|
|
64 --without-x \
|
|
65 --enable-R-shlib \
|
|
66 --disable-R-framework \
|
|
67 --libdir=$INSTALL_DIR/lib \
|
|
68 --prefix=$INSTALL_DIR
|
0
|
69 </action>
|
|
70 <action type="shell_command">make -C $INSTALL_DIR</action>
|
|
71 </actions>
|
|
72 <action type="set_environment">
|
|
73 <environment_variable action="set_to" name="R_DOC_DIR">$INSTALL_DIR/doc</environment_variable>
|
|
74 <environment_variable action="set_to" name="R_HOME_DIR">$INSTALL_DIR</environment_variable>
|
|
75 <environment_variable action="set_to" name="R_INCLUDE_DIR">$INSTALL_DIR/include</environment_variable>
|
|
76 <environment_variable action="set_to" name="R_SHARE_DIR">$INSTALL_DIR/share</environment_variable>
|
|
77 <environment_variable action="set_to" name="R_ROOT_DIR">$INSTALL_DIR</environment_variable>
|
|
78 <environment_variable action="set_to" name="R_HOME">$INSTALL_DIR</environment_variable>
|
|
79 <environment_variable action="set_to" name="RHOME">$INSTALL_DIR</environment_variable>
|
|
80 <environment_variable action="set_to" name="R_LIBS">$INSTALL_DIR/library</environment_variable>
|
|
81 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
|
|
82 </action>
|
|
83 <!-- the Bioconductor and metaMS part -->
|
|
84 <action type="shell_command">wget -P $INSTALL_DIR http://toolshed.g2.bx.psu.edu/repos/pieterlukasse/prims_metabolomics_r_dependencies/raw-file/tip/INSTALL.r</action>
|
|
85 <action type="shell_command">$INSTALL_DIR/bin/Rscript $INSTALL_DIR/INSTALL.r</action>
|
|
86 </actions_group>
|
|
87 </install>
|
|
88 <readme>
|
|
89 Ensures R 3.1.1 is installed.
|
|
90 Ensures Bioconductor 3.0 and package metaMS, multtest and snow are installed.
|
|
91 R is a free software environment for statistical computing and graphics.
|
|
92 </readme>
|
|
93 </package>
|
|
94
|
|
95
|
|
96 </tool_dependency> |