Skip to content

Commit

Permalink
wc: Hide last summary stats menu in analysis-tools #TASK-7216 #TASK-7100
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjuanes committed Dec 18, 2024
1 parent 47943d6 commit 27ee965
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions src/webcomponents/commons/analysis/analysis-tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`
<opencga-alignment-stats-analysis
.opencgaSession="${opencgaSession}">
</opencga-alignment-stats-analysis>
`,
},
// {
// 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`
// <opencga-alignment-stats-analysis
// .opencgaSession="${opencgaSession}">
// </opencga-alignment-stats-analysis>
// `,
// },
// {
// id: "beacon",
// name: "GA4GH Beacon",
// description: "Find databases that have information about specific variants.",
// render: opencgaSession => html``,
// },
// ],
// },
],
};
}
Expand Down

0 comments on commit 27ee965

Please sign in to comment.