# HG changeset patch # User stef # Date 1415266993 18000 # Node ID a9b5f17c24586b5c18e4400b84383dfaaa4aa20e # Parent f31856c25082157647ad62c563891dd88dbe75f0 Uploaded diff -r f31856c25082 -r a9b5f17c2458 QDNAseq.R --- 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'