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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ def initialize
40
40
@params['bamStats']=true
41
41
@params['bamStats','description']='Compute stats per cell from the bam file?'
42
42
@params['keepBam']=false
43
-
@params['bamStats','description']='Keep bam file produced by CellRanger? Usually it is not neccessary for downstream analyses'
43
+
@params['keepBam','description']='Keep bam file produced by CellRanger? Usually it is not neccessary for downstream analyses'
44
44
@params['cmdOptions']=''
45
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'
@params['keepBam','description']='Keep bam file produced by CellRanger? Usually it is not neccessary for downstream analyses'
34
36
@params['cmdOptions']=''
35
37
@params['cmdOptions','description']='specify the commandline options for SpaceRanger; do not specify any option that is already covered by the dedicated input fields'
0 commit comments