Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed bug for missing organisational_testresult #138

Merged
merged 2 commits into from
Dec 10, 2024

Conversation

shilpigoeldev
Copy link
Contributor

What?

Some of the Bristol records were missing ORGANISATIONCODE_TESTRESULT . More details on Jira #2056

Why?

Genotype duplication logic was wrong and rather duplicating a new genotype, it was being created from raw record and hence was loosing on the properties already set.

How?

Logic has been rightly applied for duplicating genotype and also code has been restructured.

Test?

select * from molecular_data where organisationcode_testresult is null; gives 0 rows now.

@shilpigoeldev shilpigoeldev self-assigned this Dec 4, 2024
@lauramccluskey1
Copy link
Collaborator

Code changes look good to me- have you checked the counts are the same before and after?

@shilpigoeldev
Copy link
Contributor Author

Code changes look good to me- have you checked the counts are the same before and after?

Yes , that I have checked ✅

@shilpigoeldev shilpigoeldev merged commit a69e37d into develop Dec 10, 2024
11 of 13 checks passed
@shilpigoeldev shilpigoeldev deleted the feature/2056/bristol_bug_fix branch December 10, 2024 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants