+
@@ -434,7 +440,7 @@ class VariantInterpreterBrowserTemplate extends LitElement {
-
+
${clinicalSignificance}
-
${re.classification.acmg.map(acmg => acmg.classification).join(", ")}
+
${re.classification.acmg.map(acmg => acmg.classification).join(", ")}
`;
- clinicalSignificanceTooltipText = `
`;
+ clinicalSignificanceTooltipText = `
+
+
ACMG
+
${re.classification?.acmg?.join(", ")}
+
+
+
ACMG Tier
+
${re.classification.tier}
+
+
`;
}
}
- return `
+ return `
${clinicalSignificanceHtml}
`;
}
@@ -320,7 +317,7 @@ export default class VariantInterpreterGridFormatter {
}
${gene.modesOfInheritance ? `
-
${gene.modesOfInheritance.join(", ")}
+
${gene.modesOfInheritance.join(", ")}
` : ""
}
${gene.confidence ? `
@@ -350,7 +347,7 @@ export default class VariantInterpreterGridFormatter {
` : ""
}
-
${re.classification.acmg?.map(acmg => acmg.classification || acmg)?.join(", ")}
+
${re.classification.acmg?.map(acmg => acmg.classification || acmg)?.join(", ")}
`;
}
@@ -364,7 +361,7 @@ export default class VariantInterpreterGridFormatter {
` : ""
}
-
${re.review.acmg?.map(acmg => acmg.classification)?.join(", ")}
+
${re.review.acmg?.map(acmg => acmg.classification)?.join(", ")}
`;
}
@@ -514,9 +511,9 @@ export default class VariantInterpreterGridFormatter {
// Get tooltip text
const tooltipText = VariantInterpreterGridFormatter._getSampleGenotypeTooltipText(row, sampleEntry, file);
- resultHtml += `
- ${content}
- `;
+ resultHtml += `
+ ${content}
+ `;
}
}
@@ -992,12 +989,12 @@ export default class VariantInterpreterGridFormatter {
return `
${config?.showEditReview ? `
-
- Edit ...
+
+ Edit ...
`: ""}
${checked && row?.status ? `
- ${row.status}
+ ${row.status}
` : ""}
${checked && (row.comments?.length > 0 || row.discussion?.text) ? `
diff --git a/src/webcomponents/variant/interpretation/variant-interpreter-grid.js b/src/webcomponents/variant/interpretation/variant-interpreter-grid.js
index f171155e42..a2e811d92c 100644
--- a/src/webcomponents/variant/interpretation/variant-interpreter-grid.js
+++ b/src/webcomponents/variant/interpretation/variant-interpreter-grid.js
@@ -847,10 +847,9 @@ export default class VariantInterpreterGrid extends LitElement {
- Actions
-
+ Actions
-