changeset 68:68a090cffb6f draft

Uploaded
author stef
date Tue, 26 Aug 2014 07:49:13 -0400
parents 2d939f4c23fe
children b4477584bb03
files QDNAseq.R tool_dependencies.xml
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/QDNAseq.R	Tue Aug 26 07:38:40 2014 -0400
+++ b/QDNAseq.R	Tue Aug 26 07:49:13 2014 -0400
@@ -298,8 +298,8 @@
 		## COPYNUMBER PLOT
 		png( img_file_path, width=PLOT_WIDTH, height=PLOT_HEIGHT, res=PLOT_RES ); 
 			par( PAR_SET )
-			plot( copyNumbersSmooth[ ,sample ], main=paste(sample, ": CopyNumbers", sep="") ); 
-			mtext( paste( "(", binSizeString, " bins)" sep=""), 3 )
+			plot( copyNumbersSmooth[ ,sample ], main=paste(sample, ": CopyNumbers", sep="") ) 
+			mtext( paste( binSizeString, " bins" sep=""), 3 )
 			abline( h=c(-2,-1,1,2,3,4), lty=1, lwd=0.5, col="grey" )
 		dev.off()
 		
--- a/tool_dependencies.xml	Tue Aug 26 07:38:40 2014 -0400
+++ b/tool_dependencies.xml	Tue Aug 26 07:49:13 2014 -0400
@@ -17,8 +17,10 @@
     -->
 
     <!-- environment variable not in use now -->
+    <!--
     <action type="set_environment">
         <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
     </action>
+    -->
     
 </tool_dependency>