nci-cidc-schemas 0.26.24__py2.py3-none-any.whl → 0.26.25__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.26.24"
5
+ __version__ = "0.26.25"
@@ -29,6 +29,20 @@
29
29
  "$ref": "artifacts/artifact_jpg.json"
30
30
  }
31
31
  ]
32
+ },
33
+ "annotated_image": {
34
+ "inheritableBase": true,
35
+ "mergeStrategy": "objectMerge",
36
+ "anyOf": [
37
+ {
38
+ "$comment": "Path to the H & E annotated image in SVS format.",
39
+ "$ref": "artifacts/artifact_image.json"
40
+ },
41
+ {
42
+ "$comment": "Path to the H & E annotated image in JPG format.",
43
+ "$ref": "artifacts/artifact_jpg.json"
44
+ }
45
+ ]
32
46
  }
33
47
  },
34
48
  "required": ["image_file"]
@@ -34,7 +34,13 @@
34
34
  "gcs_uri_format": "{protocol identifier}/hande/{cimac id}/image_file.{file type}",
35
35
  "type_ref": "assays/components/local_file.json#properties/file_path"
36
36
  },
37
-
37
+ "annotated image": {
38
+ "merge_pointer": "0/files/annotated_image",
39
+ "is_artifact": 1,
40
+ "gcs_uri_format": "{protocol identifier}/hande/{cimac id}/annotated_image.{file type}",
41
+ "type_ref": "assays/components/local_file.json#properties/file_path",
42
+ "allow_empty": true
43
+ },
38
44
  "tumor tissue (% total area)": {
39
45
  "merge_pointer": "0/tumor_tissue_percentage",
40
46
  "type_ref": "assays/hande_assay.json#definitions/record/properties/tumor_tissue_percentage",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nci-cidc-schemas
3
- Version: 0.26.24
3
+ Version: 0.26.25
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=7X42Kw223fN8kX0VqEJyCWKgJfTem6sCYJrw7iCcuHE,136
1
+ cidc_schemas/__init__.py,sha256=y-9MdPlDGjwHr96XcMwUMdtcNRLuXB7Cku9YYjTH1jk,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=h9maP1xicHmboF86DAwSp9dJzEGOF-cDysPKheloo_k,20025
@@ -63,7 +63,7 @@ cidc_schemas/schemas/assays/ctdna_assay.json,sha256=BfQSIMC9oNrm_e1lz3juNSjA1JsK
63
63
  cidc_schemas/schemas/assays/cytof_assay.json,sha256=rf0vebcoHY_dS4wlqkoBY9rclSAE3CRdxeGLXAbhScM,3659
64
64
  cidc_schemas/schemas/assays/cytof_assay_core.json,sha256=Vwg3RmEEdCpZtDDaVAWBDCKTMnSxagsdqSJq4AiDu9w,8828
65
65
  cidc_schemas/schemas/assays/elisa_assay.json,sha256=YHeoxYmgdpefLWkBXNg60JUig2Ccqg8thWZ5M5q3hyw,2233
66
- cidc_schemas/schemas/assays/hande_assay.json,sha256=_Ezw2WpiGAVwF8-V2_c9_5NZyxwira7a68EaRV_rcaE,2757
66
+ cidc_schemas/schemas/assays/hande_assay.json,sha256=IijGeekLP-5gvGF9yj9unSds7sh_xZyuGTFp7lNZrvU,3226
67
67
  cidc_schemas/schemas/assays/ihc_assay.json,sha256=lD4T8sK1yox-3ZRzSFxUhAo12MyZBgJs5D9vHnX9ccA,6697
68
68
  cidc_schemas/schemas/assays/mibi_assay.json,sha256=gxUdCKzsNpL5FB8muT8Gq-3cqbOTGiOax-kFjI4myCA,4187
69
69
  cidc_schemas/schemas/assays/microbiome_assay.json,sha256=4eSEKRylf86yLV7QKCIlMzzjj_XHKMfQpA0njLHBs00,2078
@@ -125,7 +125,7 @@ cidc_schemas/schemas/templates/assays/clinical_data_template.json,sha256=1luQXzy
125
125
  cidc_schemas/schemas/templates/assays/ctdna_template.json,sha256=XUGwEULvSLgtDvJUloz8BA1AHS_rRtziphV4ll34tus,4919
126
126
  cidc_schemas/schemas/templates/assays/cytof_template.json,sha256=YGaLt7DKsz32o3na8NDs-bXteVnAPMiF1hLH643f6kY,13328
127
127
  cidc_schemas/schemas/templates/assays/elisa_template.json,sha256=Q8cv5ZpaRZUfvr6e4PC4uvMqhhaDGLdvVMN_s8Uiajw,2259
128
- cidc_schemas/schemas/templates/assays/hande_template.json,sha256=EqzfxA2goWFIs2m2r5VLfZvH4CHWOeGKKF3kroP8paQ,3512
128
+ cidc_schemas/schemas/templates/assays/hande_template.json,sha256=4nCLANA-QfIPySl2Ugl6el1ou6lVZxk1RV4B9BAFbO4,3949
129
129
  cidc_schemas/schemas/templates/assays/ihc_template.json,sha256=lOSP6v24FMk-WN7Za4IYQkM94R-1TEvrnllRopEEYa4,7341
130
130
  cidc_schemas/schemas/templates/assays/mibi_template.json,sha256=wy-LeCZRVYpvkpD7S04GZgL6P8ZvtoGroIzzijpti6M,8984
131
131
  cidc_schemas/schemas/templates/assays/microbiome_template.json,sha256=2qaTB8W-tG6NhbSJ3KAEIacp1E4g-cFBGMOMc5zTafo,3578
@@ -149,9 +149,9 @@ cidc_schemas/schemas/templates/manifests/tissue_slide_template.json,sha256=sFPyt
149
149
  cidc_schemas/schemas/templates/manifests/tumor_normal_pairing_template.json,sha256=lVJrGb28n-vyfjGBzhrzjn1lMKw1b4HXXmWtwA603v0,2797
150
150
  cidc_schemas/schemas/templates/manifests/tumor_tissue_dna_template.json,sha256=D4ICMeHQgKXFDwaMOqrcLcUEF-dYGalagGYDUFAploU,13276
151
151
  cidc_schemas/schemas/templates/manifests/tumor_tissue_rna_template.json,sha256=MpJTjoaTdIlNBAIIxSfmItVevA5BXnajqu_jaEXxBmo,12568
152
- nci_cidc_schemas-0.26.24.dist-info/LICENSE,sha256=zK77-w4rYCZBHAYJEGkcFuPXwKIsP7jMPZ2iQOXjzko,1072
153
- nci_cidc_schemas-0.26.24.dist-info/METADATA,sha256=0qlglSohaa53BXK2FdGDwmDk7Lg04GPqkvfE8Wj90sE,4484
154
- nci_cidc_schemas-0.26.24.dist-info/WHEEL,sha256=iYlv5fX357PQyRT2o6tw1bN-YcKFFHKqB_LwHO5wP-g,110
155
- nci_cidc_schemas-0.26.24.dist-info/entry_points.txt,sha256=kSyTzXeJQrJp_2ZX0GS_NnbJR8ceQKLBSgER46PM0hs,55
156
- nci_cidc_schemas-0.26.24.dist-info/top_level.txt,sha256=Wwb5Cu7QrnbmSJxI2d00e3-Mir36t0jTRnSulmfhi30,13
157
- nci_cidc_schemas-0.26.24.dist-info/RECORD,,
152
+ nci_cidc_schemas-0.26.25.dist-info/LICENSE,sha256=zK77-w4rYCZBHAYJEGkcFuPXwKIsP7jMPZ2iQOXjzko,1072
153
+ nci_cidc_schemas-0.26.25.dist-info/METADATA,sha256=TLwJ-WLx3iySLrA8AhfyifoIkgWF1lpMCRU_OVOHbPA,4484
154
+ nci_cidc_schemas-0.26.25.dist-info/WHEEL,sha256=iYlv5fX357PQyRT2o6tw1bN-YcKFFHKqB_LwHO5wP-g,110
155
+ nci_cidc_schemas-0.26.25.dist-info/entry_points.txt,sha256=kSyTzXeJQrJp_2ZX0GS_NnbJR8ceQKLBSgER46PM0hs,55
156
+ nci_cidc_schemas-0.26.25.dist-info/top_level.txt,sha256=Wwb5Cu7QrnbmSJxI2d00e3-Mir36t0jTRnSulmfhi30,13
157
+ nci_cidc_schemas-0.26.25.dist-info/RECORD,,