changeset 56:d79951635f5d draft

Uploaded
author greg
date Mon, 26 Jun 2017 14:53:26 -0400
parents 1659cbe0d5c3
children 5db52c7bdccb
files ks_distribution.R
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ks_distribution.R	Mon Jun 26 14:50:59 2017 -0400
+++ b/ks_distribution.R	Mon Jun 26 14:53:26 2017 -0400
@@ -7,7 +7,7 @@
     make_option(c("-k", "--kaks_input"), action="store", dest="kaks_input", help="KaKs analysis input dataset"),
     make_option(c("-n", "--number_comp"), action="store", dest="number_comp", type="integer", help="Number of significant components in the Ks distribution"),
     make_option(c("-o", "--output"), action="store", dest="output", help="Output dataset"),
-    make_option(c("-r", "--colors"), action="store", default=NA, help="List of component colors")
+    make_option(c("-r", "--colors"), action="store", dest=colors", default=NA, help="List of component colors")
 )
 
 parser <- OptionParser(usage="%prog [options] file", option_list=option_list)