Mercurial > repos > fubar > differential_count_models
comparison tool_dependencies.xml @ 73:551a73ee115d draft
Uploaded
author | fubar |
---|---|
date | Tue, 18 Feb 2014 01:16:25 -0500 |
parents | a83f8effff05 |
children | 8596080a8326 |
comparison
equal
deleted
inserted
replaced
72:a83f8effff05 | 73:551a73ee115d |
---|---|
22 <action type="shell_command">echo "installme=c('edgeR','limma','DESeq','DESeq2')" >> $INSTALL_DIR/runme.R</action> | 22 <action type="shell_command">echo "installme=c('edgeR','limma','DESeq','DESeq2')" >> $INSTALL_DIR/runme.R</action> |
23 <action type="shell_command">echo "biocLite()" >> $INSTALL_DIR/runme.R</action> | 23 <action type="shell_command">echo "biocLite()" >> $INSTALL_DIR/runme.R</action> |
24 <action type="shell_command">echo "biocLite(installme)" >> $INSTALL_DIR/runme.R</action> | 24 <action type="shell_command">echo "biocLite(installme)" >> $INSTALL_DIR/runme.R</action> |
25 <action type="shell_command">echo "install.packages(c('stringr','gplots'),dependencies=T,repos='http://cran.us.r-project.org')" >> $INSTALL_DIR/runme.R</action> | 25 <action type="shell_command">echo "install.packages(c('stringr','gplots'),dependencies=T,repos='http://cran.us.r-project.org')" >> $INSTALL_DIR/runme.R</action> |
26 <action type="shell_command">echo "quit(save='no')" >> $INSTALL_DIR/runme.R</action> | 26 <action type="shell_command">echo "quit(save='no')" >> $INSTALL_DIR/runme.R</action> |
27 <action type="shell_command">echo "PATH=$PATH"</action> | 27 <action type="shell_command">echo "PATH=$PATH 1>&2"</action> |
28 <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> | 28 <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> |
29 </actions> | 29 </actions> |
30 </install> | 30 </install> |
31 <readme>Installs some basic bioc packages for the edgeR wrapper and dependencies graphicsmagick (replaces imagemagick) and ghostscript for compressing R's bloated pdfs | 31 <readme>Installs some basic bioc packages for the edgeR wrapper and dependencies graphicsmagick (replaces imagemagick) and ghostscript for compressing R's bloated pdfs |
32 It's clunky but this is the most convenient way I could get anything installed into the package_r3 | 32 It's clunky but this is the most convenient way I could get anything installed into the package_r3 |