You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This functionality is currently hidden via a feature flag, but when enabled one can see duplicate SV intragenic records:
There is a bug in the structuralVariantsByGene function in ResultsViewPageStore.ts. It adds both genes which is fine when intragenic was only one gene, but not now that gene1 === gene2 it does not work
And also duplicate fusion records in the Mutations tab:
The bug is in the structuralVariantsReportByGene function in ResultsViewPageStore.ts.
The text was updated successfully, but these errors were encountered:
This functionality is currently hidden via a feature flag, but when enabled one can see duplicate SV intragenic records:
There is a bug in the
structuralVariantsByGene
function inResultsViewPageStore.ts
. It adds both genes which is fine when intragenic was only one gene, but not now thatgene1 === gene2
it does not workAnd also duplicate fusion records in the Mutations tab:
The bug is in the
structuralVariantsReportByGene
function inResultsViewPageStore.ts
.The text was updated successfully, but these errors were encountered: