Skip to content

Commit

Permalink
Remove restriction for msi and tmb for rr
Browse files Browse the repository at this point in the history
  • Loading branch information
Nithriel committed Nov 16, 2023
1 parent eeb37c1 commit 1f06cfa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/routes/report/variants.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ const therapeuticAssociationFilter = {
matchedCancer: true,
variantType: {[Op.and]: [
{[Op.is]: literal('distinct from \'exp\'')},
{[Op.is]: literal('distinct from \'msi\'')},
{[Op.is]: literal('distinct from \'tmb\'')},
]},
[Op.and]: {
[Op.or]: [
Expand Down

0 comments on commit 1f06cfa

Please sign in to comment.