# HG changeset patch # User greg # Date 1488982130 18000 # Node ID b4f599423810e93bfeaf4673f3568ed2c12ac12f # Parent 30430f2758fe8439e37f06cf4e3c2472f093e945 Uploaded diff -r 30430f2758fe -r b4f599423810 kaks_analysis_barplot.R --- 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)