Mercurial > repos > greg > ks_distribution
diff ks_distribution.R @ 26:da8615a486fe draft
Uploaded
author | greg |
---|---|
date | Mon, 26 Jun 2017 10:00:41 -0400 |
parents | 492ef68d73f7 |
children | 23c0f5c519ac |
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"),