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

Fix project name for D27

parent ddaba369
Branches
Tags
No related merge requests found
......@@ -77,7 +77,7 @@ if (!dir.exists("./analysis/deg")){
#Retrieve command-line options
option_list=list(
make_option("--p",action="store",default="D17PrF",type='character',help="Project Name"),
make_option("--p",action="store",default="D27PrF",type='character',help="Project Name"),
make_option("--g",action="store",default="ALL",type='character',help="Group To analyze"),
make_option("--lg",action="store",default=500,type='integer',help="Threshold for cells with minimum genes"),
make_option("--hg",action="store",default=2500,type='integer',help="Threshold for cells with maximum genes"),
......
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