Skip to content

Commit

Permalink
variant-interpreter.settings.js completed #236
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioaltamura committed Jul 14, 2021
1 parent d120a47 commit 4d5fd13
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/conf/variant-interpreter-browser-cancer.settings.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const variantInterpreterBrowserCancerSettings = {
menu: {
// add all filters and let variant-interpreter-browser-cancer handle the visibility based on callers
// filters: []
},
table: {
// merge criterium: spread operator
Expand Down
11 changes: 6 additions & 5 deletions src/conf/variant-interpreter.settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,21 @@ const variantInterpreterSettings = {
},
{
id: "qc",
tabs: ["overview", "sampleVariantStats", /*"cancerQCPlots",*/ "somaticVariantStats", "germlineVariantStats", /*"geneCoverage"*/]
tabs: ["overview", "sampleVariantStats", /* "cancerQCPlots",*/ "somaticVariantStats", "germlineVariantStats"],
// both cancer and family tabs
overviewTabs: ["Summary", /* "VariantStats",*/ "SamtoolsPlots", /* "Alignment",*/ "InferredSex", "MendelianErrors", "Relatedness", /* "AlignmentStats",*/ "GenomicContext"]
},
/*{
/* {
id: "methods"
},*/
{
id: "variant-browser"
},
/*{
}
/* {
id: "review"
},
{
id: "report"
}*/
]
// add QC config
};

0 comments on commit 4d5fd13

Please sign in to comment.