changeset 20:f31856c25082 draft

Uploaded
author stef
date Thu, 06 Nov 2014 04:40:57 -0500
parents 4b4bcb5db463
children a9b5f17c2458
files QDNAseq.R
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/QDNAseq.R	Thu Nov 06 04:39:36 2014 -0500
+++ b/QDNAseq.R	Thu Nov 06 04:40:57 2014 -0500
@@ -147,7 +147,7 @@
 ## only one param: the tmp config file
 cmdLineArgs <- commandArgs(TRUE)
 config      <- cmdLineArgs[1]
-TOO_PATH    <- cmdLineArgs[2]
+TOOL_PATH   <- cmdLineArgs[2]
 
 #TOOL_PATH <- getScriptPath()
 CSS_FILE  <- paste( TOOL_PATH, '/static/css/QDNAseq.css', sep="" )