We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 833bef6 commit 8eaedccCopy full SHA for 8eaedcc
singlecell/resources/views/singleCellProcessing.html
@@ -4,7 +4,7 @@
4
5
Ext4.create('SingleCell.panel.SingleCellProcessingPanel', {
6
outputFileIds: LABKEY.ActionURL.getParameter("outputFileIds") ? LABKEY.ActionURL.getParameter("outputFileIds").split(';') : [],
7
- inputType: LABKEY.ActionURL.getParameter("handlerClass") || 'ProcessSeuratObjectHandler'
+ handlerClass: LABKEY.ActionURL.getParameter("handlerClass") || 'ProcessSingleCellHandler'
8
}).render(webpart.wrapperDivId);
9
});
10
0 commit comments