# HG changeset patch # User greg # Date 1471632523 14400 # Node ID 641c4954c76ca6eeac3155514cef582e6e98ca67 # Parent 08cb8c7228c21f99fa279251ba5e812a118c70d8 Uploaded diff -r 08cb8c7228c2 -r 641c4954c76c bmsb.R --- a/bmsb.R Fri Aug 19 14:38:51 2016 -0400 +++ b/bmsb.R Fri Aug 19 14:48:43 2016 -0400 @@ -2,7 +2,7 @@ suppressPackageStartupMessages(library("optparse")) -option_list <- list( +options_list <- list( make_option(c("-i", "--input"), action="store", help="Input dataset") make_option(c("-o", "--output"), action="store", help="Output dataset") )