@@ -134,7 +134,7 @@ Ext4.define('SingleCell.panel.LibraryExportPanel', {
134134 itemId : 'hashingPrefix' ,
135135 fieldLabel : 'Hashing Library Prefix' ,
136136 labelWidth : 160 ,
137- value : 'H '
137+ value : 'M '
138138 } , {
139139 xtype : 'checkbox' ,
140140 itemId : 'autoAssignLane' ,
@@ -386,6 +386,7 @@ Ext4.define('SingleCell.panel.LibraryExportPanel', {
386386 Ext4 . Msg . wait ( 'Loading...' ) ;
387387 var readsetIds = Ext4 . Object . getKeys ( readsetIdToLane ) ;
388388 LABKEY . Query . selectRows ( {
389+ method : 'POST' ,
389390 containerPath : Laboratory . Utils . getQueryContainerPath ( ) ,
390391 schemaName : 'sequenceanalysis' ,
391392 queryName : 'sequence_readsets' ,
@@ -439,6 +440,7 @@ Ext4.define('SingleCell.panel.LibraryExportPanel', {
439440 if ( workbook ) {
440441 Ext4 . Msg . wait ( 'Loading...' ) ;
441442 LABKEY . Query . selectRows ( {
443+ method : 'POST' ,
442444 containerPath : Laboratory . Utils . getQueryContainerPath ( ) ,
443445 schemaName : 'core' ,
444446 queryName : 'workbooks' ,
@@ -481,6 +483,7 @@ Ext4.define('SingleCell.panel.LibraryExportPanel', {
481483
482484 Ext4 . Msg . wait ( 'Loading...' ) ;
483485 LABKEY . Query . selectRows ( {
486+ method : 'POST' ,
484487 schemaName : 'sequenceanalysis' ,
485488 queryName : 'barcodes' ,
486489 sort : 'group_name,tag_name' ,
@@ -517,6 +520,7 @@ Ext4.define('SingleCell.panel.LibraryExportPanel', {
517520 batchesToCreate = Ext4 . Array . unique ( batchesToCreate ) ;
518521
519522 LABKEY . Query . insertRows ( {
523+ method : 'POST' ,
520524 containerPath : containerId ,
521525 schemaName : 'sequenceanalysis' ,
522526 queryName : 'instrument_runs' ,
@@ -539,6 +543,7 @@ Ext4.define('SingleCell.panel.LibraryExportPanel', {
539543 } , this ) ;
540544
541545 LABKEY . Query . updateRows ( {
546+ method : 'POST' ,
542547 containerPath : Laboratory . Utils . getQueryContainerPath ( ) ,
543548 schemaName : 'sequenceanalysis' ,
544549 queryName : 'sequence_readsets' ,
0 commit comments