nci-cidc-schemas 0.26.38__py2.py3-none-any.whl → 0.27.0__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of nci-cidc-schemas might be problematic. Click here for more details.
- cidc_schemas/__init__.py +1 -1
- cidc_schemas/json_validation.py +43 -0
- cidc_schemas/prism/merger.py +17 -8
- cidc_schemas/schemas/clinical_trial.json +3 -7
- cidc_schemas/schemas/participant.json +1 -3
- cidc_schemas/schemas/sample.json +178 -44
- cidc_schemas/schemas/shipping_core.json +74 -34
- cidc_schemas/schemas/templates/manifests/h_and_e_template.json +109 -13
- cidc_schemas/schemas/templates/manifests/microbiome_dna_template.json +111 -11
- cidc_schemas/schemas/templates/manifests/normal_blood_dna_template.json +102 -12
- cidc_schemas/schemas/templates/manifests/normal_tissue_dna_template.json +109 -13
- cidc_schemas/schemas/templates/manifests/pbmc_template.json +102 -93
- cidc_schemas/schemas/templates/manifests/plasma_template.json +101 -91
- cidc_schemas/schemas/templates/manifests/tissue_slide_template.json +109 -13
- cidc_schemas/schemas/templates/manifests/tumor_tissue_dna_template.json +109 -13
- cidc_schemas/schemas/templates/manifests/tumor_tissue_rna_template.json +109 -13
- cidc_schemas/template.py +1 -1
- {nci_cidc_schemas-0.26.38.dist-info → nci_cidc_schemas-0.27.0.dist-info}/METADATA +27 -16
- {nci_cidc_schemas-0.26.38.dist-info → nci_cidc_schemas-0.27.0.dist-info}/RECORD +23 -23
- {nci_cidc_schemas-0.26.38.dist-info → nci_cidc_schemas-0.27.0.dist-info}/WHEEL +1 -1
- {nci_cidc_schemas-0.26.38.dist-info → nci_cidc_schemas-0.27.0.dist-info}/LICENSE +0 -0
- {nci_cidc_schemas-0.26.38.dist-info → nci_cidc_schemas-0.27.0.dist-info}/entry_points.txt +0 -0
- {nci_cidc_schemas-0.26.38.dist-info → nci_cidc_schemas-0.27.0.dist-info}/top_level.txt +0 -0
|
@@ -41,16 +41,16 @@
|
|
|
41
41
|
"type_ref": "shipping_core.json#properties/tracking_number",
|
|
42
42
|
"allow_empty": true
|
|
43
43
|
},
|
|
44
|
-
"account number": {
|
|
45
|
-
"merge_pointer": "/account_number",
|
|
46
|
-
"type_ref": "shipping_core.json#properties/account_number",
|
|
47
|
-
"allow_empty": true
|
|
48
|
-
},
|
|
49
44
|
"shipping condition": {
|
|
50
45
|
"merge_pointer": "/shipping_condition",
|
|
51
46
|
"type_ref": "shipping_core.json#properties/shipping_condition",
|
|
52
47
|
"allow_empty": true
|
|
53
48
|
},
|
|
49
|
+
"shipping condition other": {
|
|
50
|
+
"merge_pointer": "/shipping_condition_other",
|
|
51
|
+
"type_ref": "shipping_core.json#properties/shipping_condition_other",
|
|
52
|
+
"allow_empty": true
|
|
53
|
+
},
|
|
54
54
|
"date shipped": {
|
|
55
55
|
"merge_pointer": "/date_shipped",
|
|
56
56
|
"type_ref": "shipping_core.json#properties/date_shipped",
|
|
@@ -66,14 +66,89 @@
|
|
|
66
66
|
"type_ref": "shipping_core.json#properties/quality_of_shipment",
|
|
67
67
|
"allow_empty": true
|
|
68
68
|
},
|
|
69
|
-
"ship from": {
|
|
70
|
-
"merge_pointer": "/
|
|
71
|
-
"type_ref": "shipping_core.json#properties/
|
|
69
|
+
"ship from sender person name": {
|
|
70
|
+
"merge_pointer": "/ship_from_sender_person_name",
|
|
71
|
+
"type_ref": "shipping_core.json#properties/ship_from_sender_person_name",
|
|
72
|
+
"allow_empty": true
|
|
73
|
+
},
|
|
74
|
+
"ship from sender email": {
|
|
75
|
+
"merge_pointer": "/ship_from_sender_email",
|
|
76
|
+
"type_ref": "shipping_core.json#properties/ship_from_sender_email",
|
|
72
77
|
"allow_empty": true
|
|
73
78
|
},
|
|
74
|
-
"ship
|
|
75
|
-
"merge_pointer": "/
|
|
76
|
-
"type_ref": "shipping_core.json#properties/
|
|
79
|
+
"ship from sender phone": {
|
|
80
|
+
"merge_pointer": "/ship_from_sender_phone",
|
|
81
|
+
"type_ref": "shipping_core.json#properties/ship_from_sender_phone",
|
|
82
|
+
"allow_empty": true
|
|
83
|
+
},
|
|
84
|
+
"ship from name": {
|
|
85
|
+
"merge_pointer": "/ship_from_name",
|
|
86
|
+
"type_ref": "shipping_core.json#properties/ship_from_name",
|
|
87
|
+
"allow_empty": true
|
|
88
|
+
},
|
|
89
|
+
"ship from street1": {
|
|
90
|
+
"merge_pointer": "/ship_from_street1",
|
|
91
|
+
"type_ref": "shipping_core.json#properties/ship_from_street1",
|
|
92
|
+
"allow_empty": true
|
|
93
|
+
},
|
|
94
|
+
"ship from street2": {
|
|
95
|
+
"merge_pointer": "/ship_from_street2",
|
|
96
|
+
"type_ref": "shipping_core.json#properties/ship_from_street2",
|
|
97
|
+
"allow_empty": true
|
|
98
|
+
},
|
|
99
|
+
"ship from city": {
|
|
100
|
+
"merge_pointer": "/ship_from_city",
|
|
101
|
+
"type_ref": "shipping_core.json#properties/ship_from_city",
|
|
102
|
+
"allow_empty": true
|
|
103
|
+
},
|
|
104
|
+
"ship from state": {
|
|
105
|
+
"merge_pointer": "/ship_from_state",
|
|
106
|
+
"type_ref": "shipping_core.json#properties/ship_from_state",
|
|
107
|
+
"allow_empty": true
|
|
108
|
+
},
|
|
109
|
+
"ship from zip": {
|
|
110
|
+
"merge_pointer": "/ship_from_zip",
|
|
111
|
+
"type_ref": "shipping_core.json#properties/ship_from_zip",
|
|
112
|
+
"allow_empty": true
|
|
113
|
+
},
|
|
114
|
+
"ship from country": {
|
|
115
|
+
"merge_pointer": "/ship_from_country",
|
|
116
|
+
"type_ref": "shipping_core.json#properties/ship_from_country",
|
|
117
|
+
"allow_empty": true
|
|
118
|
+
},
|
|
119
|
+
"ship to name": {
|
|
120
|
+
"merge_pointer": "/ship_to_name",
|
|
121
|
+
"type_ref": "shipping_core.json#properties/ship_to_name",
|
|
122
|
+
"allow_empty": true
|
|
123
|
+
},
|
|
124
|
+
"ship to street1": {
|
|
125
|
+
"merge_pointer": "/ship_to_street1",
|
|
126
|
+
"type_ref": "shipping_core.json#properties/ship_to_street1",
|
|
127
|
+
"allow_empty": true
|
|
128
|
+
},
|
|
129
|
+
"ship to street2": {
|
|
130
|
+
"merge_pointer": "/ship_to_street2",
|
|
131
|
+
"type_ref": "shipping_core.json#properties/ship_to_street2",
|
|
132
|
+
"allow_empty": true
|
|
133
|
+
},
|
|
134
|
+
"ship to city": {
|
|
135
|
+
"merge_pointer": "/ship_to_city",
|
|
136
|
+
"type_ref": "shipping_core.json#properties/ship_to_city",
|
|
137
|
+
"allow_empty": true
|
|
138
|
+
},
|
|
139
|
+
"ship to state": {
|
|
140
|
+
"merge_pointer": "/ship_to_state",
|
|
141
|
+
"type_ref": "shipping_core.json#properties/ship_to_state",
|
|
142
|
+
"allow_empty": true
|
|
143
|
+
},
|
|
144
|
+
"ship to zip": {
|
|
145
|
+
"merge_pointer": "/ship_to_zip",
|
|
146
|
+
"type_ref": "shipping_core.json#properties/ship_to_zip",
|
|
147
|
+
"allow_empty": true
|
|
148
|
+
},
|
|
149
|
+
"ship to country": {
|
|
150
|
+
"merge_pointer": "/ship_to_country",
|
|
151
|
+
"type_ref": "shipping_core.json#properties/ship_to_country",
|
|
77
152
|
"allow_empty": true
|
|
78
153
|
}
|
|
79
154
|
}
|
|
@@ -86,6 +161,8 @@
|
|
|
86
161
|
"data_columns": {
|
|
87
162
|
"IDs": {
|
|
88
163
|
"entry (#)": {
|
|
164
|
+
"do_not_merge": true,
|
|
165
|
+
"allow_empty": true,
|
|
89
166
|
"merge_pointer": "/shipping_entry_number",
|
|
90
167
|
"type_ref": "sample.json#properties/shipping_entry_number"
|
|
91
168
|
},
|
|
@@ -142,16 +219,35 @@
|
|
|
142
219
|
"merge_pointer": "/type_of_tumor_sample",
|
|
143
220
|
"type_ref": "sample.json#properties/type_of_tumor_sample"
|
|
144
221
|
},
|
|
222
|
+
"description of sample": {
|
|
223
|
+
"merge_pointer": "/description_of_sample",
|
|
224
|
+
"type_ref": "sample.json#properties/description_of_sample",
|
|
225
|
+
"allow_empty": true
|
|
226
|
+
},
|
|
145
227
|
"sample collection procedure": {
|
|
146
228
|
"merge_pointer": "/sample_collection_procedure",
|
|
147
229
|
"type_ref": "sample.json#properties/sample_collection_procedure"
|
|
148
230
|
},
|
|
231
|
+
"sample collection procedure other": {
|
|
232
|
+
"merge_pointer": "/sample_collection_procedure_other",
|
|
233
|
+
"type_ref": "sample.json#properties/sample_collection_procedure_other",
|
|
234
|
+
"allow_empty": true
|
|
235
|
+
},
|
|
236
|
+
"type of primary container": {
|
|
237
|
+
"merge_pointer": "/type_of_primary_container",
|
|
238
|
+
"type_ref": "sample.json#properties/type_of_primary_container"
|
|
239
|
+
},
|
|
240
|
+
"type of primary container other": {
|
|
241
|
+
"merge_pointer": "/type_of_primary_container_other",
|
|
242
|
+
"type_ref": "sample.json#properties/type_of_primary_container_other",
|
|
243
|
+
"allow_empty": true
|
|
244
|
+
},
|
|
149
245
|
"core number": {
|
|
150
246
|
"merge_pointer": "/core_number",
|
|
151
247
|
"type_ref": "sample.json#properties/core_number",
|
|
152
248
|
"allow_empty": true
|
|
153
249
|
},
|
|
154
|
-
"fixation
|
|
250
|
+
"fixation stabilization type": {
|
|
155
251
|
"merge_pointer": "/fixation_stabilization_type",
|
|
156
252
|
"type_ref": "sample.json#properties/fixation_stabilization_type"
|
|
157
253
|
},
|
|
@@ -240,4 +336,4 @@
|
|
|
240
336
|
}
|
|
241
337
|
}
|
|
242
338
|
}
|
|
243
|
-
}
|
|
339
|
+
}
|
cidc_schemas/template.py
CHANGED
|
@@ -941,7 +941,7 @@ class Template:
|
|
|
941
941
|
worksheets {Dict[str, dict]} -- a mapping from worksheet names to worksheet schemas
|
|
942
942
|
"""
|
|
943
943
|
|
|
944
|
-
ignored_worksheets = ["Legend", "Data Dictionary"]
|
|
944
|
+
ignored_worksheets = ["Legend", "Data Dictionary", "Essential Patient Data"]
|
|
945
945
|
|
|
946
946
|
def __init__(self, schema: dict, type: str, schema_root: str = SCHEMA_DIR):
|
|
947
947
|
"""
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: nci_cidc_schemas
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.27.0
|
|
4
4
|
Summary: The CIDC data model and tools for working with it.
|
|
5
5
|
Home-page: https://github.com/NCI-CIDC/cidc-schemas
|
|
6
6
|
Author: NCI
|
|
@@ -15,20 +15,31 @@ Classifier: Programming Language :: Python :: 3.9
|
|
|
15
15
|
Requires-Python: >=3.9,<3.11
|
|
16
16
|
Description-Content-Type: text/markdown
|
|
17
17
|
License-File: LICENSE
|
|
18
|
-
Requires-Dist: dateparser
|
|
19
|
-
Requires-Dist: xlsxwriter
|
|
20
|
-
Requires-Dist: argparse
|
|
21
|
-
Requires-Dist: pyyaml
|
|
22
|
-
Requires-Dist: jsonschema
|
|
23
|
-
Requires-Dist: openpyxl
|
|
24
|
-
Requires-Dist: jsonmerge
|
|
25
|
-
Requires-Dist: deepdiff
|
|
26
|
-
Requires-Dist: jsonpointer
|
|
27
|
-
Requires-Dist: pandas
|
|
28
|
-
Requires-Dist: jinja2
|
|
29
|
-
Requires-Dist: nci-cidc-ngs-pipeline-api
|
|
30
|
-
Requires-Dist: markupsafe
|
|
31
|
-
Requires-Dist: regex
|
|
18
|
+
Requires-Dist: dateparser==1.1.4
|
|
19
|
+
Requires-Dist: xlsxwriter==1.1.6
|
|
20
|
+
Requires-Dist: argparse==1.1
|
|
21
|
+
Requires-Dist: pyyaml==6.0.1
|
|
22
|
+
Requires-Dist: jsonschema==3.0.1
|
|
23
|
+
Requires-Dist: openpyxl==3.0.7
|
|
24
|
+
Requires-Dist: jsonmerge==1.6.1
|
|
25
|
+
Requires-Dist: deepdiff~=4.3.0
|
|
26
|
+
Requires-Dist: jsonpointer==2.0
|
|
27
|
+
Requires-Dist: pandas==1.5.3
|
|
28
|
+
Requires-Dist: jinja2~=3.1.3
|
|
29
|
+
Requires-Dist: nci-cidc-ngs-pipeline-api==0.1.25
|
|
30
|
+
Requires-Dist: markupsafe==2.1.5
|
|
31
|
+
Requires-Dist: regex==2022.3.2
|
|
32
|
+
Dynamic: author
|
|
33
|
+
Dynamic: author-email
|
|
34
|
+
Dynamic: classifier
|
|
35
|
+
Dynamic: description
|
|
36
|
+
Dynamic: description-content-type
|
|
37
|
+
Dynamic: home-page
|
|
38
|
+
Dynamic: keywords
|
|
39
|
+
Dynamic: license
|
|
40
|
+
Dynamic: requires-dist
|
|
41
|
+
Dynamic: requires-python
|
|
42
|
+
Dynamic: summary
|
|
32
43
|
|
|
33
44
|
# cidc-schemas
|
|
34
45
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
cidc_schemas/__init__.py,sha256=
|
|
1
|
+
cidc_schemas/__init__.py,sha256=hWMDf0YSZahXXxDPePLAjf-v4R28ET5oLvjtC3oVifA,136
|
|
2
2
|
cidc_schemas/cli.py,sha256=gWiktRlraNH8Q0zNUae9dohKjPwBmcY0BJwdcQ_fIic,4099
|
|
3
3
|
cidc_schemas/constants.py,sha256=RULs7pGuBAVq1teXymrfbVsK23ZowJvLuZlv0KcjL-Y,698
|
|
4
|
-
cidc_schemas/json_validation.py,sha256=
|
|
4
|
+
cidc_schemas/json_validation.py,sha256=nHkSfTmBN7EeTrZVdbb8h6A64lWrJe5z0AIHiIy-YB0,22552
|
|
5
5
|
cidc_schemas/migrations.py,sha256=Amg_T4cFgMzySD7yNnT_PWpqP7hwlTWGeHlI_RSXuRI,14766
|
|
6
|
-
cidc_schemas/template.py,sha256=
|
|
6
|
+
cidc_schemas/template.py,sha256=0QZNtH9bIzr3felvsoyShtBq0TX2t1-OVkrQQ3gs8TM,49891
|
|
7
7
|
cidc_schemas/template_reader.py,sha256=xXtLRKu1y4FrPj8RgyGOmB2hlsCDXcuvMBWami2_jV8,13119
|
|
8
8
|
cidc_schemas/template_writer.py,sha256=faOhvSDTp4nuPhOtVQR_J7YNnFzx-vh7oyNpFdee1mY,18236
|
|
9
9
|
cidc_schemas/unprism.py,sha256=TOD3CSGkgNnTtT-OeCCE3Ihlam84lr8XGOmtdSy2lL8,13545
|
|
@@ -14,14 +14,14 @@ cidc_schemas/prism/__init__.py,sha256=J5Tj0X7Di6cyxAjaduOUp2aVyvl8UI67bgxEkgttvc
|
|
|
14
14
|
cidc_schemas/prism/constants.py,sha256=b5pgxrzwJvKWWIEE9V72cvKwl_ARRaANPHzKk4yo4M4,2325
|
|
15
15
|
cidc_schemas/prism/core.py,sha256=PQgsRAEleT6gO3VyE4uFTYa3qK_VXjFcErV1YwWV1nQ,19294
|
|
16
16
|
cidc_schemas/prism/extra_metadata.py,sha256=wZjhUGKSvfupr6qZ1WuPepKnf_FG1nGfsDai_kBFZ50,8559
|
|
17
|
-
cidc_schemas/prism/merger.py,sha256=
|
|
17
|
+
cidc_schemas/prism/merger.py,sha256=4dUOtF8jyZBoU8LL2d9_nStaD3MUCP7NStoFlxnHcz4,13076
|
|
18
18
|
cidc_schemas/prism/pipelines.py,sha256=x_qxZ2Xq2pX30gSFW_w-hwUlaUz29lQ-hByM8h0_tao,33532
|
|
19
19
|
cidc_schemas/schemas/aliquot.json,sha256=F24s6xGTeJl-VT6s6wvV8YtMA4O-0BsUCwtD2OEx_cY,1943
|
|
20
20
|
cidc_schemas/schemas/clinical_data.json,sha256=ubt2dqTLCbDuxuOXrBObT_xLHVSArMBx4oASFOAYEas,1474
|
|
21
|
-
cidc_schemas/schemas/clinical_trial.json,sha256=
|
|
22
|
-
cidc_schemas/schemas/participant.json,sha256=
|
|
23
|
-
cidc_schemas/schemas/sample.json,sha256=
|
|
24
|
-
cidc_schemas/schemas/shipping_core.json,sha256=
|
|
21
|
+
cidc_schemas/schemas/clinical_trial.json,sha256=aUjYgdtlRWDfULk0-apralt4-KrtjriUqt3qNTdL2Rc,4442
|
|
22
|
+
cidc_schemas/schemas/participant.json,sha256=X72GQSdLqhZl_Vg8OHPqRotblIluNSmiw8N5UeM-di8,2843
|
|
23
|
+
cidc_schemas/schemas/sample.json,sha256=ZND6Vcq2J4GfqY532pFI7dptg8K6vS5VL25JsDwcfI8,20796
|
|
24
|
+
cidc_schemas/schemas/shipping_core.json,sha256=OGdcdoFJXoKacD_FoSukX6SXJvcgFXTnWPko9VqOD5o,4234
|
|
25
25
|
cidc_schemas/schemas/artifacts/artifact_bam.json,sha256=nPy3qx07--arLyb9VgfdVK6OJoMPhr6rnp-3AF6o82Q,1653
|
|
26
26
|
cidc_schemas/schemas/artifacts/artifact_bam_bai.json,sha256=S1LxCZVyN3v-Hxhs7TEDbGcV-y7LVdAoLzGblT9IhEk,1671
|
|
27
27
|
cidc_schemas/schemas/artifacts/artifact_bed.json,sha256=nGPKiAd2GQGJ6JkdLaqZhfOuyDmsAdUqril1Yao2qmE,1653
|
|
@@ -144,19 +144,19 @@ cidc_schemas/schemas/templates/assays/tcr_adaptive_template.json,sha256=Hb8ngxw6
|
|
|
144
144
|
cidc_schemas/schemas/templates/assays/tcr_fastq_template.json,sha256=7Qq4ssI8ErDrHy5RIxjPcNiDf2IBHG42JcngDFKxqlE,3457
|
|
145
145
|
cidc_schemas/schemas/templates/assays/wes_bam_template.json,sha256=nxbb_lNPi-5cdAlwmSBvn7cS_8gMjROOz7wBWk6ev0Y,2724
|
|
146
146
|
cidc_schemas/schemas/templates/assays/wes_fastq_template.json,sha256=vuwuIpqXyqpGxCunpjbHKaBQhfKFnr2R-wMkXDiJdKM,3143
|
|
147
|
-
cidc_schemas/schemas/templates/manifests/h_and_e_template.json,sha256=
|
|
148
|
-
cidc_schemas/schemas/templates/manifests/microbiome_dna_template.json,sha256=
|
|
149
|
-
cidc_schemas/schemas/templates/manifests/normal_blood_dna_template.json,sha256=
|
|
150
|
-
cidc_schemas/schemas/templates/manifests/normal_tissue_dna_template.json,sha256=
|
|
151
|
-
cidc_schemas/schemas/templates/manifests/pbmc_template.json,sha256=
|
|
152
|
-
cidc_schemas/schemas/templates/manifests/plasma_template.json,sha256=
|
|
153
|
-
cidc_schemas/schemas/templates/manifests/tissue_slide_template.json,sha256=
|
|
147
|
+
cidc_schemas/schemas/templates/manifests/h_and_e_template.json,sha256=ttdf1U9ENF1U6cn4jG6pLB0hqIVignaa8UfmyPwLuTY,17726
|
|
148
|
+
cidc_schemas/schemas/templates/manifests/microbiome_dna_template.json,sha256=y88bHiUDoSvpgA1poHSOfwa4K-TLUjemnZ-qghibteY,17333
|
|
149
|
+
cidc_schemas/schemas/templates/manifests/normal_blood_dna_template.json,sha256=wuDJrzC-f1jtTWt_tAeamIVd92QqItD24bnnpSj_ZM4,18416
|
|
150
|
+
cidc_schemas/schemas/templates/manifests/normal_tissue_dna_template.json,sha256=GUtdrieD8vwoUMRs9ePzDHCrN2sbgDx81-R1K2PBzsI,18387
|
|
151
|
+
cidc_schemas/schemas/templates/manifests/pbmc_template.json,sha256=b72ng2fU2tEYTye_Na5bsHv7dxNS9sPciIQqznhHZ7s,18241
|
|
152
|
+
cidc_schemas/schemas/templates/manifests/plasma_template.json,sha256=sQR_ayLKgxzrkjC-PC7eCmEyV6dQzQr-boZAtDBgbx8,15856
|
|
153
|
+
cidc_schemas/schemas/templates/manifests/tissue_slide_template.json,sha256=jwyXOjKnCrHzz1tDF57dYi-Z4QmYrECjSKiQ7g56XG8,16275
|
|
154
154
|
cidc_schemas/schemas/templates/manifests/tumor_normal_pairing_template.json,sha256=lVJrGb28n-vyfjGBzhrzjn1lMKw1b4HXXmWtwA603v0,2797
|
|
155
|
-
cidc_schemas/schemas/templates/manifests/tumor_tissue_dna_template.json,sha256
|
|
156
|
-
cidc_schemas/schemas/templates/manifests/tumor_tissue_rna_template.json,sha256=
|
|
157
|
-
nci_cidc_schemas-0.
|
|
158
|
-
nci_cidc_schemas-0.
|
|
159
|
-
nci_cidc_schemas-0.
|
|
160
|
-
nci_cidc_schemas-0.
|
|
161
|
-
nci_cidc_schemas-0.
|
|
162
|
-
nci_cidc_schemas-0.
|
|
155
|
+
cidc_schemas/schemas/templates/manifests/tumor_tissue_dna_template.json,sha256=eoX_YIl1HfQXiL7Q6ybIuOLs85Nbn7EylJ8dzXKiMZw,18674
|
|
156
|
+
cidc_schemas/schemas/templates/manifests/tumor_tissue_rna_template.json,sha256=HK2Q2VQcDhP8FZDZapk04Qx2-Tji9dCMH1UpkVhU3Vs,17819
|
|
157
|
+
nci_cidc_schemas-0.27.0.dist-info/LICENSE,sha256=zK77-w4rYCZBHAYJEGkcFuPXwKIsP7jMPZ2iQOXjzko,1072
|
|
158
|
+
nci_cidc_schemas-0.27.0.dist-info/METADATA,sha256=4E9ohB5cgcwYAqTTZIHtdMf-sq-W9TUIoYJs-j9xnVw,4531
|
|
159
|
+
nci_cidc_schemas-0.27.0.dist-info/WHEEL,sha256=9Hm2OB-j1QcCUq9Jguht7ayGIIZBRTdOXD1qg9cCgPM,109
|
|
160
|
+
nci_cidc_schemas-0.27.0.dist-info/entry_points.txt,sha256=kSyTzXeJQrJp_2ZX0GS_NnbJR8ceQKLBSgER46PM0hs,55
|
|
161
|
+
nci_cidc_schemas-0.27.0.dist-info/top_level.txt,sha256=Wwb5Cu7QrnbmSJxI2d00e3-Mir36t0jTRnSulmfhi30,13
|
|
162
|
+
nci_cidc_schemas-0.27.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|