Mercurial > repos > greg > ideas
changeset 145:08e77c105188 draft
Uploaded
author | greg |
---|---|
date | Thu, 04 Jan 2018 14:45:28 -0500 |
parents | 8cd08d0aeb69 |
children | 9e0b4ceba74a |
files | create_heatmaps.R |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
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);