diff --git a/src/mavedb/view_models/score_set.py b/src/mavedb/view_models/score_set.py index 9f53cf64..0e7f0529 100644 --- a/src/mavedb/view_models/score_set.py +++ b/src/mavedb/view_models/score_set.py @@ -109,7 +109,7 @@ def targets_need_labels_when_multiple_targets_exist(self) -> Self: "Target sequence labels cannot be empty when multiple targets are defined.", custom_loc=[ "body", - "targetGene", + "targetGenes", idx, "targetSequence", "label", @@ -134,7 +134,7 @@ def target_labels_are_unique(self) -> Self: "Target sequence labels cannot be duplicated.", custom_loc=[ "body", - "targetGene", + "targetGenes", dup_indices[-1], "targetSequence", "label", @@ -161,7 +161,7 @@ def target_accession_base_editor_targets_are_consistent(cls, field_value, values "All target accessions must be of the same base editor type.", custom_loc=[ "body", - "targetGene", + "targetGenes", 0, "targetAccession", "isBaseEditor",