Skip to content

Commit

Permalink
iva: Hide my analysis and clinical configuration tools #TASK-7216 #TA…
Browse files Browse the repository at this point in the history
…SK-7100
  • Loading branch information
jmjuanes committed Jan 31, 2025
1 parent 748c957 commit d1b91aa
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions src/sites/iva/conf/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -386,14 +386,14 @@ const SUITE = {
featured: true,
description: "Create, share and execute Jupyter Notebooks with Python.",
},
{
id: "my-analysis",
name: "My Analysis",
icon: "fa-cog",
visibility: "public",
featured: true,
description: "Explore and manage all your exceuted analysis.",
},
// {
// id: "my-analysis",
// name: "My Analysis",
// icon: "fa-cog",
// visibility: "public",
// featured: true,
// description: "Explore and manage all your exceuted analysis.",
// },
{
id: "cohort-browser",
name: "Cohort Manager",
Expand Down Expand Up @@ -479,22 +479,22 @@ const SUITE = {
`,
thumbnail: "interpretation_portal.png",
},
{
id: "clinical-configuration",
name: "Configuration",
// icon: "img/tools/icons/interpretation_portal.svg",
icon: "fa-cog",
visibility: "public",
featured: true,
description: `
<p>Explore and review Clinical Interpretations analysis</p>
<ul>
<li>Filter by gene, consequence, frequency and much more.</li>
<li>Create clinical interpretations and reports.</li>
</ul>
`,
thumbnail: "interpretation_portal.png",
},
// {
// id: "clinical-configuration",
// name: "Configuration",
// // icon: "img/tools/icons/interpretation_portal.svg",
// icon: "fa-cog",
// visibility: "public",
// featured: true,
// description: `
// <p>Explore and review Clinical Interpretations analysis</p>
// <ul>
// <li>Filter by gene, consequence, frequency and much more.</li>
// <li>Create clinical interpretations and reports.</li>
// </ul>
// `,
// thumbnail: "interpretation_portal.png",
// },
],
},
{
Expand Down

0 comments on commit d1b91aa

Please sign in to comment.