# HG changeset patch # User guerler # Date 1424824437 18000 # Node ID 8aa930289c8b334bde603d973fcbdb07fc99f9ca # Parent 193e4c6c49ea8826a556f03a39cc8bd51027e0d9 Uploaded diff -r 193e4c6c49ea -r 8aa930289c8b charts.r --- a/charts.r Tue Feb 24 13:34:19 2015 -0500 +++ b/charts.r Tue Feb 24 19:33:57 2015 -0500 @@ -52,7 +52,7 @@ settings = split(opt$settings) # read table -table <- read.table(opt$input) +table <- read.table(opt$input, comment.char = "#") # identify module file module_file = paste(opt$workdir, opt$module, '.r', sep='')