Mercurial > repos > guerler > charts
changeset 64:8aa930289c8b draft
Uploaded
author | guerler |
---|---|
date | Tue, 24 Feb 2015 19:33:57 -0500 |
parents | 193e4c6c49ea |
children | 48c591b9e917 |
files | charts.r |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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='')