-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
settings minor changes #236, opencga/jsorolla#152
- Loading branch information
1 parent
9168f59
commit fc8e36c
Showing
2 changed files
with
77 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"] | ||
} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"] | ||
}; |