Skip to content

Commit f954e90

Browse files
committed
Bugfix to library export
1 parent 8356094 commit f954e90

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
@@ -824,7 +824,7 @@ Ext4.define('SingleCell.panel.LibraryExportPanel', {
824824

825825
Ext4.Array.forEach(barcode5s, function (bc, idx) {
826826
bc = doRC ? doReverseComplement(bc) : bc;
827-
const bc3 = barcode3s.length ? bc3[idx] : '';
827+
const bc3 = barcode3s.length ? barcode3s[idx] : '';
828828

829829
var data = [sampleName, (instrument.startsWith('Novogene') ? '' : cleanedName), bc, ''];
830830
if (instrument === 'Novogene') {

0 commit comments

Comments
 (0)