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

Make default demultiplex file group number = 1

parent 21f4f870
No related merge requests found
......@@ -8,7 +8,7 @@ library(readr)
#retrive command line options
option_list=list(
make_option("--p",action="store",default="Pr",type='character',help="Project Name"),
make_option("--d",action="store",default=4,type='integer',help="Demultiplex Group Number"),
make_option("--d",action="store",default=1,type='integer',help="Demultiplex Group Number"),
make_option("--mc",action="store",default=3,type='integer',help="Minimum Cells"),
make_option("--mg",action="store",default=200,type='integer',help="Minimum 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