Skip to content
Snippets Groups Projects
Commit 7870fe92 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Fix opt args

parent cbf5b349
2 merge requests!6Develop,!5Refactor
...@@ -13,7 +13,7 @@ options(future.globals.maxSize= 1000000000000) ...@@ -13,7 +13,7 @@ options(future.globals.maxSize= 1000000000000)
option_list=list( option_list=list(
make_option("--p",action="store",default="huPr_PdPb",type='character',help="Project Name"), make_option("--p",action="store",default="huPr_PdPb",type='character',help="Project Name"),
make_option("--s",action="store",default="hu",type='character',help="Species") make_option("--s",action="store",default="hu",type='character',help="Species"),
make_option("--m",action="store",default="Patient",type='character',help="Group to merge on") make_option("--m",action="store",default="Patient",type='character',help="Group to merge on")
) )
opt=parse_args(OptionParser(option_list=option_list)) opt=parse_args(OptionParser(option_list=option_list))
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment