From 82ab8f5723887e26d9af05039d2c24fbcc1ec37d Mon Sep 17 00:00:00 2001 From: Alexis Lucattini Date: Mon, 2 Dec 2024 14:44:12 +1100 Subject: [PATCH] Fix map output size limit --- .../get_raw_md5sum_for_all_fastq_ora_sfn_template.asl.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/workload/stateless/stacks/ora-compression-manager/step_functions_templates/get_raw_md5sum_for_all_fastq_ora_sfn_template.asl.json b/lib/workload/stateless/stacks/ora-compression-manager/step_functions_templates/get_raw_md5sum_for_all_fastq_ora_sfn_template.asl.json index cb3e56262..3b4920697 100644 --- a/lib/workload/stateless/stacks/ora-compression-manager/step_functions_templates/get_raw_md5sum_for_all_fastq_ora_sfn_template.asl.json +++ b/lib/workload/stateless/stacks/ora-compression-manager/step_functions_templates/get_raw_md5sum_for_all_fastq_ora_sfn_template.asl.json @@ -22,7 +22,7 @@ "Type": "Pass", "Next": "For each rgid partition", "Parameters": { - "rgid_partitions.$": "States.ArrayPartition($.get_rgids_from_db_step.rgids, 4)" + "rgid_partitions.$": "States.ArrayPartition($.get_rgids_from_db_step.rgids, 50)" }, "ResultPath": "$.partition_rgid_array_step" }, @@ -136,6 +136,7 @@ } } }, + "ResultPath": null, "End": true } }