nci-cidc-schemas 0.28.5__tar.gz → 0.28.7__tar.gz
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.
- {nci_cidc_schemas-0.28.5/nci_cidc_schemas.egg-info → nci_cidc_schemas-0.28.7}/PKG-INFO +5 -5
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/__init__.py +1 -1
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/hande_assay.json +8 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/templates/assays/hande_template.json +2 -2
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7/nci_cidc_schemas.egg-info}/PKG-INFO +5 -5
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/nci_cidc_schemas.egg-info/requires.txt +4 -4
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/requirements.txt +5 -5
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/prism/cidc_test_data/assay_data.py +29 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/LICENSE +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/MANIFEST.in +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/README.md +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/cli.py +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/constants.py +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/json_validation.py +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/metaschema/strict_meta_schema.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/migrations.py +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/ngs_pipeline_api/__init__.py +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/ngs_pipeline_api/atacseq/atacseq.md +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/ngs_pipeline_api/atacseq/atacseq_output_API.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/ngs_pipeline_api/atacseq/imgs/atacseq.png +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/ngs_pipeline_api/output_API.schema.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/ngs_pipeline_api/rna/imgs/RIMA.png +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/ngs_pipeline_api/rna/rna.md +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/ngs_pipeline_api/rna/rna_config.schema.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/ngs_pipeline_api/rna/rna_output_API.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/ngs_pipeline_api/tcr/imgs/TCRseq.png +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/ngs_pipeline_api/tcr/tcr.md +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/ngs_pipeline_api/wes/imgs/wes.png +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/ngs_pipeline_api/wes/wes.md +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/ngs_pipeline_api/wes/wes_config.schema.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/ngs_pipeline_api/wes/wes_output_API.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/ngs_pipeline_api/wes/wes_output_API.py +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/ngs_pipeline_api/wes/wes_tumor_only_output_API.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/pipeline_configs/rna_level1_analysis_config.yaml.j2 +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/prism/__init__.py +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/prism/constants.py +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/prism/core.py +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/prism/extra_metadata.py +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/prism/merger.py +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/prism/pipelines.py +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/aliquot.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_bam.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_bam_bai.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_bed.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_bigwig.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_binary.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_clinical_csv.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_clinical_docx.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_clinical_xlsx.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_cncf.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_cns.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_core.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_csv.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_elisa_xlsx.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_fastq_gz.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_fcs.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_file.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_gz.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_h5ad.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_html.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_ibd.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_image.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_imzml.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_jpg.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_json.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_junction.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_log.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_maf.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_mtx.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_narrowPeak.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_npx.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_ome_tiff.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_out.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_pdf.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_png.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_rcc.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_rdata.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_rds.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_stats.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_tab.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_tbi.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_text.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_tiff.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_tsv.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_txt.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_vcf.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_vcf_gz.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_xlsx.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_yaml.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_zip.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/atacseq_assay.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/components/antibody.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/components/assay_core.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/components/available_assays.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/components/available_ngs_analyses.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/components/composite_image.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/components/controls.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/components/enrichment_core.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/components/excluded_samples.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/components/hande_local_file.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/components/image.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/components/imaging/mif_entry.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/components/imaging/mif_export.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/components/imaging/mif_input.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/components/imaging/mif_roi.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/components/imaging_data.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/components/local_file.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/components/maldi_glycan_input.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/components/mapping.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/components/mibi_antibody.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/components/mibi_imaging/mibi_input.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/components/mif_antibody.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/components/mihc_antibody.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/components/mihc_input.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/components/multiple_local_files.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/components/ngs/atacseq/atacseq_analysis.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/components/ngs/ngs_assay_record.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/components/ngs/rna/fusion.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/components/ngs/rna/microbiome.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/components/ngs/rna/msisensor.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/components/ngs/rna/neoantigen.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/components/ngs/rna/rna_analysis.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/components/ngs/rna/rna_level1_analysis.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/components/ngs/rna/rseqc.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/components/ngs/rna/salmon.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/components/ngs/rna/star.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/components/ngs/rna/trust4.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/components/ngs_assay_core.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/components/ngs_assay_record.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/components/nulisa_input.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/components/reads_core.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/components/reads_with_index.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/components/scrnaseq_input.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/components/scrnaseq_preamble.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/components/visium_input.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/components/visium_preamble.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/ctdna_assay.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/cytof_assay.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/cytof_assay_core.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/elisa_assay.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/ihc_assay.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/maldi_glycan_assay.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/mibi_assay.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/microbiome_assay.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/mif_assay.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/mihc_assay.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/misc_data.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/nanostring_assay.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/nulisa_assay.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/olink_assay.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/rna_assay-v0.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/rna_assay.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/scrnaseq_analysis.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/scrnaseq_assay.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/tcr_analysis.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/tcr_assay.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/visium_analysis.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/visium_assay.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/wes_analysis.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/wes_assay.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/wes_core.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/wes_tumor_only_analysis.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/clinical_data.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/clinical_trial.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/participant.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/sample.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/shipping_core.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/templates/analyses/atacseq_analysis_template.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/templates/analyses/cytof_analysis_template.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/templates/analyses/rna_level1_analysis_template.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/templates/analyses/scrnaseq_analysis_template.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/templates/analyses/tcr_analysis_template.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/templates/analyses/visium_analysis_template.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/templates/analyses/wes_analysis_template.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/templates/analyses/wes_tumor_only_analysis_template.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/templates/assays/atacseq_fastq_template.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/templates/assays/clinical_data_template.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/templates/assays/ctdna_template.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/templates/assays/cytof_template.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/templates/assays/elisa_template.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/templates/assays/ihc_template.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/templates/assays/maldi_glycan_template.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/templates/assays/mibi_template.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/templates/assays/microbiome_template.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/templates/assays/mif_template.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/templates/assays/mihc_template.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/templates/assays/misc_data_template.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/templates/assays/nanostring_template.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/templates/assays/nulisa_template.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/templates/assays/olink_template.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/templates/assays/rna_bam_template.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/templates/assays/rna_fastq_template.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/templates/assays/scrnaseq_template.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/templates/assays/tcr_adaptive_template.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/templates/assays/tcr_fastq_template.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/templates/assays/visium_template.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/templates/assays/wes_bam_template.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/templates/assays/wes_fastq_template.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/templates/manifests/h_and_e_template.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/templates/manifests/microbiome_dna_template.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/templates/manifests/normal_blood_dna_template.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/templates/manifests/normal_tissue_dna_template.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/templates/manifests/pbmc_template.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/templates/manifests/plasma_template.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/templates/manifests/tissue_slide_template.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/templates/manifests/tumor_normal_pairing_template.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/templates/manifests/tumor_tissue_dna_template.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/templates/manifests/tumor_tissue_rna_template.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/template.py +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/template_reader.py +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/template_writer.py +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/unprism.py +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/util.py +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/nci_cidc_schemas.egg-info/SOURCES.txt +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/nci_cidc_schemas.egg-info/dependency_links.txt +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/nci_cidc_schemas.egg-info/entry_points.txt +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/nci_cidc_schemas.egg-info/not-zip-safe +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/nci_cidc_schemas.egg-info/top_level.txt +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/setup.cfg +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/setup.py +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/__init__.py +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/conftest.py +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/constants.py +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/data/clinical_test_file.1.csv +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/data/clinical_test_file.1.xlsx +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/data/clinical_test_file.2.bom.csv +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/data/clinical_test_file.2.csv +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/data/clinical_test_file.2.xlsx +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/data/clinical_test_file.3.xlsx +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/data/clinical_test_file.docx +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/data/clinicaltrial_examples/CT_1.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/data/clinicaltrial_examples/CT_1PA_multiWES.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/data/clinicaltrial_examples/CT_cytof_with_analysis.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/data/clinicaltrial_examples/CT_ihc.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/data/clinicaltrial_examples/CT_minimal.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/data/date_examples.xlsx +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/data/elisa_test_file.1.xlsx +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/data/elisa_test_file.2.xlsx +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/data/hande_err_template.xlsx +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/data/olink/invalid_olink_assay_1_NPX.xlsx +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/data/olink/olink_assay_1_NPX.xlsx +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/data/olink/olink_assay_2_NPX.xlsx +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/data/olink/olink_assay_combined.xlsx +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/data/pbmc_invalid.xlsx +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/data/pbmc_manifest_valid.xlsx +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/data/schemas/1.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/data/schemas/a.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/data/schemas/b.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/data/schemas/c.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/data/schemas/d1/3.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/data/schemas/d1/d2/2.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/data/schemas/invalid_ref.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/data/schemas/target-templates/atacseq_analysis_template.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/data/schemas/target-templates/rna_level1_analysis_template.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/data/schemas/target-templates/wes_analysis_template.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/data/schemas/target-templates/wes_tumor_only_analysis_template.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/data/tiny_invalid_manifest.xlsx +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/data/tiny_valid_manifest.xlsx +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/prism/__init__.py +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/prism/cidc_test_data/__init__.py +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/prism/cidc_test_data/analysis_data.py +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/prism/cidc_test_data/manifest_data.py +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/prism/cidc_test_data/utils.py +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/prism/schema/test_schema.json +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/prism/test_cidc_data_model.py +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/prism/test_constants.py +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/prism/test_core.py +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/prism/test_extra_metadata.py +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/prism/test_merger.py +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/prism/test_pipelines.py +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/test_artifacts.py +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/test_assays.py +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/test_clinicaltrial_examples.py +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/test_json_validation.py +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/test_migrations.py +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/test_schemas.py +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/test_strict_meta_schema.py +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/test_template.py +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/test_template_reader.py +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/test_template_writer.py +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/test_templates.py +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/test_trial_core.py +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/test_unprism.py +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/test_util.py +0 -0
- {nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/utils/test_template_generator.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nci_cidc_schemas
|
|
3
|
-
Version: 0.28.
|
|
3
|
+
Version: 0.28.7
|
|
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
|
|
@@ -17,15 +17,15 @@ Description-Content-Type: text/markdown
|
|
|
17
17
|
License-File: LICENSE
|
|
18
18
|
Requires-Dist: argparse==1.4.0
|
|
19
19
|
Requires-Dist: dateparser==1.2.2
|
|
20
|
-
Requires-Dist: deepdiff==
|
|
20
|
+
Requires-Dist: deepdiff==8.6.1
|
|
21
21
|
Requires-Dist: jinja2==3.1.6
|
|
22
22
|
Requires-Dist: jsonmerge==1.6.1
|
|
23
23
|
Requires-Dist: jsonpointer==3.0.0
|
|
24
24
|
Requires-Dist: jsonschema==3.2.0
|
|
25
25
|
Requires-Dist: openpyxl==3.1.5
|
|
26
|
-
Requires-Dist: pandas==2.3.
|
|
27
|
-
Requires-Dist: pyyaml==6.0.
|
|
28
|
-
Requires-Dist: xlsxwriter==3.2.
|
|
26
|
+
Requires-Dist: pandas==2.3.3
|
|
27
|
+
Requires-Dist: pyyaml==6.0.3
|
|
28
|
+
Requires-Dist: xlsxwriter==3.2.9
|
|
29
29
|
Dynamic: author
|
|
30
30
|
Dynamic: author-email
|
|
31
31
|
Dynamic: classifier
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/hande_assay.json
RENAMED
|
@@ -27,6 +27,10 @@
|
|
|
27
27
|
{
|
|
28
28
|
"$comment": "Path to the H & E image in JPG format.",
|
|
29
29
|
"$ref": "artifacts/artifact_jpg.json"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"$comment": "Path to the H & E image in OME-TIFF format.",
|
|
33
|
+
"$ref": "artifacts/artifact_jpg.json"
|
|
30
34
|
}
|
|
31
35
|
]
|
|
32
36
|
},
|
|
@@ -41,6 +45,10 @@
|
|
|
41
45
|
{
|
|
42
46
|
"$comment": "Path to the H & E annotated image in JPG format.",
|
|
43
47
|
"$ref": "artifacts/artifact_jpg.json"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"$comment": "Path to the H & E annotated image in OME-TIFF format.",
|
|
51
|
+
"$ref": "artifacts/artifact_jpg.json"
|
|
44
52
|
}
|
|
45
53
|
]
|
|
46
54
|
}
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"do_not_merge": true,
|
|
28
28
|
"allow_empty": true,
|
|
29
29
|
"type": "string",
|
|
30
|
-
"enum": ["svs", "jpg"]
|
|
30
|
+
"enum": ["svs", "jpg", "ome.tiff"]
|
|
31
31
|
},
|
|
32
32
|
"image file": {
|
|
33
33
|
"merge_pointer": "0/files/image_file",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"do_not_merge": true,
|
|
42
42
|
"allow_empty": true,
|
|
43
43
|
"type": "string",
|
|
44
|
-
"enum": ["svs", "jpg"]
|
|
44
|
+
"enum": ["svs", "jpg", "ome.tiff"]
|
|
45
45
|
},
|
|
46
46
|
"annotated image": {
|
|
47
47
|
"merge_pointer": "0/files/annotated_image",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nci_cidc_schemas
|
|
3
|
-
Version: 0.28.
|
|
3
|
+
Version: 0.28.7
|
|
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
|
|
@@ -17,15 +17,15 @@ Description-Content-Type: text/markdown
|
|
|
17
17
|
License-File: LICENSE
|
|
18
18
|
Requires-Dist: argparse==1.4.0
|
|
19
19
|
Requires-Dist: dateparser==1.2.2
|
|
20
|
-
Requires-Dist: deepdiff==
|
|
20
|
+
Requires-Dist: deepdiff==8.6.1
|
|
21
21
|
Requires-Dist: jinja2==3.1.6
|
|
22
22
|
Requires-Dist: jsonmerge==1.6.1
|
|
23
23
|
Requires-Dist: jsonpointer==3.0.0
|
|
24
24
|
Requires-Dist: jsonschema==3.2.0
|
|
25
25
|
Requires-Dist: openpyxl==3.1.5
|
|
26
|
-
Requires-Dist: pandas==2.3.
|
|
27
|
-
Requires-Dist: pyyaml==6.0.
|
|
28
|
-
Requires-Dist: xlsxwriter==3.2.
|
|
26
|
+
Requires-Dist: pandas==2.3.3
|
|
27
|
+
Requires-Dist: pyyaml==6.0.3
|
|
28
|
+
Requires-Dist: xlsxwriter==3.2.9
|
|
29
29
|
Dynamic: author
|
|
30
30
|
Dynamic: author-email
|
|
31
31
|
Dynamic: classifier
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
argparse==1.4.0
|
|
2
2
|
dateparser==1.2.2
|
|
3
|
-
deepdiff==
|
|
3
|
+
deepdiff==8.6.1
|
|
4
4
|
jinja2==3.1.6
|
|
5
5
|
jsonmerge==1.6.1
|
|
6
6
|
jsonpointer==3.0.0
|
|
7
7
|
jsonschema==3.2.0
|
|
8
8
|
openpyxl==3.1.5
|
|
9
|
-
pandas==2.3.
|
|
10
|
-
pyyaml==6.0.
|
|
11
|
-
xlsxwriter==3.2.
|
|
9
|
+
pandas==2.3.3
|
|
10
|
+
pyyaml==6.0.3
|
|
11
|
+
xlsxwriter==3.2.9
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
argparse==1.4.0
|
|
2
2
|
dateparser==1.2.2
|
|
3
|
-
deepdiff==
|
|
3
|
+
deepdiff==8.6.1
|
|
4
4
|
jinja2==3.1.6
|
|
5
5
|
jsonmerge==1.6.1 # TODO: 1.9.2
|
|
6
6
|
jsonpointer==3.0.0
|
|
7
|
-
jsonschema==3.2.0 # TODO: 4.25.
|
|
7
|
+
jsonschema==3.2.0 # TODO: 4.25.1
|
|
8
8
|
openpyxl==3.1.5
|
|
9
|
-
pandas==2.3.
|
|
10
|
-
pyyaml==6.0.
|
|
11
|
-
xlsxwriter==3.2.
|
|
9
|
+
pandas==2.3.3
|
|
10
|
+
pyyaml==6.0.3
|
|
11
|
+
xlsxwriter==3.2.9
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/tests/prism/cidc_test_data/assay_data.py
RENAMED
|
@@ -422,6 +422,21 @@ def hande() -> PrismTestData:
|
|
|
422
422
|
"necrosis_percentage": 0.0,
|
|
423
423
|
"fibrosis_percentage": 20.0,
|
|
424
424
|
},
|
|
425
|
+
{
|
|
426
|
+
"cimac_id": "CTTTPX121.00",
|
|
427
|
+
"files": {
|
|
428
|
+
"image_file": {
|
|
429
|
+
"upload_placeholder": "eedd-46aa-4329-a6fa-0bda83106461",
|
|
430
|
+
},
|
|
431
|
+
"annotated_image": {
|
|
432
|
+
"upload_placeholder": "ee1234-3517-4484-8f3a-eb0854f4d8b4",
|
|
433
|
+
},
|
|
434
|
+
},
|
|
435
|
+
"tumor_tissue_percentage": 80.0,
|
|
436
|
+
"viable_tumor_percentage": 50.0,
|
|
437
|
+
"necrosis_percentage": 0.0,
|
|
438
|
+
"fibrosis_percentage": 20.0,
|
|
439
|
+
},
|
|
425
440
|
],
|
|
426
441
|
"assay_creator": "DFCI",
|
|
427
442
|
}
|
|
@@ -471,6 +486,20 @@ def hande() -> PrismTestData:
|
|
|
471
486
|
metadata_availability=False,
|
|
472
487
|
allow_empty=False,
|
|
473
488
|
),
|
|
489
|
+
LocalFileUploadEntry(
|
|
490
|
+
local_path="image.ome.tiff",
|
|
491
|
+
gs_key="123/hande/CTTTPX121.00/image_file.ome.tiff",
|
|
492
|
+
upload_placeholder="eedd-46aa-4329-a6fa-0bda83106461",
|
|
493
|
+
metadata_availability=False,
|
|
494
|
+
allow_empty=False,
|
|
495
|
+
),
|
|
496
|
+
LocalFileUploadEntry(
|
|
497
|
+
local_path="annotated.ome.tiff",
|
|
498
|
+
gs_key="123/hande/CTTTPX121.00/annotated_image.ome.tiff",
|
|
499
|
+
upload_placeholder="ee1234-3517-4484-8f3a-eb0854f4d8b4",
|
|
500
|
+
metadata_availability=False,
|
|
501
|
+
allow_empty=False,
|
|
502
|
+
),
|
|
474
503
|
]
|
|
475
504
|
|
|
476
505
|
cimac_ids = [
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/metaschema/strict_meta_schema.json
RENAMED
|
File without changes
|
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/ngs_pipeline_api/__init__.py
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/ngs_pipeline_api/atacseq/atacseq.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/ngs_pipeline_api/rna/imgs/RIMA.png
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/ngs_pipeline_api/rna/rna.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/ngs_pipeline_api/tcr/tcr.md
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/ngs_pipeline_api/wes/imgs/wes.png
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/ngs_pipeline_api/wes/wes.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_bam.json
RENAMED
|
File without changes
|
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_bed.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_cns.json
RENAMED
|
File without changes
|
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_csv.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_fcs.json
RENAMED
|
File without changes
|
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_gz.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_ibd.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_jpg.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_log.json
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_maf.json
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_mtx.json
RENAMED
|
File without changes
|
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_npx.json
RENAMED
|
File without changes
|
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_out.json
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_pdf.json
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_png.json
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_rcc.json
RENAMED
|
File without changes
|
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_rds.json
RENAMED
|
File without changes
|
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_tab.json
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_tbi.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_tsv.json
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_txt.json
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_vcf.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/artifacts/artifact_zip.json
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/atacseq_assay.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/ctdna_assay.json
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/cytof_assay.json
RENAMED
|
File without changes
|
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/elisa_assay.json
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/ihc_assay.json
RENAMED
|
File without changes
|
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/mibi_assay.json
RENAMED
|
File without changes
|
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/mif_assay.json
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/mihc_assay.json
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/misc_data.json
RENAMED
|
File without changes
|
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/nulisa_assay.json
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/olink_assay.json
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/rna_assay-v0.json
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/rna_assay.json
RENAMED
|
File without changes
|
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/scrnaseq_assay.json
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/tcr_analysis.json
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/tcr_assay.json
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/visium_analysis.json
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/visium_assay.json
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/wes_analysis.json
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/wes_assay.json
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/assays/wes_core.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nci_cidc_schemas-0.28.5 → nci_cidc_schemas-0.28.7}/cidc_schemas/schemas/clinical_trial.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|