# HG changeset patch
# User fubar
# Date 1374898626 14400
# Node ID df4fea3be1b3d9016b33c6e1ccc57974b4b1f88a
# Parent  2122e630b13aedc43ced5f83c11988903db28ea6
Uploaded
diff -r 2122e630b13a -r df4fea3be1b3 rgedgeR/rgedgeRpaired.xml
--- a/rgedgeR/rgedgeRpaired.xml	Fri Jul 26 23:50:59 2013 -0400
+++ b/rgedgeR/rgedgeRpaired.xml	Sat Jul 27 00:17:06 2013 -0400
@@ -3,6 +3,8 @@
   
       biocbasics
       r3
+      graphicsmagic
+      ghostscript
   
   
   
diff -r 2122e630b13a -r df4fea3be1b3 rgedgeR/tool_dependencies.xml
--- a/rgedgeR/tool_dependencies.xml	Fri Jul 26 23:50:59 2013 -0400
+++ b/rgedgeR/tool_dependencies.xml	Sat Jul 27 00:17:06 2013 -0400
@@ -2,6 +2,12 @@
 
     
         
+    package_ghostscript_9_07
+    
+        
+    
+    
+        
     
     
          
@@ -16,13 +22,14 @@
                 echo "installme=c('edgeR','limma','DESeq','DESeq2')" >> $INSTALL_DIR/runme.R
                 echo "biocLite()" >> $INSTALL_DIR/runme.R
                 echo "biocLite(installme)" >> $INSTALL_DIR/runme.R
-                echo "install.packages(c('stringr','gplots'),dependencies=T)" >> $INSTALL_DIR/runme.R
+                echo "install.packages(c('stringr','gplots'),dependencies=T,repos="http://cran.us.r-project.org")" >> $INSTALL_DIR/runme.R
                 echo "quit(save='no')" >> $INSTALL_DIR/runme.R                
                  export PATH=$PATH && export R_HOME=$R_HOME && export R_LIBS=$R_LIBS && R CMD BATCH $INSTALL_DIR/runme.R 
             
         
-        Installs some basic bioc packages for the edgeR wrapper 
-        It's clunky but this is the only way I could get anything installed into the package_r3 R
+        Installs some basic bioc packages for the edgeR wrapper and dependencies graphicsmagick (replaces imagemagick) and ghostscript for compressing R's bloated pdfs
+        It's clunky but this is the most convenient way I could get anything installed into the package_r3
+        Note we use cran at fred hutch since no fastest mirror thingy