diff QDNAseq.R @ 21:a9b5f17c2458 draft

Uploaded
author stef
date Thu, 06 Nov 2014 04:43:13 -0500
parents f31856c25082
children 4943308e95fc
line wrap: on
line diff
--- a/QDNAseq.R	Thu Nov 06 04:40:57 2014 -0500
+++ b/QDNAseq.R	Thu Nov 06 04:43:13 2014 -0500
@@ -148,9 +148,11 @@
 cmdLineArgs <- commandArgs(TRUE)
 config      <- cmdLineArgs[1]
 TOOL_PATH   <- cmdLineArgs[2]
+cat( "TOOL_PATH:", TOOL_PATH, "\n" )
 
 #TOOL_PATH <- getScriptPath()
 CSS_FILE  <- paste( TOOL_PATH, '/static/css/QDNAseq.css', sep="" )
+cat( "Aftr css check\n" )
 DECIMALS  <- 3
 WEB_LINK  <- 'http://www.bioconductor.org/packages/release/bioc/html/QDNAseq.html'
 PURE_CSS  <- 'http://yui.yahooapis.com/pure/0.5.0/pure-min.css'