# HG changeset patch # User greg # Date 1498243907 14400 # Node ID 828b43bcf2acb3f54a564a3cd4fdd12949a77832 # Parent 1336684906146544e244699946696182363a209a Uploaded diff -r 133668490614 -r 828b43bcf2ac ks_distribution.R --- a/ks_distribution.R Fri Jun 23 14:48:42 2017 -0400 +++ b/ks_distribution.R Fri Jun 23 14:51:47 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", "--num_comp"), action="store", dest="num_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", default=NA, help="List of component colors")) ) parser <- OptionParser(usage="%prog [options] file", option_list=option_list)