You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: master/lib/CellRangerApp.rb
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ def initialize
12
12
@analysis_category='SingleCell'
13
13
@description=<<-EOS
14
14
This wrapper runs <a href='https://support.10xgenomics.com/single-cell-gene-expression/software/pipelines/latest/using/count',>cellranger count</a> in Single-library analysis mode.
15
-
EOS
15
+
EOS
16
16
@required_columns=['Name','RawDataDir','Species']
17
17
@required_params=['name','refBuild']
18
18
@params['cores']=['8','12','16']
@@ -39,6 +39,8 @@ def initialize
39
39
@params['runVeloCyto','description']='generate loom file by velocyto?'
40
40
@params['bamStats']=true
41
41
@params['bamStats','description']='Compute stats per cell from the bam file?'
42
+
@params['keepBam']=false
43
+
@params['bamStats','description']='Keep bam file produced by CellRanger? Usually it is not neccessary for downstream analyses'
42
44
@params['cmdOptions']=''
43
45
@params['cmdOptions','description']='specify the commandline options for CellRanger (e.g. --include-introns for single nuclei data); do not specify any option that is already covered by the dedicated input fields'
0 commit comments