Mercurial > repos > greg > ks_distribution
changeset 26:da8615a486fe draft
Uploaded
author | greg |
---|---|
date | Mon, 26 Jun 2017 10:00:41 -0400 |
parents | bf528b77e0c9 |
children | 23c0f5c519ac |
files | ks_distribution.R |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ks_distribution.R Mon Jun 26 09:56:42 2017 -0400 +++ b/ks_distribution.R Mon Jun 26 10:00:41 2017 -0400 @@ -1,6 +1,7 @@ #!/usr/bin/env Rscript suppressPackageStartupMessages(library("optparse")) +suppressPackageStartupMessages(library("rjson")) option_list <- list( make_option(c("-c", "--components_input"), action="store", dest="components_input", help="Ks significant components input dataset"),