nci-cidc-schemas 0.27.1__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.01"
5
+ __version__ = "0.27.04"
@@ -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",
@@ -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.1
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=VcAwWzIL8eZjFMd1X0wzH9VJFMPjpfGxv5Vkdpxw2GU,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
@@ -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
@@ -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.1.dist-info/LICENSE,sha256=zK77-w4rYCZBHAYJEGkcFuPXwKIsP7jMPZ2iQOXjzko,1072
158
- nci_cidc_schemas-0.27.1.dist-info/METADATA,sha256=S8HqjcNvuIkrdWflFo_Y2NfypLGiemRsrdRhZsmVmqc,4531
159
- nci_cidc_schemas-0.27.1.dist-info/WHEEL,sha256=9Hm2OB-j1QcCUq9Jguht7ayGIIZBRTdOXD1qg9cCgPM,109
160
- nci_cidc_schemas-0.27.1.dist-info/entry_points.txt,sha256=kSyTzXeJQrJp_2ZX0GS_NnbJR8ceQKLBSgER46PM0hs,55
161
- nci_cidc_schemas-0.27.1.dist-info/top_level.txt,sha256=Wwb5Cu7QrnbmSJxI2d00e3-Mir36t0jTRnSulmfhi30,13
162
- nci_cidc_schemas-0.27.1.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