changeset 26:641c4954c76c draft

Uploaded
author greg
date Fri, 19 Aug 2016 14:48:43 -0400
parents 08cb8c7228c2
children 79cef4a790cc
files bmsb.R
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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")
 )