Skip to content

Commit 53980d7

Browse files
committed
Update library type terms
1 parent fce1f1f commit 53980d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

singlecell/resources/web/singlecell/panel/LibraryExportPanel.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -935,17 +935,17 @@ Ext4.define('SingleCell.panel.LibraryExportPanel', {
935935
data.push(comment || 'Please QC individually and pool in equal amounts per lane');
936936
}
937937
else if (instrument === 'Novogene-New') {
938-
let libraryType = 'Premade-10X Single Cell Transcriptome Library';
938+
let libraryType = 'UNKNOWN';
939939
switch (suffix) {
940940
case 'GEX':
941-
libraryType = 'Premade-10X Single Cell Transcriptome Library';
941+
libraryType = 'Premade-10X 5 prime Single Cell Transcriptome Library';
942942
break;
943943
case 'TCR':
944944
libraryType = 'Premade-10X VDJ Library';
945945
break;
946946
case 'HTO':
947947
case 'CITE':
948-
libraryType = 'Premade-10X Feature Barcode Library';
948+
libraryType = 'Premade-10X 5 prime Feature Barcode Library';
949949
break;
950950
default:
951951
console.error('Unknown suffix: ' + suffix);

0 commit comments

Comments
 (0)