Skip to content

Commit 3c6630f

Browse files
committed
Bugfix 10x sample import
1 parent d7e439a commit 3c6630f

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
@@ -1022,7 +1022,7 @@ Ext4.define('SingleCell.panel.PoolImportPanel', {
10221022
},
10231023

10241024
getSampleKey: function(data){
1025-
return [data.sampleId, data.subjectId, data.sample, data.assaytype, data.tissue, (Ext4.isDate(data.sampleDate) ? Ext4.Date.format(data.sampleDate, 'Y-m-d') : data.sampleDate)].join('|');
1025+
return [data.sampleId, data.subjectId, data.stim, data.assaytype, data.tissue, (Ext4.isDate(data.sampleDate) ? Ext4.Date.format(data.sampleDate, 'Y-m-d') : data.sampleDate)].join('|');
10261026
},
10271027

10281028
getSortKey: function(data){

0 commit comments

Comments
 (0)