From acdde29d375662ea1458902d44d789c37c7fac61 Mon Sep 17 00:00:00 2001 From: Hana Snow Date: Fri, 24 Jan 2025 16:06:25 -0500 Subject: [PATCH] tweak lookup chunk size --- seqr/management/commands/check_for_new_samples_from_pipeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seqr/management/commands/check_for_new_samples_from_pipeline.py b/seqr/management/commands/check_for_new_samples_from_pipeline.py index 2635da91ca..0b4373e94a 100644 --- a/seqr/management/commands/check_for_new_samples_from_pipeline.py +++ b/seqr/management/commands/check_for_new_samples_from_pipeline.py @@ -32,7 +32,7 @@ DATASET_TYPE_MAP = {'GCNV': Sample.DATASET_TYPE_SV_CALLS} USER_EMAIL = 'manage_command' -MAX_LOOKUP_VARIANTS = 3000 +MAX_LOOKUP_VARIANTS = 2000 RELATEDNESS_CHECK_NAME = 'relatedness_check' PDO_COPY_FIELDS = [