Skip to content

Commit

Permalink
iva-app: Add analysis-tools as a new tool #TASK-7216 #TASK-7100
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjuanes committed Nov 27, 2024
1 parent 4a70a80 commit e2dc2ef
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/sites/iva/iva-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ import "../../webcomponents/study/admin/variant/operations-admin.js";
import "../../webcomponents/user/user-profile.js";
import "../../webcomponents/api/rest-api.js";
import "../../webcomponents/note/note-browser.js";
import "../../webcomponents/analysis/analysis-tools.js";

import "../../webcomponents/commons/layouts/custom-footer.js";
import "../../webcomponents/commons/layouts/custom-navbar.js";
Expand Down Expand Up @@ -1877,6 +1878,13 @@ class IvaApp extends LitElement {
</div>
`;
break;
case "analysis-tools":
content = html`
<analysis-tools
.opencgaSession="${this.opencgaSession}">
</analysis-tools>
`;
break;
default:
// TODO: check for extensions
// ExtensionsManager.getTools().map(tool => html`
Expand Down

0 comments on commit e2dc2ef

Please sign in to comment.