# HG changeset patch # User greg # Date 1502389412 14400 # Node ID 65739ddd00bebc04db951298707d5370b19eeb38 # Parent 3b3bf5196bbeb27dfbe9e66cb074d96d021d8c9f Uploaded diff -r 3b3bf5196bbe -r 65739ddd00be build_matrix.R --- 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)