Skip to content

Commit

Permalink
Merge branch 'develop' into feature/DEVSU-2457-update-kbmatches-multi…
Browse files Browse the repository at this point in the history
…ple-variants-per-statement
  • Loading branch information
bnguyen-bcgsc authored Nov 5, 2024
2 parents 03c0a6e + 387e508 commit 40d5255
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/report/variants.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const cancerRelevanceFilter = {
};

const unknownSignificanceIncludes = ['mut'];
const signatureVariant = ['tmb', 'msi'];
const signatureVariant = ['tmb', 'msi', 'sigv'];

const unknownSignificanceGeneFilter = {
[Op.or]: [{oncogene: true}, {tumourSuppressor: true}, {cancerGeneListMatch: true}],
Expand Down
16 changes: 16 additions & 0 deletions test/testData/mockRapidReportData.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@
"relevance": "sensitivity",
"evidenceLevel": "table 1"
},
{
"category": "therapeutic",
"variantType": "sigv",
"variant": "sigv",
"iprEvidenceLevel": "IPR-B",
"kbVariant": "thisshouldbeintable1",
"matchedCancer": true,
"relevance": "sensitivity",
"evidenceLevel": "table 1"
},
{
"category": "therapeutic",
"variantType": "cnv",
Expand Down Expand Up @@ -270,5 +280,11 @@
"key": "mss",
"displayName": "table null"
}
],
"signatureVariants": [
{
"key": "sigv",
"displayName": "table 1"
}
]
}

0 comments on commit 40d5255

Please sign in to comment.