Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
susannasiebert committed Oct 9, 2024
1 parent be8ecc3 commit a241f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/app/jobs/populate_fusion_coordinates.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a241f2b

Please sign in to comment.