comparison tool_dependencies.xml @ 61:dfc1046c8806 draft

Uploaded
author fubar
date Mon, 10 Feb 2014 05:47:52 -0500
parents
children 7b3d0a330e57
comparison
equal deleted inserted replaced
60:9d75852bf019 61:dfc1046c8806
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <!--
4 Atlas will not compile for me - it thinks we have autoscaling on
5 so we need libopenblas-base installed on all nodes after commenting this and the set environment reference...
6 grrr
7 -->
8 <package name="atlas" version="3.11.11">
9 <repository changeset_revision="02bc9f241131" name="package_atlas_3_11" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/" />
10 </package>
11
12 <package name="r302" version="3.0.2">
13 <repository changeset_revision="e5d9e2ca3ba6" name="package_r302" owner="fubar" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/" />
14 </package>
15 <package name="ghostscript" version="9.10">
16 <repository changeset_revision="9345d2740f0c" name="package_ghostscript_9_10" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/" />
17 </package>
18 <package name="graphicsmagick" version="1.3.18">
19 <repository changeset_revision="2fd4eb971ba5" name="package_graphicsmagick_1_3" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/" />
20 </package>
21 <package name="biocbasics" version="2.14">
22 <install version="1.0">
23 <actions>
24 <action type="set_environment_for_install">
25 <repository changeset_revision="e5d9e2ca3ba6" name="package_r302" owner="fubar" toolshed="http://testtoolshed.g2.bx.psu.edu/">
26 <package name="r302" version="3.0.2" />
27 </repository>
28 <repository changeset_revision="02bc9f241131" name="package_atlas_3_11" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu/">
29 <package name="atlas" version="3.11.11" />
30 </repository>
31 </action>
32 <action type="make_directory">$INSTALL_DIR</action>
33 <action type="shell_command">echo "source('http://bioconductor.org/biocLite.R')" &gt; $INSTALL_DIR/runme.R</action>
34 <action type="shell_command">echo "installme=c('edgeR','limma','DESeq','DESeq2')" &gt;&gt; $INSTALL_DIR/runme.R</action>
35 <action type="shell_command">echo "biocLite()" &gt;&gt; $INSTALL_DIR/runme.R</action>
36 <action type="shell_command">echo "biocLite(installme)" &gt;&gt; $INSTALL_DIR/runme.R</action>
37 <action type="shell_command">echo "install.packages(c('stringr','gplots'),dependencies=T,repos='http://cran.us.r-project.org')" &gt;&gt; $INSTALL_DIR/runme.R</action>
38 <action type="shell_command">echo "quit(save='no')" &gt;&gt; $INSTALL_DIR/runme.R</action>
39 <action type="shell_command"> export PATH=$PATH &amp;&amp; export R_HOME=$R_HOME &amp;&amp; export R_LIBS=$R_LIBS &amp;&amp; R CMD BATCH $INSTALL_DIR/runme.R </action>
40 </actions>
41 </install>
42 <readme>Installs some basic bioc packages for the edgeR wrapper and dependencies graphicsmagick (replaces imagemagick) and ghostscript for compressing R's bloated pdfs
43 It's clunky but this is the most convenient way I could get anything installed into the package_r3
44 Note we use cran at fred hutch since no fastest mirror thingy
45 If atlas will not compile - eg: it thinks autoscaling is on or something,
46 you need (eg for ubuntu) libopenblas-base installed on all nodes after commenting or removing all atlas references
47 </readme>
48 </package>
49 </tool_dependency>