Mercurial > repos > fubar > differential_count_models
comparison tool_dependencies.xml @ 48:1c6c7e481be7 draft
removed atlas - won't compile here at the Baker - thinks we have cpu scaling turned on. We don't afaik.
author | fubar |
---|---|
date | Mon, 23 Dec 2013 17:14:14 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
47:ec1cc308b156 | 48:1c6c7e481be7 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <!-- | |
4 this will not compile for me - it thinks we have autoscaling on | |
5 - so we need libopenblas-base installed on all nodes...grrr | |
6 <package name="atlas" version="3.11.11"> | |
7 <repository name='package_atlas_3_11' owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/" /> | |
8 </package> | |
9 and we need this added to the set_environment section below too | |
10 <repository name="package_atlas_3_11" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu/"> | |
11 <package name="atlas" version="3.11.11" /> | |
12 </repository> | |
13 --> | |
14 <package name="r3" version="3.0.1"> | |
15 <repository changeset_revision="6e89ec508745" name="package_r3" owner="fubar" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/" /> | |
16 </package> | |
17 <package name="ghostscript" version="9.07"> | |
18 <repository changeset_revision="7245d8573fca" name="package_ghostscript_9_07" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/" /> | |
19 </package> | |
20 <package name="graphicsmagick" version="1.3.18"> | |
21 <repository changeset_revision="2fd4eb971ba5" name="package_graphicsmagick_1_3" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/" /> | |
22 </package> | |
23 <package name="biocbasics" version="2.12"> | |
24 <install version="1.0"> | |
25 <actions> | |
26 <action type="set_environment_for_install"> | |
27 <repository changeset_revision="6e89ec508745" name="package_r3" owner="fubar" toolshed="http://testtoolshed.g2.bx.psu.edu/"> | |
28 <package name="r3" version="3.0.1" /> | |
29 </repository> | |
30 </action> | |
31 <action type="make_directory">$INSTALL_DIR</action> | |
32 <action type="shell_command">echo "source('http://bioconductor.org/biocLite.R')" > $INSTALL_DIR/runme.R</action> | |
33 <action type="shell_command">echo "installme=c('edgeR','limma','DESeq','DESeq2')" >> $INSTALL_DIR/runme.R</action> | |
34 <action type="shell_command">echo "biocLite()" >> $INSTALL_DIR/runme.R</action> | |
35 <action type="shell_command">echo "biocLite(installme)" >> $INSTALL_DIR/runme.R</action> | |
36 <action type="shell_command">echo "install.packages(c('stringr','gplots'),dependencies=T,repos='http://cran.us.r-project.org')" >> $INSTALL_DIR/runme.R</action> | |
37 <action type="shell_command">echo "quit(save='no')" >> $INSTALL_DIR/runme.R</action> | |
38 <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> | |
39 </actions> | |
40 </install> | |
41 <readme>Installs some basic bioc packages for the edgeR wrapper and dependencies graphicsmagick | |
42 (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 copyright ross lazarus last updated december 2013 ross stop lazarus at gmail stop com | |
46 License to use this source (dependencies have their own obligations) | |
47 is made available to you under the terms of the LGPL | |
48 </readme> | |
49 </package> | |
50 </tool_dependency> |