Mercurial > repos > fubar > differential_count_models
changeset 73:551a73ee115d draft
Uploaded
author | fubar |
---|---|
date | Tue, 18 Feb 2014 01:16:25 -0500 |
parents | a83f8effff05 |
children | 151bf55e018a |
files | tool_dependencies.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Tue Feb 18 01:12:28 2014 -0500 +++ b/tool_dependencies.xml Tue Feb 18 01:16:25 2014 -0500 @@ -24,7 +24,7 @@ <action type="shell_command">echo "biocLite(installme)" >> $INSTALL_DIR/runme.R</action> <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"</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> </actions> </install>