nci-cidc-schemas 0.27.0__py2.py3-none-any.whl → 0.27.2__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.00"
5
+ __version__ = "0.27.02"
@@ -202,7 +202,7 @@
202
202
  "H&E",
203
203
  "Liquid Nitrogen (Frozen)",
204
204
  "OCT (Frozen)",
205
- "Proteomic Stablization",
205
+ "Proteomic Stabilization",
206
206
  "Thaw-Lyse",
207
207
  "Not Reported",
208
208
  "Other"
@@ -187,35 +187,35 @@
187
187
  "is_artifact": 1
188
188
  },
189
189
  {
190
- "parse_through": "lambda run: f'{folder or \"\"}analysis/report.tar.gz'",
190
+ "parse_through": "lambda run: f'{folder or \"\"}analysis/{run}.report.tar.gz'",
191
191
  "merge_pointer": "/report/report",
192
192
  "gcs_uri_format": "{protocol identifier}/wes/{run id}/analysis/report.tar.gz",
193
193
  "type_ref": "assays/components/local_file.json#properties/file_path",
194
194
  "is_artifact": 1
195
195
  },
196
196
  {
197
- "parse_through": "lambda run: f'{folder or \"\"}analysis/report/somatic_variants/05_tumor_germline_overlap.tsv'",
197
+ "parse_through": "lambda run: f'{folder or \"\"}analysis/report/somatic_variants/{run}.05_tumor_germline_overlap.tsv'",
198
198
  "merge_pointer": "/report/tumor_germline_overlap",
199
199
  "gcs_uri_format": "{protocol identifier}/wes/{run id}/analysis/tumor_germline_overlap.tsv",
200
200
  "type_ref": "assays/components/local_file.json#properties/file_path",
201
201
  "is_artifact": 1
202
202
  },
203
203
  {
204
- "parse_through": "lambda run: f'{folder or \"\"}analysis/report/WES_Meta/02_WES_Run_Version.tsv'",
204
+ "parse_through": "lambda run: f'{folder or \"\"}analysis/report/WES_Meta/{run}.02_WES_Run_Version.tsv'",
205
205
  "merge_pointer": "/report/wes_run_version",
206
206
  "gcs_uri_format": "{protocol identifier}/wes/{run id}/analysis/wes_run_version.tsv",
207
207
  "type_ref": "assays/components/local_file.json#properties/file_path",
208
208
  "is_artifact": 1
209
209
  },
210
210
  {
211
- "parse_through": "lambda run: f'{folder or \"\"}analysis/report/config.yaml'",
211
+ "parse_through": "lambda run: f'{folder or \"\"}analysis/report/{run}.config.yaml'",
212
212
  "merge_pointer": "/report/config",
213
213
  "gcs_uri_format": "{protocol identifier}/wes/{run id}/analysis/config.yaml",
214
214
  "type_ref": "assays/components/local_file.json#properties/file_path",
215
215
  "is_artifact": 1
216
216
  },
217
217
  {
218
- "parse_through": "lambda run: f'{folder or \"\"}analysis/report/metasheet.csv'",
218
+ "parse_through": "lambda run: f'{folder or \"\"}analysis/report/{run}.metasheet.csv'",
219
219
  "merge_pointer": "/report/metasheet",
220
220
  "gcs_uri_format": "{protocol identifier}/wes/{run id}/analysis/metasheet.csv",
221
221
  "type_ref": "assays/components/local_file.json#properties/file_path",
@@ -47,28 +47,28 @@
47
47
  "is_artifact": 1
48
48
  },
49
49
  {
50
- "parse_through": "lambda run: f'{folder or \"\"}analysis/report.tar.gz'",
50
+ "parse_through": "lambda run: f'{folder or \"\"}analysis/{run}.report.tar.gz'",
51
51
  "merge_pointer": "/report/report",
52
52
  "gcs_uri_format": "{protocol identifier}/wes_tumor_only/{run id}/analysis/report.tar.gz",
53
53
  "type_ref": "assays/components/local_file.json#properties/file_path",
54
54
  "is_artifact": 1
55
55
  },
56
56
  {
57
- "parse_through": "lambda run: f'{folder or \"\"}analysis/report/WES_Meta/02_WES_Run_Version.tsv'",
57
+ "parse_through": "lambda run: f'{folder or \"\"}analysis/report/WES_Meta/{run}.02_WES_Run_Version.tsv'",
58
58
  "merge_pointer": "/report/wes_run_version",
59
59
  "gcs_uri_format": "{protocol identifier}/wes_tumor_only/{run id}/analysis/wes_run_version.tsv",
60
60
  "type_ref": "assays/components/local_file.json#properties/file_path",
61
61
  "is_artifact": 1
62
62
  },
63
63
  {
64
- "parse_through": "lambda run: f'{folder or \"\"}analysis/report/config.yaml'",
64
+ "parse_through": "lambda run: f'{folder or \"\"}analysis/report/{run}.config.yaml'",
65
65
  "merge_pointer": "/report/config",
66
66
  "gcs_uri_format": "{protocol identifier}/wes_tumor_only/{run id}/analysis/config.yaml",
67
67
  "type_ref": "assays/components/local_file.json#properties/file_path",
68
68
  "is_artifact": 1
69
69
  },
70
70
  {
71
- "parse_through": "lambda run: f'{folder or \"\"}analysis/report/metasheet.csv'",
71
+ "parse_through": "lambda run: f'{folder or \"\"}analysis/report/{run}.metasheet.csv'",
72
72
  "merge_pointer": "/report/metasheet",
73
73
  "gcs_uri_format": "{protocol identifier}/wes_tumor_only/{run id}/analysis/metasheet.csv",
74
74
  "type_ref": "assays/components/local_file.json#properties/file_path",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: nci_cidc_schemas
3
- Version: 0.27.0
3
+ Version: 0.27.2
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=hWMDf0YSZahXXxDPePLAjf-v4R28ET5oLvjtC3oVifA,136
1
+ cidc_schemas/__init__.py,sha256=ZNUSqd12pSnXN1WKA6QxNtf8pAWy6Xst2qmBFNBjlII,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
@@ -20,7 +20,7 @@ cidc_schemas/schemas/aliquot.json,sha256=F24s6xGTeJl-VT6s6wvV8YtMA4O-0BsUCwtD2OE
20
20
  cidc_schemas/schemas/clinical_data.json,sha256=ubt2dqTLCbDuxuOXrBObT_xLHVSArMBx4oASFOAYEas,1474
21
21
  cidc_schemas/schemas/clinical_trial.json,sha256=aUjYgdtlRWDfULk0-apralt4-KrtjriUqt3qNTdL2Rc,4442
22
22
  cidc_schemas/schemas/participant.json,sha256=X72GQSdLqhZl_Vg8OHPqRotblIluNSmiw8N5UeM-di8,2843
23
- cidc_schemas/schemas/sample.json,sha256=ZND6Vcq2J4GfqY532pFI7dptg8K6vS5VL25JsDwcfI8,20796
23
+ cidc_schemas/schemas/sample.json,sha256=wvYlmbdXhJ4TAVZrKSHzW_FudngKqyr4LZ1eICgQymE,20797
24
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
@@ -123,8 +123,8 @@ cidc_schemas/schemas/templates/analyses/atacseq_analysis_template.json,sha256=7v
123
123
  cidc_schemas/schemas/templates/analyses/cytof_analysis_template.json,sha256=d6qOGbYXXx1c8rb-saM4D_tMuK8n4ydbyW9_xaW6xhk,6381
124
124
  cidc_schemas/schemas/templates/analyses/rna_level1_analysis_template.json,sha256=vMHXSQNZz8sFxwiBUnRXb5o08GxgbKZjMu8ZPjNn4TI,15944
125
125
  cidc_schemas/schemas/templates/analyses/tcr_analysis_template.json,sha256=ai5KUp6q5GGTxDybOHBaseOnvQCVqIRh4SurETz5Vx0,3054
126
- cidc_schemas/schemas/templates/analyses/wes_analysis_template.json,sha256=V5RRZ39u9mNt29vlzAIPx6uojDKU3i7qLWGPy6Qanbs,35033
127
- cidc_schemas/schemas/templates/analyses/wes_tumor_only_analysis_template.json,sha256=oHQ89pnzqGWE2sfb5sYGYhyknyd0pr0dTEGTYn2y_tQ,16240
126
+ cidc_schemas/schemas/templates/analyses/wes_analysis_template.json,sha256=wp0Iop9V8zpy8pM7JGBRhGzF6QoNs743Z5K89IQA7PA,35063
127
+ cidc_schemas/schemas/templates/analyses/wes_tumor_only_analysis_template.json,sha256=hhWA6mBPVBIM9QFg0C7CkimD9fcFXXtFSSkvo0lvnro,16264
128
128
  cidc_schemas/schemas/templates/assays/atacseq_fastq_template.json,sha256=7WygawkxnhFu5xBAuIhSOBD8TwCqDgINjC-HIYeCf4Q,3928
129
129
  cidc_schemas/schemas/templates/assays/clinical_data_template.json,sha256=1luQXzyqbAKKiNVwVQFeZ4dwzVpnTeGAropzd_mYmx4,2193
130
130
  cidc_schemas/schemas/templates/assays/ctdna_template.json,sha256=KDyOPbBh0dytlZRJVKNuaGEB8MAyq6Ls1CvI8d2wF3o,6151
@@ -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.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,,
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,,