From a241f2b6a167323022183ef7bce45733e2b28cf8 Mon Sep 17 00:00:00 2001 From: Susanna Kiwala Date: Wed, 9 Oct 2024 12:55:47 -0500 Subject: [PATCH] Fix typo --- server/app/jobs/populate_fusion_coordinates.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/app/jobs/populate_fusion_coordinates.rb b/server/app/jobs/populate_fusion_coordinates.rb index e8c105953..1bdfd5a65 100644 --- a/server/app/jobs/populate_fusion_coordinates.rb +++ b/server/app/jobs/populate_fusion_coordinates.rb @@ -19,7 +19,7 @@ def perform(variant) def populate_coords(coords, secondary_coordinates) #For representative fusions, these fields are empty when the representative exons coords are first curated/revisions accepted - #For all fusions, these require updating when a revision on the primary set of coords edits these fiels + #For all fusions, these require updating when a revision on the primary set of coords edits these fields secondary_coordinates.representative_transcript = coords.representative_transcript secondary_coordinates.reference_build = coords.reference_build secondary_coordinates.ensembl_version = coords.ensembl_version