Skip to content

Commit

Permalink
process moleculartestingtype method called (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
shilpigoeldev authored Sep 4, 2024
1 parent b2c1025 commit 1f81617
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/import/brca/providers/newcastle/newcastle_handler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def process_fields(record)
add_organisationcode_testresult(genotype)
process_test_scope(genotype, record)
process_test_status(genotype, record)
process_test_type(genotype, record)
final_results = process_variant_records(genotype, record)
final_results.each { |cur_genotype| @persister.integrate_and_store(cur_genotype) }
end
Expand Down

0 comments on commit 1f81617

Please sign in to comment.