|
1 | 1 | [ |
2 | 2 | { |
3 | | - "tabTitle": "Patients", |
| 3 | + "tabTitle": "Cases", |
4 | 4 | "charts": {}, |
5 | 5 | "filters": { |
6 | 6 | "tabs": [ |
7 | 7 | { |
8 | 8 | "title": "Demographic", |
9 | 9 | "fields": [ |
10 | | - "project_id", |
11 | | - "Days_To_Birth", |
12 | | - "Days_To_Death", |
13 | | - "DeceasedFlag", |
14 | | - "Ethnicity", |
15 | | - "Gender", |
16 | | - "Race" |
17 | | - ] |
18 | | - }, |
19 | | - { |
20 | | - "title": "ActionableMutations", |
21 | | - "fields": [ |
22 | | - "project_id", |
23 | | - "ActionableMutations.Lab", |
24 | | - "ActionableMutations.Gene", |
25 | | - "ActionableMutations.DaysFromAnchorDateToBxDate" |
26 | | - ] |
27 | | - }, |
28 | | - { |
29 | | - "title": "Oncology Primary", |
30 | | - "fields": [ |
31 | | - "project_id", |
32 | | - "Oncology_Primary.Multiplicitycounter", |
33 | | - "Oncology_Primary.ICDOSite", |
34 | | - "Oncology_Primary.Radiation", |
35 | | - "Oncology_Primary.Chemotherapy", |
36 | | - "Oncology_Primary.DaysFromAnchorDateToDiagnosisDate", |
37 | | - "Oncology_Primary.Gradedifferentiation", |
38 | | - "Oncology_Primary.Laterality", |
39 | | - "Oncology_Primary.Stagegroupbest", |
40 | | - "Oncology_Primary.RadiationsurgerySequence", |
41 | | - "Oncology_Primary.Histologyicdo3X", |
42 | | - "Oncology_Primary.Lymphvascularinvasionl", |
43 | | - "Oncology_Primary.SeerSummaryStage2000", |
44 | | - "Oncology_Primary.PhysiciansStage", |
45 | | - "Oncology_Primary.DaysFromAnchorDateToMostdefinitivesurgDate", |
46 | | - "Oncology_Primary.ChemotherapyFac", |
47 | | - "Oncology_Primary.TumorSize", |
48 | | - "Oncology_Primary.SequenceNumber" |
| 10 | + "project_id" |
49 | 11 | ] |
50 | 12 | } |
51 | 13 | ] |
52 | 14 | }, |
53 | 15 | "buttons": [ |
54 | | - { |
55 | | - "enabled": false, |
56 | | - "type": "manifest", |
57 | | - "title": "Download Manifest", |
58 | | - "leftIcon": "datafile", |
59 | | - "rightIcon": "download", |
60 | | - "fileName": "manifest.json" |
61 | | - } |
| 16 | + |
62 | 17 | ], |
63 | 18 | "table": { |
64 | 19 | "enabled": true, |
65 | 20 | "fields": [ |
66 | 21 | "project_id", |
67 | | - "Race", |
68 | | - "Ethnicity", |
69 | | - "Gender", |
70 | | - "ActionableMutations.Lab", |
71 | | - "Oncology_Primary.Multiplicitycounter", |
72 | | - "Oncology_Primary.ICDOSite" |
| 22 | + "_case_id", |
| 23 | + "submitter_id" |
73 | 24 | ] |
74 | 25 | }, |
75 | 26 | "guppyConfig": { |
76 | | - "dataType": "patients", |
77 | | - "nodeCountTitle": "Patients", |
| 27 | + "dataType": "case", |
| 28 | + "nodeCountTitle": "Case", |
78 | 29 | "fieldMapping": [], |
79 | 30 | "manifestMapping": { |
80 | | - "resourceIndexType": "file", |
81 | | - "resourceIdField": "object_id", |
82 | | - "referenceIdFieldInResourceIndex": "case_id", |
83 | | - "referenceIdFieldInDataIndex": "Chicago_ID" |
| 31 | + "resourceIndexType": "data_file", |
| 32 | + "resourceIdField": "_imaging_file_id", |
| 33 | + "referenceIdFieldInResourceIndex": "_case_id", |
| 34 | + "referenceIdFieldInDataIndex": "_case_id" |
84 | 35 | } |
85 | 36 | } |
86 | 37 | }, |
|
92 | 43 | { |
93 | 44 | "title": "Files", |
94 | 45 | "fields": [ |
95 | | - "project_id", |
96 | | - "data_type", |
| 46 | + "data_category", |
97 | 47 | "data_format", |
98 | | - "file_size" |
| 48 | + "data_type", |
| 49 | + "program_name", |
| 50 | + "project_code", |
| 51 | + "project_id" |
99 | 52 | ] |
100 | 53 | } |
101 | 54 | ] |
102 | 55 | }, |
103 | 56 | "buttons": [ |
104 | | - { |
105 | | - "enabled": false, |
106 | | - "type": "file-manifest", |
107 | | - "title": "Download Manifest", |
108 | | - "leftIcon": "datafile", |
109 | | - "rightIcon": "download", |
110 | | - "fileName": "manifest.json" |
111 | | - } |
112 | 57 | ], |
113 | 58 | "table": { |
114 | 59 | "enabled": true, |
115 | 60 | "fields": [ |
116 | | - "submitter_id", |
117 | | - "data_type", |
| 61 | + "_case_id", |
| 62 | + "_imaging_file_id", |
| 63 | + "data_category", |
118 | 64 | "data_format", |
| 65 | + "data_type", |
119 | 66 | "file_name", |
120 | 67 | "file_size", |
121 | | - "object_id" |
| 68 | + "md5sum", |
| 69 | + "program_name", |
| 70 | + "project_code", |
| 71 | + "project_id", |
| 72 | + "submitter_id" |
122 | 73 | ] |
123 | 74 | }, |
124 | 75 | "guppyConfig": { |
125 | | - "dataType": "file", |
126 | | - "nodeCountTitle": "Files", |
| 76 | + "dataType": "data_file", |
| 77 | + "nodeCountTitle": "File", |
127 | 78 | "fieldMapping": [], |
128 | 79 | "manifestMapping": { |
129 | | - "resourceIndexType": "file", |
130 | | - "resourceIdField": "object_id", |
131 | | - "referenceIdFieldInResourceIndex": "object_id", |
132 | | - "referenceIdFieldInDataIndex": "Chicago_ID" |
| 80 | + "resourceIndexType": "case", |
| 81 | + "resourceIdField": "_imaging_file_id", |
| 82 | + "referenceIdFieldInResourceIndex": "_case_id", |
| 83 | + "referenceIdFieldInDataIndex": "_imaging_file_id" |
133 | 84 | } |
134 | 85 | } |
135 | 86 | } |
|
0 commit comments