Skip to content

Commit

Permalink
Update library type terms
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Jun 12, 2024
1 parent fce1f1f commit 53980d7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -935,17 +935,17 @@ Ext4.define('SingleCell.panel.LibraryExportPanel', {
data.push(comment || 'Please QC individually and pool in equal amounts per lane');
}
else if (instrument === 'Novogene-New') {
let libraryType = 'Premade-10X Single Cell Transcriptome Library';
let libraryType = 'UNKNOWN';
switch (suffix) {
case 'GEX':
libraryType = 'Premade-10X Single Cell Transcriptome Library';
libraryType = 'Premade-10X 5 prime Single Cell Transcriptome Library';
break;
case 'TCR':
libraryType = 'Premade-10X VDJ Library';
break;
case 'HTO':
case 'CITE':
libraryType = 'Premade-10X Feature Barcode Library';
libraryType = 'Premade-10X 5 prime Feature Barcode Library';
break;
default:
console.error('Unknown suffix: ' + suffix);
Expand Down

0 comments on commit 53980d7

Please sign in to comment.