Mercurial > repos > greg > ideas
changeset 15:65739ddd00be draft
Uploaded
author | greg |
---|---|
date | Thu, 10 Aug 2017 14:23:32 -0400 |
parents | 3b3bf5196bbe |
children | 79acab9c6524 |
files | build_matrix.R |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/build_matrix.R Thu Aug 10 14:11:29 2017 -0400 +++ b/build_matrix.R Thu Aug 10 14:23:32 2017 -0400 @@ -5,6 +5,7 @@ option_list <- list( make_option(c("-i", "--input"), action="store", dest="input", help="Input .bed.gz file produced by prepMat"), make_option(c("-o", "--output"), action="store", dest="output", help="Output file"), + make_option(c("-w", "--work_dir"), action="store", dest="work_dir", help="Working directory"), ) parser <- OptionParser(usage="%prog [options] file", option_list=option_list)