Skip to content

Commit 2600b73

Browse files
Lennart Opitzopitzl
authored andcommitted
add parameter
1 parent 30379f9 commit 2600b73

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

master/lib/CellRangerApp.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def initialize
1212
@analysis_category = 'SingleCell'
1313
@description =<<-EOS
1414
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
1616
@required_columns = ['Name','RawDataDir','Species']
1717
@required_params = ['name', 'refBuild']
1818
@params['cores'] = ['8', '12', '16']
@@ -39,6 +39,8 @@ def initialize
3939
@params['runVeloCyto', 'description'] = 'generate loom file by velocyto?'
4040
@params['bamStats'] = true
4141
@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'
4244
@params['cmdOptions'] = ''
4345
@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'
4446
@params['specialOptions'] = ''

0 commit comments

Comments
 (0)