Skip to content

Commit ed29f60

Browse files
committed
Change 10x import page to default to back to original 10x SI-TN series
1 parent df4b54b commit ed29f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlecell/resources/web/singlecell/panel/PoolImportPanel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Ext4.define('SingleCell.panel.PoolImportPanel', {
202202
val = val.replace(/^MultiSeq[- ]Idx[- ]RP/ig, 'MultiSeq-Idx-RP');
203203

204204
if (val.length <= 3 && panel.down('#useDualIndex').getValue()) {
205-
val = 'MS-TN-' + val;
205+
val = 'SI-TN-' + val;
206206
}
207207
else {
208208
LDK.Utils.logError('Unexpected value with single-end hashing: ' + val);

0 commit comments

Comments
 (0)