comparison tool_dependencies.xml @ 46:ee47fea51b40 draft

Uploaded
author fubar
date Mon, 23 Dec 2013 16:43:27 -0500
parents
children
comparison
equal deleted inserted replaced
45:6d9d2c9679ec 46:ee47fea51b40
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="atlas" version="3.11.11">
4 <repository changeset_revision="02bc9f241131" name="package_atlas_3_11" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/" />
5 </package>
6 <package name="r3" version="3.0.1">
7 <repository changeset_revision="6e89ec508745" name="package_r3" owner="fubar" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/" />
8 </package>
9 <package name="ghostscript" version="9.07">
10 <repository changeset_revision="7245d8573fca" name="package_ghostscript_9_07" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/" />
11 </package>
12 <package name="graphicsmagick" version="1.3.18">
13 <repository changeset_revision="2fd4eb971ba5" name="package_graphicsmagick_1_3" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/" />
14 </package>
15 <package name="biocbasics" version="2.12">
16 <install version="1.0">
17 <actions>
18 <action type="set_environment_for_install">
19 <repository changeset_revision="02bc9f241131" name="package_atlas_3_11" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu/">
20 <package name="atlas" version="3.11.11" />
21 </repository>
22 <repository changeset_revision="6e89ec508745" name="package_r3" owner="fubar" toolshed="http://testtoolshed.g2.bx.psu.edu/">
23 <package name="r3" version="3.0.1" />
24 </repository>
25 </action>
26 <action type="make_directory">$INSTALL_DIR</action>
27 <action type="shell_command">echo "source('http://bioconductor.org/biocLite.R')" &gt; $INSTALL_DIR/runme.R</action>
28 <action type="shell_command">echo "installme=c('edgeR','limma','DESeq','DESeq2')" &gt;&gt; $INSTALL_DIR/runme.R</action>
29 <action type="shell_command">echo "biocLite()" &gt;&gt; $INSTALL_DIR/runme.R</action>
30 <action type="shell_command">echo "biocLite(installme)" &gt;&gt; $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')" &gt;&gt; $INSTALL_DIR/runme.R</action>
32 <action type="shell_command">echo "quit(save='no')" &gt;&gt; $INSTALL_DIR/runme.R</action>
33 <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>
34 </actions>
35 </install>
36 <readme>Installs some basic bioc packages for the edgeR wrapper and dependencies graphicsmagick
37 (replaces imagemagick) and ghostscript for compressing R's bloated pdfs
38 It's clunky but this is the most convenient way I could get anything installed into the package_r3
39 Note we use cran at fred hutch since no fastest mirror thingy
40 copyright ross lazarus last updated december 2013 ross stop lazarus at gmail stop com
41 License to use this source (dependencies have their own obligations)
42 is made available to you under the terms of the LGPL
43 </readme>
44 </package>
45 </tool_dependency>