Skip to content

Commit 78c4f6c

Browse files
committed
Bugfixes to SingleCellPanel/nExpectedCells
1 parent 459fce4 commit 78c4f6c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

singlecell/resources/web/singlecell/panel/SingleCellProcessingPanel.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,11 +263,14 @@ Ext4.define('SingleCell.panel.SingleCellProcessingPanel', {
263263
checked: false,
264264
inputValue: true
265265
}, {
266-
fieldXtype: 'checkbox',
266+
fieldXtype: 'ldk-integerfield',
267267
name: 'nExpectedCells',
268268
label: '# Expected Cells',
269269
description: 'Only applied if emptyDropsCellRanger is selected. Passed to n.expected.cells argument',
270-
defaultValue: 8000
270+
defaultValue: 8000,
271+
additionalExtConfig: {
272+
minValue: 0
273+
}
271274
}]
272275
}]
273276
}

0 commit comments

Comments
 (0)