nci-cidc-schemas 0.28.0__py2.py3-none-any.whl → 0.28.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.
Files changed (24) hide show
  1. cidc_schemas/__init__.py +1 -1
  2. cidc_schemas/ngs_pipeline_api/__init__.py +29 -0
  3. cidc_schemas/ngs_pipeline_api/atacseq/atacseq.md +55 -0
  4. cidc_schemas/ngs_pipeline_api/atacseq/atacseq_output_API.json +39 -0
  5. cidc_schemas/ngs_pipeline_api/atacseq/imgs/atacseq.png +0 -0
  6. cidc_schemas/ngs_pipeline_api/output_API.schema.json +45 -0
  7. cidc_schemas/ngs_pipeline_api/rna/imgs/RIMA.png +0 -0
  8. cidc_schemas/ngs_pipeline_api/rna/rna.md +54 -0
  9. cidc_schemas/ngs_pipeline_api/rna/rna_config.schema.json +39 -0
  10. cidc_schemas/ngs_pipeline_api/rna/rna_output_API.json +195 -0
  11. cidc_schemas/ngs_pipeline_api/tcr/imgs/TCRseq.png +0 -0
  12. cidc_schemas/ngs_pipeline_api/tcr/tcr.md +101 -0
  13. cidc_schemas/ngs_pipeline_api/wes/imgs/wes.png +0 -0
  14. cidc_schemas/ngs_pipeline_api/wes/wes.md +46 -0
  15. cidc_schemas/ngs_pipeline_api/wes/wes_config.schema.json +82 -0
  16. cidc_schemas/ngs_pipeline_api/wes/wes_output_API.json +503 -0
  17. cidc_schemas/ngs_pipeline_api/wes/wes_output_API.py +548 -0
  18. cidc_schemas/ngs_pipeline_api/wes/wes_tumor_only_output_API.json +213 -0
  19. {nci_cidc_schemas-0.28.0.dist-info → nci_cidc_schemas-0.28.2.dist-info}/METADATA +2 -2
  20. {nci_cidc_schemas-0.28.0.dist-info → nci_cidc_schemas-0.28.2.dist-info}/RECORD +24 -7
  21. {nci_cidc_schemas-0.28.0.dist-info → nci_cidc_schemas-0.28.2.dist-info}/WHEEL +0 -0
  22. {nci_cidc_schemas-0.28.0.dist-info → nci_cidc_schemas-0.28.2.dist-info}/entry_points.txt +0 -0
  23. {nci_cidc_schemas-0.28.0.dist-info → nci_cidc_schemas-0.28.2.dist-info}/licenses/LICENSE +0 -0
  24. {nci_cidc_schemas-0.28.0.dist-info → nci_cidc_schemas-0.28.2.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,213 @@
1
+ {
2
+ "run id": [
3
+ {
4
+ "file_path_template": "analysis/{run id}_error.yaml",
5
+ "short_description": "yaml file that specifies error codes for files",
6
+ "long_description": "Explanation of all files which are expected to be empty due to a failed/missing module.",
7
+ "filter_group": "",
8
+ "file_purpose": "Analysis view",
9
+ "optional": true,
10
+ "tumor_only_assay": true
11
+ },
12
+ {
13
+ "file_path_template": "analysis/msisensor2/{run id}/{run id}_msisensor2.txt",
14
+ "short_description": "msisensor2: microsatellite instability calculation",
15
+ "long_description": "Microsatellite instability calculation using msisensor2 (https://github.com/niu-lab/msisensor2)",
16
+ "filter_group": "msisensor2",
17
+ "file_purpose": "Analysis view",
18
+ "optional": false,
19
+ "tumor_only_assay": true
20
+ },
21
+ {
22
+ "file_path_template": "analysis/neoantigen/{run id}/combined/{run id}.filtered.tsv",
23
+ "short_description": "neaontigen: list of predicted neoantigens",
24
+ "long_description": "The combined MHC class I and II predicted neoantigens using the pVACseq software. The column definitions are given here (ref: https://pvactools.readthedocs.io/en/latest/pvacseq/output_files.html)",
25
+ "filter_group": "neoantigen",
26
+ "file_purpose": "Analysis view",
27
+ "optional": false,
28
+ "tumor_only_assay": true
29
+ },
30
+ {
31
+ "file_path_template": "analysis/report.tar.gz",
32
+ "short_description": "wes report: wes summary html report",
33
+ "long_description": "This is a gzipped file of the report directory, which contains the report.html file. After unzipping the file, the user can load report/report.html into any browser to view the WES Summary Report. The report contains run information (i.e. wes software version used to run the analysis as well as the software version of the major tools) as well as summarizations of sample quality, copy number variation, somatic variants, and HLA-type/neoantigen predictions.",
34
+ "filter_group": "report",
35
+ "file_purpose": "Analysis view",
36
+ "optional": false,
37
+ "tumor_only_assay": true
38
+ },
39
+ {
40
+ "file_path_template": "analysis/report/WES_Meta/02_WES_Run_Version.tsv",
41
+ "short_description": "wes pipeline version- INTERNAL ONLY- for reproducibility",
42
+ "long_description": "wes pipeline version- INTERNAL ONLY- for reproducibility",
43
+ "filter_group": "report",
44
+ "file_purpose": "Miscellaneous",
45
+ "optional": false,
46
+ "tumor_only_assay": true
47
+ },
48
+ {
49
+ "file_path_template": "analysis/report/config.yaml",
50
+ "short_description": "wes pipeline config file- INTERNAL ONLY- for reproducibility",
51
+ "long_description": "wes pipeline config file- INTERNAL ONLY- for reproducibility",
52
+ "filter_group": "report",
53
+ "file_purpose": "Miscellaneous",
54
+ "optional": false,
55
+ "tumor_only_assay": true
56
+ },
57
+ {
58
+ "file_path_template": "analysis/report/metasheet.csv",
59
+ "short_description": "wes pipeline metasheet file- INTERNAL ONLY- for reproducibility",
60
+ "long_description": "wes pipeline metasheet file- INTERNAL ONLY- for reproducibility",
61
+ "filter_group": "report",
62
+ "file_purpose": "Miscellaneous",
63
+ "optional": false,
64
+ "tumor_only_assay": true
65
+ },
66
+ {
67
+ "file_path_template": "analysis/report/json/{run id}.wes.json",
68
+ "short_description": "wes sample json for cohort report generation-INTERNAL ONLY",
69
+ "long_description": "wes sample json for cohort report generation-INTERNAL ONLY",
70
+ "filter_group": "report",
71
+ "file_purpose": "Miscellaneous",
72
+ "optional": false,
73
+ "tumor_only_assay": true
74
+ },
75
+ {
76
+ "file_path_template": "analysis/rna/{run id}/{run id}.haplotyper.rna.vcf.gz",
77
+ "short_description": "rna: Variants called from RNA-seq data",
78
+ "long_description": "RNA-seq variants called using the Sentieon RNA Variant Calling pipeline(https://support.sentieon.com/manual/RNA_call/rna/). Sentieon's Haplotyper algorithm was used for the variant calling.",
79
+ "filter_group": "rna",
80
+ "file_purpose": "Analysis view",
81
+ "optional": true,
82
+ "tumor_only_assay": true
83
+ },
84
+ {
85
+ "file_path_template": "analysis/rna/{run id}/{run id}_tnscope.output.twist.neoantigen.vep.rna.vcf",
86
+ "short_description": "rna: Shared RNA and WES variants that is used for neoantigen prediction when RNA-seq data is provided with the WES run",
87
+ "long_description": "Variants file representing the common variants between RNA (haplotyper.rna.vcf.gz) and WES data (output.twist.neoantigen.vep.vcf).",
88
+ "filter_group": "rna",
89
+ "file_purpose": "Analysis view",
90
+ "optional": true,
91
+ "tumor_only_assay": true
92
+ },
93
+ {
94
+ "file_path_template": "analysis/somatic/{run id}/{run id}_tnscope.output.vcf.gz",
95
+ "short_description": "somatic variants: vcf file of somatic variants",
96
+ "long_description": "VCF file of somatic variants using one of the following the Sentieon somatic callers {tnscope (default), tnhaplotyper2, tnsnv}.\n\nTNscope algorithm- https://support.sentieon.com/manual/usages/general/#tnscope-algorithm\nTNhaplotyper2- https://support.sentieon.com/manual/usages/general/#tnhaplotyper2-algorithm\nTNsnv - https://support.sentieon.com/manual/usages/general/#tnsnv-algorithm",
97
+ "filter_group": "somatic",
98
+ "file_purpose": "Analysis view",
99
+ "optional": false,
100
+ "tumor_only_assay": true
101
+ },
102
+ {
103
+ "file_path_template": "analysis/somatic/{run id}/{run id}_tnscope.output.twist.vcf",
104
+ "short_description": "somatic variants: vcf file of somatic variants in TWIST targed capture region",
105
+ "long_description": "VCF file of variants that fall within the TWIST excome capture regions. bcftools is used to filter reads in output.vcf.gz that intersect with the TWIST capture regions.",
106
+ "filter_group": "somatic",
107
+ "file_purpose": "Analysis view",
108
+ "optional": false,
109
+ "tumor_only_assay": true
110
+ },
111
+ {
112
+ "file_path_template": "analysis/somatic/{run id}/{run id}_tnscope.output.twist.maf",
113
+ "short_description": "somatic variants: maf file of somatic variants in TWIST targed capture region",
114
+ "long_description": "MAF file of variants that fall within the TWIST excome capture regions generated using vcf2maf tool (https://github.com/mskcc/vcf2maf). VEP was used to annotate twist.vcf file, which was then used as input to vcf2maf. NOTE: Some columns in this maf file may be affected by the ExACdb assembly compatibility issue discussed in the WES pipeline overview page (https://cidc.nci.nih.gov/pipelines/wes).",
115
+ "filter_group": "somatic",
116
+ "file_purpose": "Analysis view",
117
+ "optional": false,
118
+ "tumor_only_assay": true
119
+ },
120
+ {
121
+ "file_path_template": "analysis/somatic/{run id}/{run id}_tnscope.output.twist.filtered.vcf",
122
+ "short_description": "somatic variants: vcf file of somatic variants in TWIST targed capture region filtered by PASS column",
123
+ "long_description": "VCF file of variants that fall within the TWIST excome capture regions filtered to remove vairants where the PASS column contained one of the following- germline-risk, low_t_alt_frac, t_lod_fstar, or triallelic_site",
124
+ "filter_group": "somatic",
125
+ "file_purpose": "Analysis view",
126
+ "optional": false,
127
+ "tumor_only_assay": true
128
+ },
129
+ {
130
+ "file_path_template": "analysis/somatic/{run id}/{run id}_tnscope.output.twist.filtered.maf",
131
+ "short_description": "somatic variants: maf file of somatic variants in TWIST targed capture region filtered by PASS column",
132
+ "long_description": "MAF file generated by converting twist.filtered.vcf to maf using VEP to annotate variants and vcf2maf to do the conversion. NOTE: Some columns in this maf file may be affected by the ExACdb assembly compatibility issue discussed in the WES pipeline overview page (https://cidc.nci.nih.gov/pipelines/wes).",
133
+ "filter_group": "somatic",
134
+ "file_purpose": "Analysis view",
135
+ "optional": false,
136
+ "tumor_only_assay": true
137
+ },
138
+ {
139
+ "file_path_template": "analysis/tcellextrect/{run id}/{run id}_tcellextrect.txt",
140
+ "short_description": "tcell: TCell fraction estimates generated by TcellExTRECT",
141
+ "long_description": "TCell fraction estimates generated by the TcellExTRECT software (https://github.com/McGranahanLab/TcellExTRECT)",
142
+ "filter_group": "tcell",
143
+ "file_purpose": "Analysis view",
144
+ "optional": false,
145
+ "tumor_only_assay": true
146
+ }
147
+ ],
148
+ "tumor cimac id": [
149
+ {
150
+ "file_path_template": "analysis/align/{tumor cimac id}/{tumor cimac id}.sorted.dedup.bam",
151
+ "short_description": "alignment: bam file with deduplicated reads",
152
+ "long_description": "Aligned reads were sorted and marked duplicates were removed using the Sentieon Dedup tool (https://support.sentieon.com/manual/usages/general/#dedup-algorithm)",
153
+ "filter_group": "alignment",
154
+ "file_purpose": "Source view",
155
+ "optional": false,
156
+ "tumor_only_assay": true
157
+ },
158
+ {
159
+ "file_path_template": "analysis/align/{tumor cimac id}/{tumor cimac id}.sorted.dedup.bam.bai",
160
+ "short_description": "alignment: index file for deduplicated bam",
161
+ "long_description": "Bam index file for deduplicated bam file generated by the Sentieon Dedup tool (https://support.sentieon.com/manual/usages/general/#dedup-algorithm)",
162
+ "filter_group": "alignment",
163
+ "file_purpose": "Source view",
164
+ "optional": false,
165
+ "tumor_only_assay": true
166
+ },
167
+ {
168
+ "file_path_template": "analysis/align/{tumor cimac id}/{tumor cimac id}_recalibrated.bam",
169
+ "short_description": "alignment: Base Qualtiy Score Recalibration (BQSR) bam file",
170
+ "long_description": "The Sentieon QualCal (https://support.sentieon.com/manual/usages/general/#qualcal-algorithm) is used to perform BSQR and remove any technical artifacts in the base quality scores.",
171
+ "filter_group": "alignment",
172
+ "file_purpose": "Source view",
173
+ "optional": false,
174
+ "tumor_only_assay": true
175
+ },
176
+ {
177
+ "file_path_template": "analysis/align/{tumor cimac id}/{tumor cimac id}_recalibrated.bam.bai",
178
+ "short_description": "alignment: index file for Base Qualtiy Score Recalibration (BQSR) bam file",
179
+ "long_description": "Index file for the BQSR bam file",
180
+ "filter_group": "alignment",
181
+ "file_purpose": "Source view",
182
+ "optional": false,
183
+ "tumor_only_assay": true
184
+ },
185
+ {
186
+ "file_path_template": "analysis/hlahd/{tumor cimac id}/result/{tumor cimac id}_final.result.txt",
187
+ "short_description": "hla: MHC Class I and II results (using HLA-HD)",
188
+ "long_description": "Predicted MHC Class II and II results using the HLA-HD software (https://www.genome.med.kyoto-u.ac.jp/HLA-HD/). Chromosome 6 reads from the deduplicated bam file were extracted and fed into the HLA-HD prediction algorithm.",
189
+ "filter_group": "HLA",
190
+ "file_purpose": "Analysis view",
191
+ "optional": false,
192
+ "tumor_only_assay": true
193
+ },
194
+ {
195
+ "file_path_template": "analysis/optitype/{tumor cimac id}/{tumor cimac id}_result.tsv",
196
+ "short_description": "hla: MHC Class I results (using OptiType)",
197
+ "long_description": "Predicted MHC Class I alleles using the Optitype software (https://github.com/FRED-2/OptiType). Chromosome 6 reads from the deduplicated bam file were extracted and fed into the Optitype prediction algorithm.",
198
+ "filter_group": "HLA",
199
+ "file_purpose": "Analysis view",
200
+ "optional": false,
201
+ "tumor_only_assay": true
202
+ },
203
+ {
204
+ "file_path_template": "analysis/xhla/{tumor cimac id}/report-{tumor cimac id}-hla.json",
205
+ "short_description": "hla: MHC Class I and II results (using xhla)",
206
+ "long_description": "Predicted MHC Class I and II results using the xHLA software(https://github.com/humanlongevity/HLA). Chromosome 6 reads from the deduplicated bam file were extracted and fed into the xHLA prediction algorithm.",
207
+ "filter_group": "HLA",
208
+ "file_purpose": "Analysis view",
209
+ "optional": false,
210
+ "tumor_only_assay": true
211
+ }
212
+ ]
213
+ }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nci_cidc_schemas
3
- Version: 0.28.0
3
+ Version: 0.28.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
@@ -11,7 +11,7 @@ Classifier: Development Status :: 2 - Pre-Alpha
11
11
  Classifier: Intended Audience :: Developers
12
12
  Classifier: License :: OSI Approved :: MIT License
13
13
  Classifier: Natural Language :: English
14
- Classifier: Programming Language :: Python :: 3.9
14
+ Classifier: Programming Language :: Python :: 3.13
15
15
  Requires-Python: >=3.13,<3.14
16
16
  Description-Content-Type: text/markdown
17
17
  License-File: LICENSE
@@ -1,4 +1,4 @@
1
- cidc_schemas/__init__.py,sha256=b4N9advFitYDb_iy1SQfYjX4oAFfRqfyOz1l06Rq7L4,135
1
+ cidc_schemas/__init__.py,sha256=dMTFW_ybl5DgOcuxwoI6PTPfawBCG_1eI-2rx8jd4kY,135
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=4UxcYrofXlDT-Lz6uiQGO1Jwz5bRs0mN_UH4p_A84ks,23262
@@ -9,6 +9,23 @@ cidc_schemas/template_writer.py,sha256=Lk5hw05owoLLsGXimd2H8FSyqBZ2_HpC5wCWw-Xxm
9
9
  cidc_schemas/unprism.py,sha256=TOD3CSGkgNnTtT-OeCCE3Ihlam84lr8XGOmtdSy2lL8,13545
10
10
  cidc_schemas/util.py,sha256=P-889E64I3i9iroxw5qORguzr09Ac7tsgzsoGeGsfwM,4716
11
11
  cidc_schemas/metaschema/strict_meta_schema.json,sha256=3FiS0r2dAXgfPsruJwZYbQoQnHhC_yl-3mclX8gfiQU,6428
12
+ cidc_schemas/ngs_pipeline_api/__init__.py,sha256=Z_ZBeaNmnc-AKW1dnuT8vFN6Re3YcKne6kjE00xvHds,867
13
+ cidc_schemas/ngs_pipeline_api/output_API.schema.json,sha256=jqEcIpBRDy6r9TPgnRMSRX_UyZ-5bSfST46B-6eo67c,1453
14
+ cidc_schemas/ngs_pipeline_api/atacseq/atacseq.md,sha256=AM6C54du9dTsn4mZP_j0Z_OOjoeQnAmFMiTSjV-vto4,3884
15
+ cidc_schemas/ngs_pipeline_api/atacseq/atacseq_output_API.json,sha256=23XiUq-G_w608yl6-IV3kiYveAGWe5UjHbGcGfqSmuM,2186
16
+ cidc_schemas/ngs_pipeline_api/atacseq/imgs/atacseq.png,sha256=MDIo5LyUjR_bT1mvJwNjXbGLGTU8hIyBvV9fzLw6Hpg,708487
17
+ cidc_schemas/ngs_pipeline_api/rna/rna.md,sha256=ihNx0GBzG4blLHWdOJcymxXlZCKeVWUBP-phJQRSylI,3221
18
+ cidc_schemas/ngs_pipeline_api/rna/rna_config.schema.json,sha256=yyn756y8WS8MJ2pR0xRg6wsiWR-BjYneOTfPcFXjS8k,691
19
+ cidc_schemas/ngs_pipeline_api/rna/rna_output_API.json,sha256=KPib4_Nzv_7lIflU1g-X4rNarz6Uy2OHSZBtfxKWJCs,9179
20
+ cidc_schemas/ngs_pipeline_api/rna/imgs/RIMA.png,sha256=0-0FCUj8xMTGUNkK2f7sPi0LvpPy3wk0mCT_glZ5F0A,1153150
21
+ cidc_schemas/ngs_pipeline_api/tcr/tcr.md,sha256=q0fCrSg4O0z_oiTZcP4Vkx_Ja5lx8afkfPKlK8SlqCM,4708
22
+ cidc_schemas/ngs_pipeline_api/tcr/imgs/TCRseq.png,sha256=62Ks2ccWqUgwVeJ1C3Mu-OUupUsJ_D4kOTHyWup-9gQ,160896
23
+ cidc_schemas/ngs_pipeline_api/wes/wes.md,sha256=UYiHYmccCrrtAdZoyqofTWzYc027EF2rHyRksZBroyI,3830
24
+ cidc_schemas/ngs_pipeline_api/wes/wes_config.schema.json,sha256=assQdV2ts4YPwPcKreQf12Kv1DbFhdG5Oals6li-Vz0,2530
25
+ cidc_schemas/ngs_pipeline_api/wes/wes_output_API.json,sha256=W-KGExZvLhxJx-ubbV5MLIzYNXefFzaEo5waWXHONx4,28898
26
+ cidc_schemas/ngs_pipeline_api/wes/wes_output_API.py,sha256=osdqm1OVBhArItFCXpsVRLKnuTGtheCAk9QQQbl2n7c,31065
27
+ cidc_schemas/ngs_pipeline_api/wes/wes_tumor_only_output_API.json,sha256=BxRIHrhuL-eeCRpmOrkCPsTNLZPjDATA5G6PY9_TCXQ,12173
28
+ cidc_schemas/ngs_pipeline_api/wes/imgs/wes.png,sha256=QQPDqTUSOgaS6s0bLu2g2y_WQgVoujtwDTF9z5xZKCE,403116
12
29
  cidc_schemas/pipeline_configs/rna_level1_analysis_config.yaml.j2,sha256=6no9sFqwzb1T61RZGD-owDt2K5R8G_fPTzflV4fOroo,2832
13
30
  cidc_schemas/prism/__init__.py,sha256=J5Tj0X7Di6cyxAjaduOUp2aVyvl8UI67bgxEkgttvcU,530
14
31
  cidc_schemas/prism/constants.py,sha256=PevSn-geY8VTGMx1iXdUJ2LgoeuhEdKfIpZYk_LbzwI,4088
@@ -178,9 +195,9 @@ cidc_schemas/schemas/templates/manifests/tissue_slide_template.json,sha256=q2GmO
178
195
  cidc_schemas/schemas/templates/manifests/tumor_normal_pairing_template.json,sha256=lVJrGb28n-vyfjGBzhrzjn1lMKw1b4HXXmWtwA603v0,2797
179
196
  cidc_schemas/schemas/templates/manifests/tumor_tissue_dna_template.json,sha256=LpaoDXDS11NCa-Dv37N-tzEGomswQrx5fypkUcG7xJk,18956
180
197
  cidc_schemas/schemas/templates/manifests/tumor_tissue_rna_template.json,sha256=-gww6NCHbtbI5z7UmNSmKyPK3IqKCE8F6n4XwTAb_gk,18101
181
- nci_cidc_schemas-0.28.0.dist-info/licenses/LICENSE,sha256=zK77-w4rYCZBHAYJEGkcFuPXwKIsP7jMPZ2iQOXjzko,1072
182
- nci_cidc_schemas-0.28.0.dist-info/METADATA,sha256=CPsdYCqXmiXpwu-Loe-Y9Gg9WX8WAKy6oMOKtHVZbtA,5007
183
- nci_cidc_schemas-0.28.0.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
184
- nci_cidc_schemas-0.28.0.dist-info/entry_points.txt,sha256=kSyTzXeJQrJp_2ZX0GS_NnbJR8ceQKLBSgER46PM0hs,55
185
- nci_cidc_schemas-0.28.0.dist-info/top_level.txt,sha256=Wwb5Cu7QrnbmSJxI2d00e3-Mir36t0jTRnSulmfhi30,13
186
- nci_cidc_schemas-0.28.0.dist-info/RECORD,,
198
+ nci_cidc_schemas-0.28.2.dist-info/licenses/LICENSE,sha256=zK77-w4rYCZBHAYJEGkcFuPXwKIsP7jMPZ2iQOXjzko,1072
199
+ nci_cidc_schemas-0.28.2.dist-info/METADATA,sha256=GKyInqelEl0ccZfhIk7i54ey1PcMYG1GtcoKYutS9lk,5008
200
+ nci_cidc_schemas-0.28.2.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
201
+ nci_cidc_schemas-0.28.2.dist-info/entry_points.txt,sha256=kSyTzXeJQrJp_2ZX0GS_NnbJR8ceQKLBSgER46PM0hs,55
202
+ nci_cidc_schemas-0.28.2.dist-info/top_level.txt,sha256=Wwb5Cu7QrnbmSJxI2d00e3-Mir36t0jTRnSulmfhi30,13
203
+ nci_cidc_schemas-0.28.2.dist-info/RECORD,,