changeset 24:bd2ff5799c1a draft default tip

Uploaded
author modencode-dcc
date Mon, 21 Jan 2013 12:53:24 -0500
parents 26f40aca64c5
children
files batch-consistency-analysis.r
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/batch-consistency-analysis.r	Mon Jan 21 12:53:08 2013 -0500
+++ b/batch-consistency-analysis.r	Mon Jan 21 12:53:24 2013 -0500
@@ -75,7 +75,7 @@
 # args[8] is the gtable
 chr.file <- args[8]
 
-chr.size <- read.table(chr.file)
+chr.size <- read.table(paste(script_path, "/genome_tables/", chr.file, sep=""))
 
 # setting output files
 r.output <- args[9]