Mercurial > repos > greg > ks_distribution
changeset 35:a96e89657621 draft
Uploaded
author | greg |
---|---|
date | Mon, 26 Jun 2017 10:50:50 -0400 |
parents | 1800b6cdd672 |
children | 6aeba53e195b |
files | ks_distribution.R |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ks_distribution.R Mon Jun 26 10:48:39 2017 -0400 +++ b/ks_distribution.R Mon Jun 26 10:50:50 2017 -0400 @@ -6,7 +6,7 @@ option_list <- list( make_option(c("-c", "--components_input"), action="store", dest="components_input", help="Ks significant components input dataset"), 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("-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") )