Mercurial > repos > fubar > differential_count_models
comparison tool_dependencies.xml @ 72:a83f8effff05 draft
Uploaded
author | fubar |
---|---|
date | Tue, 18 Feb 2014 01:12:28 -0500 |
parents | f33aac17f15d |
children | 551a73ee115d |
comparison
equal
deleted
inserted
replaced
71:f33aac17f15d | 72:a83f8effff05 |
---|---|
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"</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 |
33 Note we use cran at fred hutch since no fastest mirror thingy | 33 Note we use cran at fred hutch since no fastest mirror thingy |