# HG changeset patch # User guerler # Date 1425022987 18000 # Node ID 48c591b9e917ab1ff64a53a5ae3acea55aab5e22 # Parent 8aa930289c8b334bde603d973fcbdb07fc99f9ca Uploaded diff -r 8aa930289c8b -r 48c591b9e917 charts.r --- a/charts.r Tue Feb 24 19:33:57 2015 -0500 +++ b/charts.r Fri Feb 27 02:43:07 2015 -0500 @@ -52,7 +52,7 @@ settings = split(opt$settings) # read table -table <- read.table(opt$input, comment.char = "#") +table <- read.table(opt$input, comment.char='#', fill=TRUE) # identify module file module_file = paste(opt$workdir, opt$module, '.r', sep='')