changeset 65:48c591b9e917 draft

Uploaded
author guerler
date Fri, 27 Feb 2015 02:43:07 -0500
parents 8aa930289c8b
children 9dd66c3889e6
files charts.r
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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='')