Mercurial > repos > greg > kaks_analysis_barplot
changeset 2:b4f599423810 draft
Uploaded
author | greg |
---|---|
date | Wed, 08 Mar 2017 09:08:50 -0500 |
parents | 30430f2758fe |
children | 9ec2b94ff094 |
files | kaks_analysis_barplot.R |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/kaks_analysis_barplot.R Wed Mar 08 09:02:36 2017 -0500 +++ b/kaks_analysis_barplot.R Wed Mar 08 09:08:50 2017 -0500 @@ -3,8 +3,8 @@ suppressPackageStartupMessages(library("optparse")) option_list <- list( - make_option(c("-c", "--components"), action="store", dest="components", help="Ks significant components input dataset"), - make_option(c("-o", "--output"), action="store", dest="output", default=NULL, help="Output dataset"), + make_option(c("-c", "--components", action="store", dest="components", help="Ks significant components input dataset"), + make_option(c("-o", "--output", action="store", dest="output", default=NULL, help="Output dataset"), ) parser <- OptionParser(usage="%prog [options] file", option_list=option_list)