Skip to content

Commit cf44a60

Browse files
committed
More small improvements to 10x library import
1 parent 79ebded commit cf44a60

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

singlecell/resources/web/singlecell/panel/cDNAImportPanel.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,12 @@ Ext4.define('SingleCell.panel.cDNAImportPanel', {
122122
fieldLabel: 'Require Cite-Seq Library',
123123
itemId: 'requireCITE',
124124
checked: false
125-
}, {
125+
},{
126+
xtype: 'checkbox',
127+
fieldLabel: 'Combined Hashing and Cite-Seq Libraries',
128+
itemId: 'combineHashingCite',
129+
checked: false
130+
},{
126131
xtype: 'checkbox',
127132
fieldLabel: 'Require Library Concentrations',
128133
itemId: 'requireConc',

0 commit comments

Comments
 (0)