Skip to content

Commit d7e0fc6

Browse files
committed
Update maxSamplesPerBatch setting
1 parent b56eb9d commit d7e0fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SequenceAnalysis/resources/web/SequenceAnalysis/panel/VariantProcessingPanel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ Ext4.define('SequenceAnalysis.panel.VariantProcessingPanel', {
249249
name: 'maxSamplesPerWorkspace',
250250
label: 'Max Samples Per Workspace',
251251
description: 'If multiple input gVCFs are provided, the pipeline will batch samples into workspaces with at most this many samples',
252-
defaultValue: 3000
252+
defaultValue: 4000
253253
},{
254254
fieldXtype: 'ldk-integerfield',
255255
name: 'batchSize',

0 commit comments

Comments
 (0)