diff --git a/src/webcomponents/commons/analysis/analysis-tools.js b/src/webcomponents/commons/analysis/analysis-tools.js index 45c587eaf..9dfc40d41 100644 --- a/src/webcomponents/commons/analysis/analysis-tools.js +++ b/src/webcomponents/commons/analysis/analysis-tools.js @@ -343,28 +343,28 @@ export default class AnalysisTools extends LitElement { }, ], }, - { - id: "summary-stats", - name: "Summary Stats", - submenu: [ - { - id: "alignment-stats", - name: "Alignment Stats", - description: "Compute BAM stats using samtools", - render: opencgaSession => html` - - - `, - }, - // { - // id: "beacon", - // name: "GA4GH Beacon", - // description: "Find databases that have information about specific variants.", - // render: opencgaSession => html``, - // }, - ], - }, + // { + // id: "summary-stats", + // name: "Summary Stats", + // submenu: [ + // { + // id: "alignment-stats", + // name: "Alignment Stats", + // description: "Compute BAM stats using samtools", + // render: opencgaSession => html` + // + // + // `, + // }, + // { + // id: "beacon", + // name: "GA4GH Beacon", + // description: "Find databases that have information about specific variants.", + // render: opencgaSession => html``, + // }, + // ], + // }, ], }; }