Mercurial > repos > greg > ks_distribution
changeset 18:828b43bcf2ac draft
Uploaded
author | greg |
---|---|
date | Fri, 23 Jun 2017 14:51:47 -0400 |
parents | 133668490614 |
children | 14f771140d45 |
files | ks_distribution.R |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)