Skip to content

Commit

Permalink
settings minor changes #236, opencga/jsorolla#152
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioaltamura committed Jun 25, 2021
1 parent 9168f59 commit fc8e36c
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 91 deletions.
54 changes: 17 additions & 37 deletions src/conf/opencga-clinical-review-cases.settings.js
Original file line number Diff line number Diff line change
@@ -1,53 +1,33 @@
const OpencgaClinicalReviewCasesSettings = {
grid: {
toolbar: {
showCreate: true
},
columns: [
menu: {
filters: [
{
id: "case"
},
{
id: "caseId"
// can overwrite any other prop
id: "sample"
},
{
id: "probandId"
id: "proband"
},
{
id: "familyId"
id: "family"
},
{
id: "disorderId"
id: "disorder"
},
{
id: "interpretation"
id: "type"
},
{
id: "action"
id: "assignee"
}
]
},
// NOTE cannot easily customise canned filters here
filters: [
{
id: "case"
},
{
id: "sample"
},
{
id: "proband"
},
{
id: "family"
},
{
id: "disorder"
},
{
id: "type"
},
{
id: "assignee"
}
]

table: {
/*toolbar: {
showCreate: true
},*/
columns: ["caseId", "probandId", "familyId", "disorderId", "interpretation", "action"]
}
};
114 changes: 60 additions & 54 deletions src/conf/variant-interpreter-browser-rd.settings.js
Original file line number Diff line number Diff line change
@@ -1,56 +1,62 @@
const variantInterpreterBrowserRdSettings = {
filters: [
{
id: "sample-genotype"
},
{
id: "sample"
},
{
id: "file-quality",
showDepth: false
},
{
id: "cohort"
},
{
id: "region"
},
{
id: "feature"
},
{
id: "biotype"
},
{
id: "type"
},
{
id: "diseasePanels"
},
{
id: "clinvar"
},
{
id: "consequenceTypeSelect"
},
{
id: "populationFrequency"
},
{
id: "go"
},
{
id: "hpo"
},
{
id: "proteinSubstitutionScore"
},
{
id: "cadd"
},
{
id: "conservation"
}
]
menu: {
filters: [
{
id: "sample-genotype"
},
{
id: "sample"
},
{
id: "file-quality",
showDepth: false
},
{
id: "cohort"
},
{
id: "region"
},
{
id: "feature"
},
{
id: "biotype"
},
{
id: "type"
},
{
id: "diseasePanels"
},
{
id: "clinvar"
},
{
id: "consequenceTypeSelect"
},
{
id: "populationFrequency"
},
{
id: "go"
},
{
id: "hpo"
},
{
id: "proteinSubstitutionScore"
},
{
id: "cadd"
},
{
id: "conservation"
}
]
},
tableColumns: [

],
details: ["annotationSummary", "annotationConsType"]
};

0 comments on commit fc8e36c

Please sign in to comment.