Skip to content
Snippets Groups Projects
Commit d02fd6a4 authored by Maria Voigt's avatar Maria Voigt
Browse files

fixing long/short-flag problem in model-prediction

parent 54547174
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ option_list <- list (
make_option(c("-i", "--input-directory"), dest = "input_directory",
type = "character", help = "directory with input files",
metavar = "/path/to/input-dir"),
make_option(c("-indir-pred", "--predictor-input-directory"),
make_option("--predictor-input-directory",
dest = "pred_input_directory", type = "character",
help = "directory with predictor input files",
metavar = "/path/to/pred_input-dir"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment