diff charts.r @ 64:8aa930289c8b draft

Uploaded
author guerler
date Tue, 24 Feb 2015 19:33:57 -0500
parents 5164a18d0916
children 48c591b9e917
line wrap: on
line diff
--- 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='')