nci-cidc-schemas 0.27.2__py2.py3-none-any.whl → 0.27.4__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 CHANGED
@@ -2,4 +2,4 @@
2
2
 
3
3
  __author__ = """NCI"""
4
4
  __email__ = "nci-cidc-tools-admin@mail.nih.gov"
5
- __version__ = "0.27.02"
5
+ __version__ = "0.27.04"
@@ -217,6 +217,10 @@
217
217
  "merge_pointer": "/type_of_sample",
218
218
  "type_ref": "sample.json#properties/type_of_sample"
219
219
  },
220
+ "type of tumor sample": {
221
+ "merge_pointer": "/type_of_tumor_sample",
222
+ "type_ref": "sample.json#properties/type_of_tumor_sample"
223
+ },
220
224
  "sample collection procedure": {
221
225
  "merge_pointer": "/sample_collection_procedure",
222
226
  "type_ref": "sample.json#properties/sample_collection_procedure"
@@ -212,6 +212,10 @@
212
212
  "merge_pointer": "/type_of_sample",
213
213
  "type_ref": "sample.json#properties/type_of_sample"
214
214
  },
215
+ "type of tumor sample": {
216
+ "merge_pointer": "/type_of_tumor_sample",
217
+ "type_ref": "sample.json#properties/type_of_tumor_sample"
218
+ },
215
219
  "sample collection procedure": {
216
220
  "merge_pointer": "/sample_collection_procedure",
217
221
  "type_ref": "sample.json#properties/sample_collection_procedure"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: nci_cidc_schemas
3
- Version: 0.27.2
3
+ Version: 0.27.4
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
@@ -1,4 +1,4 @@
1
- cidc_schemas/__init__.py,sha256=ZNUSqd12pSnXN1WKA6QxNtf8pAWy6Xst2qmBFNBjlII,136
1
+ cidc_schemas/__init__.py,sha256=sJ-Bh9kRVMNMFxLIU3uhRndR7gShN0nXOyrqKWRJqPo,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=nHkSfTmBN7EeTrZVdbb8h6A64lWrJe5z0AIHiIy-YB0,22552
@@ -145,8 +145,8 @@ cidc_schemas/schemas/templates/assays/tcr_fastq_template.json,sha256=7Qq4ssI8ErD
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
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
148
+ cidc_schemas/schemas/templates/manifests/microbiome_dna_template.json,sha256=VavO5lg52VEXbdXS_pqsYRwCdjjk4wQuzrgaIOlwiU8,17566
149
+ cidc_schemas/schemas/templates/manifests/normal_blood_dna_template.json,sha256=nmr3DCCFzpAT_SdEfSTCWIga48z4PwnoSodBbnZvNAE,18649
150
150
  cidc_schemas/schemas/templates/manifests/normal_tissue_dna_template.json,sha256=GUtdrieD8vwoUMRs9ePzDHCrN2sbgDx81-R1K2PBzsI,18387
151
151
  cidc_schemas/schemas/templates/manifests/pbmc_template.json,sha256=b72ng2fU2tEYTye_Na5bsHv7dxNS9sPciIQqznhHZ7s,18241
152
152
  cidc_schemas/schemas/templates/manifests/plasma_template.json,sha256=sQR_ayLKgxzrkjC-PC7eCmEyV6dQzQr-boZAtDBgbx8,15856
@@ -154,9 +154,9 @@ cidc_schemas/schemas/templates/manifests/tissue_slide_template.json,sha256=jwyXO
154
154
  cidc_schemas/schemas/templates/manifests/tumor_normal_pairing_template.json,sha256=lVJrGb28n-vyfjGBzhrzjn1lMKw1b4HXXmWtwA603v0,2797
155
155
  cidc_schemas/schemas/templates/manifests/tumor_tissue_dna_template.json,sha256=eoX_YIl1HfQXiL7Q6ybIuOLs85Nbn7EylJ8dzXKiMZw,18674
156
156
  cidc_schemas/schemas/templates/manifests/tumor_tissue_rna_template.json,sha256=HK2Q2VQcDhP8FZDZapk04Qx2-Tji9dCMH1UpkVhU3Vs,17819
157
- nci_cidc_schemas-0.27.2.dist-info/LICENSE,sha256=zK77-w4rYCZBHAYJEGkcFuPXwKIsP7jMPZ2iQOXjzko,1072
158
- nci_cidc_schemas-0.27.2.dist-info/METADATA,sha256=PbwgXY8sYxKJyhWpilxDQGFLI4wNoY09I8IpqdItgE4,4531
159
- nci_cidc_schemas-0.27.2.dist-info/WHEEL,sha256=9Hm2OB-j1QcCUq9Jguht7ayGIIZBRTdOXD1qg9cCgPM,109
160
- nci_cidc_schemas-0.27.2.dist-info/entry_points.txt,sha256=kSyTzXeJQrJp_2ZX0GS_NnbJR8ceQKLBSgER46PM0hs,55
161
- nci_cidc_schemas-0.27.2.dist-info/top_level.txt,sha256=Wwb5Cu7QrnbmSJxI2d00e3-Mir36t0jTRnSulmfhi30,13
162
- nci_cidc_schemas-0.27.2.dist-info/RECORD,,
157
+ nci_cidc_schemas-0.27.4.dist-info/LICENSE,sha256=zK77-w4rYCZBHAYJEGkcFuPXwKIsP7jMPZ2iQOXjzko,1072
158
+ nci_cidc_schemas-0.27.4.dist-info/METADATA,sha256=qA1pzMsBtx7m2RIf5PBcSuXFUdhFz1pIsua6KyXLvoE,4531
159
+ nci_cidc_schemas-0.27.4.dist-info/WHEEL,sha256=rF4EZyR2XVS6irmOHQIJx2SUqXLZKRMUrjsg8UwN-XQ,109
160
+ nci_cidc_schemas-0.27.4.dist-info/entry_points.txt,sha256=kSyTzXeJQrJp_2ZX0GS_NnbJR8ceQKLBSgER46PM0hs,55
161
+ nci_cidc_schemas-0.27.4.dist-info/top_level.txt,sha256=Wwb5Cu7QrnbmSJxI2d00e3-Mir36t0jTRnSulmfhi30,13
162
+ nci_cidc_schemas-0.27.4.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.0)
2
+ Generator: setuptools (75.8.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py2-none-any
5
5
  Tag: py3-none-any