Skip to content

Commit

Permalink
Added another rule for missing SRI
Browse files Browse the repository at this point in the history
  • Loading branch information
shilpigoeldev committed Nov 8, 2024
1 parent 7cb6991 commit 0b07967
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,8 @@ def genes_from_mtype
%w[MLH1 MSH2 MSH6 PMS2 EPCAM]
when /r211/
%w[APC BMPR1A EPCAM GREM1 MLH1 MSH2 MSH6 MUTYH NTHL1 PMS2 POLD1 POLE PTEN SMAD4 STK11]
when /confirmation/
@indicationcategory == '11450' ? %w[MLH1] : []
else
[]
end
Expand Down

0 comments on commit 0b07967

Please sign in to comment.