Mercurial > repos > greg > ideas
diff create_heatmaps.R @ 145:08e77c105188 draft
Uploaded
author | greg |
---|---|
date | Thu, 04 Jan 2018 14:45:28 -0500 |
parents | 269e7e466b00 |
children | 04db93e8566b |
line wrap: on
line diff
--- a/create_heatmaps.R Thu Jan 04 14:45:16 2018 -0500 +++ b/create_heatmaps.R Thu Jan 04 14:45:28 2018 -0500 @@ -3,9 +3,9 @@ suppressPackageStartupMessages(library("optparse")) option_list <- list( - make_option(c("--input_dir"), action="store", dest="input_dir", help="IDEAS para files directory"), - make_option(c("--output_dir"), action="store", dest="output_dir", help="PDF output directory"), - make_option(c("--script_dir"), action="store", dest="script_dir", help="R script source directory") + make_option(c("--input_dir"), action="store", dest="input_dir", help="IDEAS para files directory"), + make_option(c("--output_dir"), action="store", dest="output_dir", help="PDF output directory"), + make_option(c("--script_dir"), action="store", dest="script_dir", help="R script source directory") ) parser <- OptionParser(usage="%prog [options] file", option_list=option_list);