| Previous changeset 89:7de681a7c511 (2014-02-27) Next changeset 91:6fb919a3bff4 (2014-03-02) |
|
Commit message:
Uploaded |
|
modified:
tool_dependencies.xml |
| b |
| diff -r 7de681a7c511 -r 2c7b33c84904 tool_dependencies.xml --- a/tool_dependencies.xml Thu Feb 27 05:00:05 2014 -0500 +++ b/tool_dependencies.xml Thu Feb 27 05:29:51 2014 -0500 |
| b |
| @@ -25,7 +25,7 @@ <action type="shell_command">echo "install.packages(c('stringr','gplots'),dependencies=T,repos='http://cran.us.r-project.org')" >> $INSTALL_DIR/runme.R</action> <action type="shell_command">echo "quit(save='no')" >> $INSTALL_DIR/runme.R</action> <action type="shell_command">echo "PATH=$PATH 1>&2"</action> - <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> + <action type="shell_command">export PATH=$PATH && R CMD BATCH $INSTALL_DIR/runme.R </action> </actions> </install> <readme>Installs some basic bioc packages for the edgeR wrapper and dependencies graphicsmagick (replaces imagemagick) and ghostscript for compressing R's bloated pdfs |