# HG changeset patch # User greg # Date 1471632720 14400 # Node ID 79cef4a790cc0ec874204358a03457affa2fc4f7 # Parent 641c4954c76ca6eeac3155514cef582e6e98ca67 Uploaded diff -r 641c4954c76c -r 79cef4a790cc bmsb.R --- a/bmsb.R Fri Aug 19 14:48:43 2016 -0400 +++ b/bmsb.R Fri Aug 19 14:52:00 2016 -0400 @@ -3,7 +3,7 @@ suppressPackageStartupMessages(library("optparse")) options_list <- list( - make_option(c("-i", "--input"), action="store", help="Input dataset") + make_option(c("-n", "--input"), action="store", help="Input dataset") make_option(c("-o", "--output"), action="store", help="Output dataset") )