nci-cidc-schemas 0.26.35__py2.py3-none-any.whl → 0.26.36__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.
- cidc_schemas/__init__.py +1 -1
- cidc_schemas/schemas/templates/manifests/h_and_e_template.json +2 -1
- cidc_schemas/schemas/templates/manifests/microbiome_dna_template.json +2 -1
- cidc_schemas/schemas/templates/manifests/normal_blood_dna_template.json +8 -4
- cidc_schemas/schemas/templates/manifests/normal_tissue_dna_template.json +8 -4
- cidc_schemas/schemas/templates/manifests/pbmc_template.json +2 -1
- cidc_schemas/schemas/templates/manifests/plasma_template.json +2 -1
- cidc_schemas/schemas/templates/manifests/tissue_slide_template.json +2 -1
- cidc_schemas/schemas/templates/manifests/tumor_tissue_dna_template.json +8 -4
- cidc_schemas/schemas/templates/manifests/tumor_tissue_rna_template.json +2 -1
- {nci_cidc_schemas-0.26.35.dist-info → nci_cidc_schemas-0.26.36.dist-info}/METADATA +1 -2
- {nci_cidc_schemas-0.26.35.dist-info → nci_cidc_schemas-0.26.36.dist-info}/RECORD +16 -16
- {nci_cidc_schemas-0.26.35.dist-info → nci_cidc_schemas-0.26.36.dist-info}/WHEEL +1 -1
- {nci_cidc_schemas-0.26.35.dist-info → nci_cidc_schemas-0.26.36.dist-info}/LICENSE +0 -0
- {nci_cidc_schemas-0.26.35.dist-info → nci_cidc_schemas-0.26.36.dist-info}/entry_points.txt +0 -0
- {nci_cidc_schemas-0.26.35.dist-info → nci_cidc_schemas-0.26.36.dist-info}/top_level.txt +0 -0
cidc_schemas/__init__.py
CHANGED
|
@@ -95,7 +95,8 @@
|
|
|
95
95
|
},
|
|
96
96
|
"cohort name": {
|
|
97
97
|
"merge_pointer": "2/cohort_name",
|
|
98
|
-
"type_ref": "participant.json#properties/cohort_name"
|
|
98
|
+
"type_ref": "participant.json#properties/cohort_name",
|
|
99
|
+
"allow_empty": true
|
|
99
100
|
},
|
|
100
101
|
"participant ID": {
|
|
101
102
|
"merge_pointer": "2/participant_id",
|
|
@@ -93,7 +93,8 @@
|
|
|
93
93
|
},
|
|
94
94
|
"cohort name": {
|
|
95
95
|
"merge_pointer": "2/cohort_name",
|
|
96
|
-
"type_ref": "participant.json#properties/cohort_name"
|
|
96
|
+
"type_ref": "participant.json#properties/cohort_name",
|
|
97
|
+
"allow_empty": true
|
|
97
98
|
},
|
|
98
99
|
"participant ID": {
|
|
99
100
|
"merge_pointer": "2/participant_id",
|
|
@@ -93,7 +93,8 @@
|
|
|
93
93
|
},
|
|
94
94
|
"cohort name": {
|
|
95
95
|
"merge_pointer": "2/cohort_name",
|
|
96
|
-
"type_ref": "participant.json#properties/cohort_name"
|
|
96
|
+
"type_ref": "participant.json#properties/cohort_name",
|
|
97
|
+
"allow_empty": true
|
|
97
98
|
},
|
|
98
99
|
"participant ID": {
|
|
99
100
|
"merge_pointer": "2/participant_id",
|
|
@@ -190,15 +191,18 @@
|
|
|
190
191
|
"DNA quality": {
|
|
191
192
|
"din value": {
|
|
192
193
|
"merge_pointer": "/din",
|
|
193
|
-
"type_ref": "sample.json#properties/din"
|
|
194
|
+
"type_ref": "sample.json#properties/din",
|
|
195
|
+
"allow_empty": true
|
|
194
196
|
},
|
|
195
197
|
"a260/a280 value": {
|
|
196
198
|
"merge_pointer": "/a260_a280",
|
|
197
|
-
"type_ref": "sample.json#properties/a260_a280"
|
|
199
|
+
"type_ref": "sample.json#properties/a260_a280",
|
|
200
|
+
"allow_empty": true
|
|
198
201
|
},
|
|
199
202
|
"a260/a230 value": {
|
|
200
203
|
"merge_pointer": "/a260_a230",
|
|
201
|
-
"type_ref": "sample.json#properties/a260_a230"
|
|
204
|
+
"type_ref": "sample.json#properties/a260_a230",
|
|
205
|
+
"allow_empty": true
|
|
202
206
|
}
|
|
203
207
|
},
|
|
204
208
|
"Filled by CIMAC Lab": {
|
|
@@ -95,7 +95,8 @@
|
|
|
95
95
|
},
|
|
96
96
|
"cohort name": {
|
|
97
97
|
"merge_pointer": "2/cohort_name",
|
|
98
|
-
"type_ref": "participant.json#properties/cohort_name"
|
|
98
|
+
"type_ref": "participant.json#properties/cohort_name",
|
|
99
|
+
"allow_empty": true
|
|
99
100
|
},
|
|
100
101
|
"participant ID": {
|
|
101
102
|
"merge_pointer": "2/participant_id",
|
|
@@ -187,15 +188,18 @@
|
|
|
187
188
|
"DNA quality": {
|
|
188
189
|
"din value": {
|
|
189
190
|
"merge_pointer": "/din",
|
|
190
|
-
"type_ref": "sample.json#properties/din"
|
|
191
|
+
"type_ref": "sample.json#properties/din",
|
|
192
|
+
"allow_empty": true
|
|
191
193
|
},
|
|
192
194
|
"a260/a280 value": {
|
|
193
195
|
"merge_pointer": "/a260_a280",
|
|
194
|
-
"type_ref": "sample.json#properties/a260_a280"
|
|
196
|
+
"type_ref": "sample.json#properties/a260_a280",
|
|
197
|
+
"allow_empty": true
|
|
195
198
|
},
|
|
196
199
|
"a260/a230 value": {
|
|
197
200
|
"merge_pointer": "/a260_a230",
|
|
198
|
-
"type_ref": "sample.json#properties/a260_a230"
|
|
201
|
+
"type_ref": "sample.json#properties/a260_a230",
|
|
202
|
+
"allow_empty": true
|
|
199
203
|
}
|
|
200
204
|
},
|
|
201
205
|
"Filled by CIMAC Lab": {
|
|
@@ -177,7 +177,8 @@
|
|
|
177
177
|
},
|
|
178
178
|
"cohort name": {
|
|
179
179
|
"merge_pointer": "2/cohort_name",
|
|
180
|
-
"type_ref": "participant.json#properties/cohort_name"
|
|
180
|
+
"type_ref": "participant.json#properties/cohort_name",
|
|
181
|
+
"allow_empty": true
|
|
181
182
|
},
|
|
182
183
|
"participant ID": {
|
|
183
184
|
"merge_pointer": "2/participant_id",
|
|
@@ -173,7 +173,8 @@
|
|
|
173
173
|
},
|
|
174
174
|
"cohort name": {
|
|
175
175
|
"merge_pointer": "2/cohort_name",
|
|
176
|
-
"type_ref": "participant.json#properties/cohort_name"
|
|
176
|
+
"type_ref": "participant.json#properties/cohort_name",
|
|
177
|
+
"allow_empty": true
|
|
177
178
|
},
|
|
178
179
|
"collection event name": {
|
|
179
180
|
"merge_pointer": "/collection_event_name",
|
|
@@ -95,7 +95,8 @@
|
|
|
95
95
|
},
|
|
96
96
|
"cohort name": {
|
|
97
97
|
"merge_pointer": "2/cohort_name",
|
|
98
|
-
"type_ref": "participant.json#properties/cohort_name"
|
|
98
|
+
"type_ref": "participant.json#properties/cohort_name",
|
|
99
|
+
"allow_empty": true
|
|
99
100
|
},
|
|
100
101
|
"participant ID": {
|
|
101
102
|
"merge_pointer": "2/participant_id",
|
|
@@ -95,7 +95,8 @@
|
|
|
95
95
|
},
|
|
96
96
|
"cohort name": {
|
|
97
97
|
"merge_pointer": "2/cohort_name",
|
|
98
|
-
"type_ref": "participant.json#properties/cohort_name"
|
|
98
|
+
"type_ref": "participant.json#properties/cohort_name",
|
|
99
|
+
"allow_empty": true
|
|
99
100
|
},
|
|
100
101
|
"participant ID": {
|
|
101
102
|
"merge_pointer": "2/participant_id",
|
|
@@ -192,15 +193,18 @@
|
|
|
192
193
|
"DNA quality": {
|
|
193
194
|
"din value": {
|
|
194
195
|
"merge_pointer": "/din",
|
|
195
|
-
"type_ref": "sample.json#properties/din"
|
|
196
|
+
"type_ref": "sample.json#properties/din",
|
|
197
|
+
"allow_empty": true
|
|
196
198
|
},
|
|
197
199
|
"a260/a280 value": {
|
|
198
200
|
"merge_pointer": "/a260_a280",
|
|
199
|
-
"type_ref": "sample.json#properties/a260_a280"
|
|
201
|
+
"type_ref": "sample.json#properties/a260_a280",
|
|
202
|
+
"allow_empty": true
|
|
200
203
|
},
|
|
201
204
|
"a260/a230 value": {
|
|
202
205
|
"merge_pointer": "/a260_a230",
|
|
203
|
-
"type_ref": "sample.json#properties/a260_a230"
|
|
206
|
+
"type_ref": "sample.json#properties/a260_a230",
|
|
207
|
+
"allow_empty": true
|
|
204
208
|
}
|
|
205
209
|
},
|
|
206
210
|
"Filled by CIMAC Lab": {
|
|
@@ -95,7 +95,8 @@
|
|
|
95
95
|
},
|
|
96
96
|
"cohort name": {
|
|
97
97
|
"merge_pointer": "2/cohort_name",
|
|
98
|
-
"type_ref": "participant.json#properties/cohort_name"
|
|
98
|
+
"type_ref": "participant.json#properties/cohort_name",
|
|
99
|
+
"allow_empty": true
|
|
99
100
|
},
|
|
100
101
|
"participant ID": {
|
|
101
102
|
"merge_pointer": "2/participant_id",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: nci_cidc_schemas
|
|
3
|
-
Version: 0.26.
|
|
3
|
+
Version: 0.26.36
|
|
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
|
|
@@ -56,7 +56,6 @@ pip install nci-cidc-schemas
|
|
|
56
56
|
- **`docs/`** - the most recent build of the data model documentation, along with templates and scripts for re-generating the documentation.
|
|
57
57
|
- **`template_examples/`** - example populated Excel files for template specifications in `schemas/templates`, and `.csv`s auto-generated from those `.xlsx`s that allow to transparently keep track of changes in them.
|
|
58
58
|
- **`tests/`** - tests for the `cidc_schemas` module.
|
|
59
|
-
- **`.githooks/`** - git hooks, e.g. for auto-generating `.csv`s in `template_examples/` and `.html` documentation files.
|
|
60
59
|
|
|
61
60
|
### Developer Setup
|
|
62
61
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
cidc_schemas/__init__.py,sha256=
|
|
1
|
+
cidc_schemas/__init__.py,sha256=PyjN4BhZxDfIvvKNqCcz38xDv5i4Np3N29vZJJZUFGw,136
|
|
2
2
|
cidc_schemas/cli.py,sha256=gWiktRlraNH8Q0zNUae9dohKjPwBmcY0BJwdcQ_fIic,4099
|
|
3
3
|
cidc_schemas/constants.py,sha256=RULs7pGuBAVq1teXymrfbVsK23ZowJvLuZlv0KcjL-Y,698
|
|
4
4
|
cidc_schemas/json_validation.py,sha256=SyZSW7AAS-qlYLUUV_ri4393utkNsDexcWB73rEmFLs,20035
|
|
@@ -143,19 +143,19 @@ cidc_schemas/schemas/templates/assays/tcr_adaptive_template.json,sha256=Hb8ngxw6
|
|
|
143
143
|
cidc_schemas/schemas/templates/assays/tcr_fastq_template.json,sha256=7Qq4ssI8ErDrHy5RIxjPcNiDf2IBHG42JcngDFKxqlE,3457
|
|
144
144
|
cidc_schemas/schemas/templates/assays/wes_bam_template.json,sha256=nxbb_lNPi-5cdAlwmSBvn7cS_8gMjROOz7wBWk6ev0Y,2724
|
|
145
145
|
cidc_schemas/schemas/templates/assays/wes_fastq_template.json,sha256=vuwuIpqXyqpGxCunpjbHKaBQhfKFnr2R-wMkXDiJdKM,3143
|
|
146
|
-
cidc_schemas/schemas/templates/manifests/h_and_e_template.json,sha256=
|
|
147
|
-
cidc_schemas/schemas/templates/manifests/microbiome_dna_template.json,sha256=
|
|
148
|
-
cidc_schemas/schemas/templates/manifests/normal_blood_dna_template.json,sha256=
|
|
149
|
-
cidc_schemas/schemas/templates/manifests/normal_tissue_dna_template.json,sha256=
|
|
150
|
-
cidc_schemas/schemas/templates/manifests/pbmc_template.json,sha256=
|
|
151
|
-
cidc_schemas/schemas/templates/manifests/plasma_template.json,sha256=
|
|
152
|
-
cidc_schemas/schemas/templates/manifests/tissue_slide_template.json,sha256=
|
|
146
|
+
cidc_schemas/schemas/templates/manifests/h_and_e_template.json,sha256=PiCpfbWd5I29wwYWCQHjQh10g9l84dligYTVvMcJHgM,12524
|
|
147
|
+
cidc_schemas/schemas/templates/manifests/microbiome_dna_template.json,sha256=u1QPL83DUvPMcMdYbwmmgT0nSOqkbjQR-asXZ_6p0CY,11878
|
|
148
|
+
cidc_schemas/schemas/templates/manifests/normal_blood_dna_template.json,sha256=JudTPeQBjTttX4OXMrVl9DTRM73KgZN3jbtC3lcuQsA,13542
|
|
149
|
+
cidc_schemas/schemas/templates/manifests/normal_tissue_dna_template.json,sha256=xCE0pTXRlKOd0dPMKcDIBKXRa81Ka_H5f6OGE1TNmhw,13185
|
|
150
|
+
cidc_schemas/schemas/templates/manifests/pbmc_template.json,sha256=c0F9xu9za95i2RSVl_9wjiZIUxczOFNWJaXRy8pJhOg,17579
|
|
151
|
+
cidc_schemas/schemas/templates/manifests/plasma_template.json,sha256=43bizjQ7zJt5mQHtUfFHDA_f3L4DxBo4XqgHnFvNPbw,15148
|
|
152
|
+
cidc_schemas/schemas/templates/manifests/tissue_slide_template.json,sha256=Y3951-HNUVfvOK4fjUxGJt2gtmGhKZxWiXVLxyZghn8,11073
|
|
153
153
|
cidc_schemas/schemas/templates/manifests/tumor_normal_pairing_template.json,sha256=lVJrGb28n-vyfjGBzhrzjn1lMKw1b4HXXmWtwA603v0,2797
|
|
154
|
-
cidc_schemas/schemas/templates/manifests/tumor_tissue_dna_template.json,sha256
|
|
155
|
-
cidc_schemas/schemas/templates/manifests/tumor_tissue_rna_template.json,sha256=
|
|
156
|
-
nci_cidc_schemas-0.26.
|
|
157
|
-
nci_cidc_schemas-0.26.
|
|
158
|
-
nci_cidc_schemas-0.26.
|
|
159
|
-
nci_cidc_schemas-0.26.
|
|
160
|
-
nci_cidc_schemas-0.26.
|
|
161
|
-
nci_cidc_schemas-0.26.
|
|
154
|
+
cidc_schemas/schemas/templates/manifests/tumor_tissue_dna_template.json,sha256=-CC7Hg-qzZ7e5QrrnkybrS1Vrfq2zlgtxU4kRnR5is8,13472
|
|
155
|
+
cidc_schemas/schemas/templates/manifests/tumor_tissue_rna_template.json,sha256=uPiiEo1xEde6MDhQDapLIjL8XcghgeoCEDdZTzGYFBA,12617
|
|
156
|
+
nci_cidc_schemas-0.26.36.dist-info/LICENSE,sha256=zK77-w4rYCZBHAYJEGkcFuPXwKIsP7jMPZ2iQOXjzko,1072
|
|
157
|
+
nci_cidc_schemas-0.26.36.dist-info/METADATA,sha256=0hI13s8gAgLo2Z70NJIV5bt8j3H_CUDgWZNJwW86JYY,4314
|
|
158
|
+
nci_cidc_schemas-0.26.36.dist-info/WHEEL,sha256=XRxW4r1PNiVhMpP4bT9oWtu3HyndxpJ84SkubFgzp_Y,109
|
|
159
|
+
nci_cidc_schemas-0.26.36.dist-info/entry_points.txt,sha256=kSyTzXeJQrJp_2ZX0GS_NnbJR8ceQKLBSgER46PM0hs,55
|
|
160
|
+
nci_cidc_schemas-0.26.36.dist-info/top_level.txt,sha256=Wwb5Cu7QrnbmSJxI2d00e3-Mir36t0jTRnSulmfhi30,13
|
|
161
|
+
nci_cidc_schemas-0.26.36.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|