changeset 154:b140097a984e draft

Uploaded
author greg
date Fri, 12 Jan 2018 13:43:16 -0500
parents 1dc3ef0a6312
children f70a86b6c6e0
files ideas.R
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ideas.R	Fri Jan 12 13:43:08 2018 -0500
+++ b/ideas.R	Fri Jan 12 13:43:16 2018 -0500
@@ -17,7 +17,6 @@
     make_option(c("--minerr"), action="store", dest="minerr", type="double", default=NULL, help="Minimum standard deviation for the emission Gaussian distribution"),
     make_option(c("--norm"), action="store_true", dest="norm", default=FALSE, help="Standardize all datasets"),
     make_option(c("--output_log"), action="store", dest="output_log", default=NULL, help="Output log file path"),
-    make_option(c("--output_txt_dir"), action="store", dest="output_txt_dir", help="Directory for output txt files"),
     make_option(c("--prep_output_config"), action="store", dest="prep_output_config", help="prepMat output config file"),
     make_option(c("--prior_concentration"), action="store", dest="prior_concentration", type="double", default=NULL, help="Prior concentration"),
     make_option(c("--project_name"), action="store", dest="project_name", help="Outputs will have this base name"),