# HG changeset patch # User modencode-dcc # Date 1358790804 18000 # Node ID bd2ff5799c1a5de22cdcfc3e98b99002c82fdc1a # Parent 26f40aca64c5781df6d12169e18964c4bc065e54 Uploaded diff -r 26f40aca64c5 -r bd2ff5799c1a batch-consistency-analysis.r --- 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]