Skip to content

Commit

Permalink
opencga-clinical-analysis-view.settings.js in progress #236
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioaltamura committed Jul 8, 2021
1 parent 41643be commit 38e2644
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/conf/opencga-clinical-analysis-view.settings.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const OpencgaClinicalAnalysisViewSettings = {
hiddenFields: []
// GEL settings hiddenFields: ["type", "flags", "status.name", "description", "priority", "analyst.assignee", "creationDate", "dueDate", "pedigree"]
}
3 changes: 2 additions & 1 deletion src/conf/opencga-clinical-review-cases.settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@ const OpencgaClinicalReviewCasesSettings = {
},
// merge criterium: uses this array as filter for internal 1D/2D array. It handles row/col span
columns: ["caseId", "probandId", "familyId", "disorderId", "interpretation", "action"]
}
},
// TODO clinical-analysis-view settings?
};

0 comments on commit 38e2644

Please sign in to comment.