nci-cidc-schemas 0.26.23__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 +1 -1
- cidc_schemas/schemas/assays/hande_assay.json +14 -0
- cidc_schemas/schemas/shipping_core.json +2 -1
- cidc_schemas/schemas/templates/assays/hande_template.json +7 -1
- cidc_schemas/unprism.py +2 -0
- {nci_cidc_schemas-0.26.23.dist-info → nci_cidc_schemas-0.26.25.dist-info}/METADATA +1 -1
- {nci_cidc_schemas-0.26.23.dist-info → nci_cidc_schemas-0.26.25.dist-info}/RECORD +11 -11
- {nci_cidc_schemas-0.26.23.dist-info → nci_cidc_schemas-0.26.25.dist-info}/LICENSE +0 -0
- {nci_cidc_schemas-0.26.23.dist-info → nci_cidc_schemas-0.26.25.dist-info}/WHEEL +0 -0
- {nci_cidc_schemas-0.26.23.dist-info → nci_cidc_schemas-0.26.25.dist-info}/entry_points.txt +0 -0
- {nci_cidc_schemas-0.26.23.dist-info → nci_cidc_schemas-0.26.25.dist-info}/top_level.txt +0 -0
cidc_schemas/__init__.py
CHANGED
|
@@ -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",
|
cidc_schemas/unprism.py
CHANGED
|
@@ -203,6 +203,8 @@ def _olink_derivation(context: DeriveFilesContext) -> DeriveFilesResult:
|
|
|
203
203
|
0
|
|
204
204
|
]
|
|
205
205
|
|
|
206
|
+
# TODO: Not all Olink batch NPX files contain LOD column (see LuTK02 olink Batch2 for example).
|
|
207
|
+
# Rewrite to make it optional.
|
|
206
208
|
df.columns = pd.MultiIndex.from_tuples(
|
|
207
209
|
[
|
|
208
210
|
(
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
cidc_schemas/__init__.py,sha256=
|
|
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
|
|
@@ -6,7 +6,7 @@ cidc_schemas/migrations.py,sha256=Amg_T4cFgMzySD7yNnT_PWpqP7hwlTWGeHlI_RSXuRI,14
|
|
|
6
6
|
cidc_schemas/template.py,sha256=P_7zS6OEuuVfofg7IF8-VSFZknjOgPWsIBytFOYuGGE,49836
|
|
7
7
|
cidc_schemas/template_reader.py,sha256=xXtLRKu1y4FrPj8RgyGOmB2hlsCDXcuvMBWami2_jV8,13119
|
|
8
8
|
cidc_schemas/template_writer.py,sha256=faOhvSDTp4nuPhOtVQR_J7YNnFzx-vh7oyNpFdee1mY,18236
|
|
9
|
-
cidc_schemas/unprism.py,sha256=
|
|
9
|
+
cidc_schemas/unprism.py,sha256=9VIuY4ItfSnT8zTC0f4nB1KMUbK2HEPeXaq9EDAtMOA,13324
|
|
10
10
|
cidc_schemas/util.py,sha256=ZCQ--ROZyXYVB034fHHmxZXb5F0G2GwzPwSfyfegtGk,4348
|
|
11
11
|
cidc_schemas/metaschema/strict_meta_schema.json,sha256=3FiS0r2dAXgfPsruJwZYbQoQnHhC_yl-3mclX8gfiQU,6428
|
|
12
12
|
cidc_schemas/pipeline_configs/rna_level1_analysis_config.yaml.j2,sha256=6no9sFqwzb1T61RZGD-owDt2K5R8G_fPTzflV4fOroo,2832
|
|
@@ -21,7 +21,7 @@ cidc_schemas/schemas/clinical_data.json,sha256=ubt2dqTLCbDuxuOXrBObT_xLHVSArMBx4
|
|
|
21
21
|
cidc_schemas/schemas/clinical_trial.json,sha256=mqvpCTqWGimKA8-S4F32YMDBoHcJkawpr9iTwUgH56w,4652
|
|
22
22
|
cidc_schemas/schemas/participant.json,sha256=vCtxbUfVGTjvZ8SPPNLvWJkJIBZUK2NSHpYzJgdoSaY,2991
|
|
23
23
|
cidc_schemas/schemas/sample.json,sha256=TRWgxQBybtj4WjLBNZAdpoShpbDTGl8iT3FceGx2gD8,16296
|
|
24
|
-
cidc_schemas/schemas/shipping_core.json,sha256=
|
|
24
|
+
cidc_schemas/schemas/shipping_core.json,sha256=MYnULNUnXYmOOHvF6T7oSBfMsT5f1waFdzlgdknnMD0,3299
|
|
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
|
|
@@ -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=
|
|
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=
|
|
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.
|
|
153
|
-
nci_cidc_schemas-0.26.
|
|
154
|
-
nci_cidc_schemas-0.26.
|
|
155
|
-
nci_cidc_schemas-0.26.
|
|
156
|
-
nci_cidc_schemas-0.26.
|
|
157
|
-
nci_cidc_schemas-0.26.
|
|
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,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|