Skip to content

Commit a37d65b

Browse files
committed
Bugfix to library export for dual-end hashing data
1 parent ed8f96d commit a37d65b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ Ext4.define('SingleCell.panel.LibraryExportPanel', {
890890
processType(readsetIds, rows, r, 'tcrReadsetId', 'TCR', 700, 0.01, 'T', null, false, tcrData, runMap, totalCells);
891891

892892
// NOTE: Dual index 10x is always presented in the right orientation, so only RC if single-indexed
893-
const hashingDoRC = !r.barcode3;
893+
const hashingDoRC = !r['hashingReadsetId/barcode3'];
894894
processType(readsetIds, rows, r, 'hashingReadsetId', 'HTO', 182, 0.05, 'H', 'Cell hashing, 190bp amplicon. Please QC individually and pool in equal amounts per lane', hashingDoRC, 20, runMap, totalCells);
895895
processType(readsetIds, rows, r, 'citeseqReadsetId', 'CITE', 182, 0.05, 'C', 'CITE-Seq, 190bp amplicon. Please QC individually and pool in equal amounts per lane', false, 20, runMap, totalCells);
896896
}, this);

0 commit comments

Comments
 (0)