nci-cidc-schemas 0.27.11__tar.gz → 0.27.13__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.27.11/nci_cidc_schemas.egg-info → nci_cidc_schemas-0.27.13}/PKG-INFO +1 -1
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/__init__.py +1 -1
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/prism/constants.py +2 -0
- nci_cidc_schemas-0.27.13/cidc_schemas/schemas/artifacts/artifact_h5ad.json +51 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/components/available_assays.json +7 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/components/image.json +3 -3
- nci_cidc_schemas-0.27.13/cidc_schemas/schemas/assays/components/mihc_antibody.json +66 -0
- nci_cidc_schemas-0.27.13/cidc_schemas/schemas/assays/mihc_assay.json +108 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/templates/assays/mibi_template.json +5 -5
- nci_cidc_schemas-0.27.13/cidc_schemas/schemas/templates/assays/mihc_template.json +243 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13/nci_cidc_schemas.egg-info}/PKG-INFO +1 -1
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/nci_cidc_schemas.egg-info/SOURCES.txt +4 -1
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/prism/cidc_test_data/assay_data.py +154 -0
- nci_cidc_schemas-0.27.11/cidc_schemas/schemas/assays/components/mibi_imaging/mibi_files.json +0 -55
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/LICENSE +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/MANIFEST.in +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/README.md +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/cli.py +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/constants.py +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/json_validation.py +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/metaschema/strict_meta_schema.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/migrations.py +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/pipeline_configs/rna_level1_analysis_config.yaml.j2 +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/prism/__init__.py +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/prism/core.py +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/prism/extra_metadata.py +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/prism/merger.py +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/prism/pipelines.py +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/aliquot.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/artifacts/artifact_bam.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/artifacts/artifact_bam_bai.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/artifacts/artifact_bed.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/artifacts/artifact_bigwig.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/artifacts/artifact_binary.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/artifacts/artifact_clinical_csv.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/artifacts/artifact_clinical_docx.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/artifacts/artifact_clinical_xlsx.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/artifacts/artifact_cncf.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/artifacts/artifact_cns.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/artifacts/artifact_core.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/artifacts/artifact_csv.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/artifacts/artifact_elisa_xlsx.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/artifacts/artifact_fastq_gz.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/artifacts/artifact_fcs.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/artifacts/artifact_file.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/artifacts/artifact_gz.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/artifacts/artifact_image.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/artifacts/artifact_jpg.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/artifacts/artifact_json.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/artifacts/artifact_junction.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/artifacts/artifact_log.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/artifacts/artifact_maf.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/artifacts/artifact_narrowPeak.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/artifacts/artifact_npx.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/artifacts/artifact_ome_tiff.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/artifacts/artifact_pdf.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/artifacts/artifact_png.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/artifacts/artifact_rcc.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/artifacts/artifact_rdata.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/artifacts/artifact_tbi.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/artifacts/artifact_text.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/artifacts/artifact_tsv.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/artifacts/artifact_vcf.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/artifacts/artifact_vcf_gz.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/artifacts/artifact_xlsx.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/artifacts/artifact_yaml.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/artifacts/artifact_zip.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/atacseq_assay.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/components/antibody.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/components/assay_core.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/components/available_ngs_analyses.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/components/composite_image.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/components/controls.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/components/enrichment_core.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/components/excluded_samples.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/components/hande_local_file.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/components/imaging/mif_entry.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/components/imaging/mif_export.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/components/imaging/mif_input.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/components/imaging/mif_roi.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/components/imaging_data.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/components/local_file.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/components/mapping.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/components/mibi_antibody.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/components/mibi_imaging/mibi_input.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/components/mif_antibody.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/components/multiple_local_files.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/components/ngs/atacseq/atacseq_analysis.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/components/ngs/ngs_assay_record.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/components/ngs/rna/fusion.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/components/ngs/rna/microbiome.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/components/ngs/rna/msisensor.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/components/ngs/rna/neoantigen.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/components/ngs/rna/rna_analysis.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/components/ngs/rna/rna_level1_analysis.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/components/ngs/rna/rseqc.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/components/ngs/rna/salmon.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/components/ngs/rna/star.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/components/ngs/rna/trust4.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/components/ngs_assay_core.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/components/ngs_assay_record.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/components/reads_core.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/components/reads_with_index.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/ctdna_assay.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/cytof_assay.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/cytof_assay_core.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/elisa_assay.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/hande_assay.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/ihc_assay.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/mibi_assay.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/microbiome_assay.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/mif_assay.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/misc_data.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/nanostring_assay.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/olink_assay.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/rna_assay-v0.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/rna_assay.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/tcr_analysis.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/tcr_assay.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/wes_analysis.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/wes_assay.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/wes_core.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/assays/wes_tumor_only_analysis.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/clinical_data.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/clinical_trial.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/participant.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/sample.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/shipping_core.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/templates/analyses/atacseq_analysis_template.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/templates/analyses/cytof_analysis_template.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/templates/analyses/rna_level1_analysis_template.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/templates/analyses/tcr_analysis_template.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/templates/analyses/wes_analysis_template.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/templates/analyses/wes_tumor_only_analysis_template.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/templates/assays/atacseq_fastq_template.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/templates/assays/clinical_data_template.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/templates/assays/ctdna_template.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/templates/assays/cytof_template.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/templates/assays/elisa_template.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/templates/assays/hande_template.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/templates/assays/ihc_template.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/templates/assays/microbiome_template.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/templates/assays/mif_template.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/templates/assays/misc_data_template.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/templates/assays/nanostring_template.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/templates/assays/olink_template.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/templates/assays/rna_bam_template.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/templates/assays/rna_fastq_template.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/templates/assays/tcr_adaptive_template.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/templates/assays/tcr_fastq_template.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/templates/assays/wes_bam_template.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/templates/assays/wes_fastq_template.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/templates/manifests/h_and_e_template.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/templates/manifests/microbiome_dna_template.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/templates/manifests/normal_blood_dna_template.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/templates/manifests/normal_tissue_dna_template.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/templates/manifests/pbmc_template.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/templates/manifests/plasma_template.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/templates/manifests/tissue_slide_template.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/templates/manifests/tumor_normal_pairing_template.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/templates/manifests/tumor_tissue_dna_template.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/schemas/templates/manifests/tumor_tissue_rna_template.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/template.py +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/template_reader.py +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/template_writer.py +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/unprism.py +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/cidc_schemas/util.py +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/nci_cidc_schemas.egg-info/dependency_links.txt +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/nci_cidc_schemas.egg-info/entry_points.txt +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/nci_cidc_schemas.egg-info/not-zip-safe +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/nci_cidc_schemas.egg-info/requires.txt +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/nci_cidc_schemas.egg-info/top_level.txt +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/requirements.txt +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/setup.cfg +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/setup.py +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/__init__.py +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/conftest.py +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/constants.py +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/data/clinical_test_file.1.csv +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/data/clinical_test_file.1.xlsx +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/data/clinical_test_file.2.bom.csv +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/data/clinical_test_file.2.csv +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/data/clinical_test_file.2.xlsx +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/data/clinical_test_file.3.xlsx +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/data/clinical_test_file.docx +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/data/clinicaltrial_examples/CT_1.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/data/clinicaltrial_examples/CT_1PA_multiWES.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/data/clinicaltrial_examples/CT_cytof_with_analysis.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/data/clinicaltrial_examples/CT_ihc.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/data/clinicaltrial_examples/CT_minimal.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/data/date_examples.xlsx +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/data/elisa_test_file.1.xlsx +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/data/elisa_test_file.2.xlsx +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/data/hande_err_template.xlsx +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/data/olink/invalid_olink_assay_1_NPX.xlsx +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/data/olink/olink_assay_1_NPX.xlsx +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/data/olink/olink_assay_2_NPX.xlsx +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/data/olink/olink_assay_combined.xlsx +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/data/pbmc_invalid.xlsx +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/data/pbmc_manifest_valid.xlsx +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/data/schemas/1.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/data/schemas/a.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/data/schemas/b.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/data/schemas/c.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/data/schemas/d1/3.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/data/schemas/d1/d2/2.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/data/schemas/invalid_ref.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/data/schemas/target-templates/atacseq_analysis_template.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/data/schemas/target-templates/rna_level1_analysis_template.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/data/schemas/target-templates/wes_analysis_template.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/data/schemas/target-templates/wes_tumor_only_analysis_template.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/data/tiny_invalid_manifest.xlsx +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/data/tiny_valid_manifest.xlsx +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/prism/__init__.py +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/prism/cidc_test_data/__init__.py +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/prism/cidc_test_data/analysis_data.py +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/prism/cidc_test_data/manifest_data.py +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/prism/cidc_test_data/utils.py +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/prism/schema/test_schema.json +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/prism/test_cidc_data_model.py +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/prism/test_constants.py +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/prism/test_core.py +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/prism/test_extra_metadata.py +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/prism/test_merger.py +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/prism/test_pipelines.py +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/test_artifacts.py +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/test_assays.py +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/test_clinicaltrial_examples.py +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/test_json_validation.py +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/test_migrations.py +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/test_schemas.py +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/test_strict_meta_schema.py +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/test_template.py +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/test_template_reader.py +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/test_template_writer.py +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/test_templates.py +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/test_trial_core.py +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/test_unprism.py +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/test_util.py +0 -0
- {nci_cidc_schemas-0.27.11 → nci_cidc_schemas-0.27.13}/tests/utils/test_template_generator.py +0 -0
|
@@ -25,6 +25,7 @@ SUPPORTED_ASSAYS = [
|
|
|
25
25
|
"misc_data",
|
|
26
26
|
"ctdna",
|
|
27
27
|
"microbiome",
|
|
28
|
+
"mihc",
|
|
28
29
|
]
|
|
29
30
|
|
|
30
31
|
SUPPORTED_SHIPPING_MANIFESTS = [
|
|
@@ -91,6 +92,7 @@ ASSAY_TO_FILEPATH: Dict[str, str] = {
|
|
|
91
92
|
"misc_data",
|
|
92
93
|
"nanostring",
|
|
93
94
|
"olink",
|
|
95
|
+
"mihc",
|
|
94
96
|
]
|
|
95
97
|
},
|
|
96
98
|
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "metaschema/strict_meta_schema.json#",
|
|
3
|
+
"$id": "h5ad_artifact",
|
|
4
|
+
"title": "H5AD Artifact",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"description": "Information about a h5ad file.",
|
|
7
|
+
"additionalProperties": false,
|
|
8
|
+
"properties": {
|
|
9
|
+
"data_format": {
|
|
10
|
+
"description": "Data format.",
|
|
11
|
+
"const": "H5AD"
|
|
12
|
+
},
|
|
13
|
+
"upload_placeholder": {
|
|
14
|
+
"$ref": "artifacts/artifact_core.json#properties/upload_placeholder"
|
|
15
|
+
},
|
|
16
|
+
"artifact_creator": {
|
|
17
|
+
"$ref": "artifacts/artifact_core.json#properties/artifact_creator"
|
|
18
|
+
},
|
|
19
|
+
"uploader": { "$ref": "artifacts/artifact_core.json#properties/uploader" },
|
|
20
|
+
"uuid": { "$ref": "artifacts/artifact_core.json#properties/uuid" },
|
|
21
|
+
"file_name": {
|
|
22
|
+
"$ref": "artifacts/artifact_core.json#properties/file_name"
|
|
23
|
+
},
|
|
24
|
+
"object_url": {
|
|
25
|
+
"$ref": "artifacts/artifact_core.json#properties/object_url"
|
|
26
|
+
},
|
|
27
|
+
"uploaded_timestamp": {
|
|
28
|
+
"$ref": "artifacts/artifact_core.json#properties/uploaded_timestamp"
|
|
29
|
+
},
|
|
30
|
+
"file_size_bytes": {
|
|
31
|
+
"$ref": "artifacts/artifact_core.json#properties/file_size_bytes"
|
|
32
|
+
},
|
|
33
|
+
"md5_hash": { "$ref": "artifacts/artifact_core.json#properties/md5_hash" },
|
|
34
|
+
"crc32c_hash": {
|
|
35
|
+
"$ref": "artifacts/artifact_core.json#properties/crc32c_hash"
|
|
36
|
+
},
|
|
37
|
+
"visible": { "$ref": "artifacts/artifact_core.json#properties/visible" },
|
|
38
|
+
"artifact_category": {
|
|
39
|
+
"$ref": "artifacts/artifact_core.json#properties/artifact_category"
|
|
40
|
+
},
|
|
41
|
+
"facet_group": {
|
|
42
|
+
"$ref": "artifacts/artifact_core.json#properties/facet_group"
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"allOf": [
|
|
46
|
+
{
|
|
47
|
+
"$ref": "artifacts/artifact_core.json"
|
|
48
|
+
}
|
|
49
|
+
],
|
|
50
|
+
"mergeStrategy": "objectMerge"
|
|
51
|
+
}
|
|
@@ -9,12 +9,12 @@
|
|
|
9
9
|
"slide_scanner_model": {
|
|
10
10
|
"description": "Model version of the slide scanner instrument.",
|
|
11
11
|
"type": "string",
|
|
12
|
-
"enum": ["Vectra 2.0", "Hamamatsu", "VectraPolaris/3.0.3", "Not Provided"]
|
|
12
|
+
"enum": ["Vectra 2.0", "Hamamatsu", "VectraPolaris/3.0.3", "Aperio AT2","Not Provided"]
|
|
13
13
|
},
|
|
14
14
|
"image_analysis_software": {
|
|
15
15
|
"description": "Source software for digital pathology and image analysis.",
|
|
16
16
|
"type": "string",
|
|
17
|
-
"enum": ["InForm", "QuPath"]
|
|
17
|
+
"enum": ["InForm", "QuPath", "MARQO", "Not Provided"]
|
|
18
18
|
},
|
|
19
19
|
"image_analysis_software_version": {
|
|
20
20
|
"description": "Source software version for digital pathology and image analysis.",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"positive_cell_detection": {
|
|
29
29
|
"description": "Model used for positive cell detection in imaging experiment.",
|
|
30
30
|
"type": "string",
|
|
31
|
-
"enum": ["proprietary", "random forest classifier"]
|
|
31
|
+
"enum": ["proprietary", "random forest classifier", "Not Provided"]
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
"required": ["slide_scanner_model"]
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "metaschema/strict_meta_schema.json#",
|
|
3
|
+
"$id": "mihc_antibody",
|
|
4
|
+
"title": "mIHC antibody",
|
|
5
|
+
"description": "Data specific to antibody preparation on the mIHC platform",
|
|
6
|
+
"additionalProperties": false,
|
|
7
|
+
"type": "object",
|
|
8
|
+
"allOf": [{ "$ref": "assays/components/antibody.json" }],
|
|
9
|
+
"properties": {
|
|
10
|
+
|
|
11
|
+
"antibody": {"$ref": "assays/components/antibody.json#properties/antibody"},
|
|
12
|
+
"clone": {"$ref": "assays/components/antibody.json#properties/clone"},
|
|
13
|
+
"company": {"$ref": "assays/components/antibody.json#properties/company"},
|
|
14
|
+
"cat_num": {"$ref": "assays/components/antibody.json#properties/cat_num"},
|
|
15
|
+
"lot_num": {"$ref": "assays/components/antibody.json#properties/lot_num"},
|
|
16
|
+
|
|
17
|
+
"export_name": {
|
|
18
|
+
"description": "Name of this antibody in InForm export, e.g. 'CD8 (Opal 520)'",
|
|
19
|
+
"type": "string"
|
|
20
|
+
},
|
|
21
|
+
"staining_order": {
|
|
22
|
+
"description": "Order of staining applied",
|
|
23
|
+
"type": "integer"
|
|
24
|
+
},
|
|
25
|
+
"fluor_wavelength": {
|
|
26
|
+
"description": "Wavelength registered for Alexa Fluor processing.",
|
|
27
|
+
"type": "integer"
|
|
28
|
+
},
|
|
29
|
+
"primary_ab_dilution": {
|
|
30
|
+
"description": "Concentration ratio for primary antibody dilution.",
|
|
31
|
+
"type": "string"
|
|
32
|
+
},
|
|
33
|
+
"dilutent": {
|
|
34
|
+
"description": "Dilution agent used for antibody sample.",
|
|
35
|
+
"type": "string"
|
|
36
|
+
},
|
|
37
|
+
"fluor_dilution": {
|
|
38
|
+
"description": "Concentration ratio for fluor dilution agent.",
|
|
39
|
+
"type": "string"
|
|
40
|
+
},
|
|
41
|
+
"antigen_retrieval_time": {
|
|
42
|
+
"description": "Length of time needed for antigen retrieval.",
|
|
43
|
+
"type": "string",
|
|
44
|
+
"format": "time"
|
|
45
|
+
},
|
|
46
|
+
"primary_incubation_time": {
|
|
47
|
+
"description": "Length of time for primary antibody incubation.",
|
|
48
|
+
"type": "string",
|
|
49
|
+
"format": "time"
|
|
50
|
+
},
|
|
51
|
+
"amplification_time": {
|
|
52
|
+
"description": "Length of time required for amplified signal detection.",
|
|
53
|
+
"type": "string",
|
|
54
|
+
"format": "time"
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
"mergeStrategy": "objectMerge",
|
|
58
|
+
"required": [
|
|
59
|
+
"primary_ab_dilution",
|
|
60
|
+
"dilutent",
|
|
61
|
+
"fluor_dilution",
|
|
62
|
+
"antigen_retrieval_time",
|
|
63
|
+
"primary_incubation_time",
|
|
64
|
+
"amplification_time"
|
|
65
|
+
]
|
|
66
|
+
}
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "metaschema/strict_meta_schema.json#",
|
|
3
|
+
"$id": "mihc_assay",
|
|
4
|
+
"title": "mIHC Assay",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"$comment": "description used in docs/index.html and docs/assays.mihc.html",
|
|
7
|
+
"description": "Mulitplex Immunohistochemestry (mIHC) assay",
|
|
8
|
+
"additionalProperties": false,
|
|
9
|
+
"definitions": {
|
|
10
|
+
"record": {
|
|
11
|
+
"type": "object",
|
|
12
|
+
"mergeStrategy": "objectMerge",
|
|
13
|
+
"description": "A single data record from a mIHC assay.",
|
|
14
|
+
"additionalProperties": false,
|
|
15
|
+
"required": [
|
|
16
|
+
"cimac_id",
|
|
17
|
+
"tilemap_file",
|
|
18
|
+
"tilestats_file",
|
|
19
|
+
"h5ad_file",
|
|
20
|
+
"multitiffs_gzip",
|
|
21
|
+
"stain_zip",
|
|
22
|
+
"geojsons_zip"
|
|
23
|
+
],
|
|
24
|
+
"properties": {
|
|
25
|
+
"cimac_id": {
|
|
26
|
+
"description": "Id of an sample within this clinical trial, that this assay record is based upon.",
|
|
27
|
+
"$ref": "sample.json#properties/cimac_id"
|
|
28
|
+
},
|
|
29
|
+
"tilemap_file": {
|
|
30
|
+
"$ref": "artifacts/artifact_ome_tiff.json"
|
|
31
|
+
},
|
|
32
|
+
"tilestats_file": {
|
|
33
|
+
"$ref": "artifacts/artifact_csv.json"
|
|
34
|
+
},
|
|
35
|
+
"h5ad_file": {
|
|
36
|
+
"$ref": "artifacts/artifact_h5ad.json"
|
|
37
|
+
},
|
|
38
|
+
"multitiffs_gzip": {
|
|
39
|
+
"$ref": "artifacts/artifact_gz.json"
|
|
40
|
+
},
|
|
41
|
+
"stain_zip": {
|
|
42
|
+
"$ref": "artifacts/artifact_zip.json"
|
|
43
|
+
},
|
|
44
|
+
"geojsons_zip": {
|
|
45
|
+
"$ref": "artifacts/artifact_zip.json"
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"properties": {
|
|
51
|
+
"assay_creator": {
|
|
52
|
+
"$ref": "assays/components/assay_core.json#properties/assay_creator"
|
|
53
|
+
},
|
|
54
|
+
"slide_scanner_model": {"$ref": "assays/components/image.json#properties/slide_scanner_model"},
|
|
55
|
+
"image_analysis_software": {"$ref": "assays/components/image.json#properties/image_analysis_software"},
|
|
56
|
+
"image_analysis_software_version": {"$ref": "assays/components/image.json#properties/image_analysis_software_version"},
|
|
57
|
+
"cell_segmentation_model": {"$ref": "assays/components/image.json#properties/cell_segmentation_model"},
|
|
58
|
+
"positive_cell_detection": {"$ref": "assays/components/image.json#properties/positive_cell_detection"},
|
|
59
|
+
|
|
60
|
+
"staining": {"$ref": "assays/components/imaging_data.json#properties/staining"},
|
|
61
|
+
"staining_date": {"$ref": "assays/components/imaging_data.json#properties/staining_date"},
|
|
62
|
+
"imaging_date": {"$ref": "assays/components/imaging_data.json#properties/imaging_date"},
|
|
63
|
+
"imaging_status": {"$ref": "assays/components/imaging_data.json#properties/imaging_status"},
|
|
64
|
+
|
|
65
|
+
"batch_id": {
|
|
66
|
+
"description": "Batch identification number. Unique to every upload.",
|
|
67
|
+
"type": "string"
|
|
68
|
+
},
|
|
69
|
+
|
|
70
|
+
"samples_file": {"$ref": "artifacts/artifact_csv.json"},
|
|
71
|
+
|
|
72
|
+
"panel": {"type": "string"},
|
|
73
|
+
|
|
74
|
+
"antibodies": {
|
|
75
|
+
"type": "array",
|
|
76
|
+
"items": {
|
|
77
|
+
"$ref": "assays/components/mihc_antibody.json"
|
|
78
|
+
},
|
|
79
|
+
"mergeStrategy": "arrayMergeById",
|
|
80
|
+
"mergeOptions": {
|
|
81
|
+
"idRef": "antibody"
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
"excluded_samples": {
|
|
87
|
+
"$ref": "assays/components/excluded_samples.json"
|
|
88
|
+
},
|
|
89
|
+
|
|
90
|
+
"records": {
|
|
91
|
+
"type": "array",
|
|
92
|
+
"description": "A single data record from a mIHC assay.",
|
|
93
|
+
"items": {
|
|
94
|
+
"$ref": "assays/mihc_assay.json#definitions/record"
|
|
95
|
+
},
|
|
96
|
+
"mergeStrategy": "append"
|
|
97
|
+
}
|
|
98
|
+
},
|
|
99
|
+
"required": [
|
|
100
|
+
"assay_creator",
|
|
101
|
+
"batch_id",
|
|
102
|
+
"samples_file",
|
|
103
|
+
"records",
|
|
104
|
+
"panel",
|
|
105
|
+
"antibodies"
|
|
106
|
+
]
|
|
107
|
+
}
|
|
108
|
+
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
},
|
|
37
37
|
"roi id": {
|
|
38
38
|
"merge_pointer": "0/files/roi_id",
|
|
39
|
-
"type_ref": "assays/components/mibi_imaging/
|
|
39
|
+
"type_ref": "assays/components/mibi_imaging/mibi_input.json#properties/roi_id"
|
|
40
40
|
},
|
|
41
41
|
"Dataset": {
|
|
42
42
|
"merge_pointer": "0/files/dataset",
|
|
43
|
-
"type_ref": "assays/components/mibi_imaging/
|
|
43
|
+
"type_ref": "assays/components/mibi_imaging/mibi_input.json#properties/dataset",
|
|
44
44
|
"allow_empty": true
|
|
45
45
|
},
|
|
46
46
|
"HE file type": {
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
},
|
|
57
57
|
"Roi description": {
|
|
58
58
|
"merge_pointer": "0/files/roi_description",
|
|
59
|
-
"type_ref": "assays/components/mibi_imaging/
|
|
59
|
+
"type_ref": "assays/components/mibi_imaging/mibi_input.json#properties/roi_description",
|
|
60
60
|
"allow_empty": true
|
|
61
61
|
},
|
|
62
62
|
"MIBI OME Tiff File": {
|
|
@@ -67,12 +67,12 @@
|
|
|
67
67
|
},
|
|
68
68
|
"MIBI OME Tiff File Name": {
|
|
69
69
|
"merge_pointer": "0/files/mibi_ome_tiff_file_name",
|
|
70
|
-
"type_ref": "assays/components/mibi_imaging/
|
|
70
|
+
"type_ref": "assays/components/mibi_imaging/mibi_input.json#properties/mibi_ome_tiff_file_name"
|
|
71
71
|
},
|
|
72
72
|
|
|
73
73
|
"Comment": {
|
|
74
74
|
"merge_pointer": "0/files/comment",
|
|
75
|
-
"type_ref": "assays/components/mibi_imaging/
|
|
75
|
+
"type_ref": "assays/components/mibi_imaging/mibi_input.json#properties/comment",
|
|
76
76
|
"allow_empty": true
|
|
77
77
|
}
|
|
78
78
|
}
|
|
@@ -0,0 +1,243 @@
|
|
|
1
|
+
{ "title": "mIHC assay template",
|
|
2
|
+
"description": "Multiplex Immunohistochemistry (mIHC) submission.",
|
|
3
|
+
"prism_template_root_object_schema": "assays/mihc_assay.json",
|
|
4
|
+
"prism_template_root_object_pointer": "/assays/mihc/0",
|
|
5
|
+
"properties":
|
|
6
|
+
{
|
|
7
|
+
"worksheets":
|
|
8
|
+
{
|
|
9
|
+
"mIHC":
|
|
10
|
+
{
|
|
11
|
+
"preamble_rows":
|
|
12
|
+
{
|
|
13
|
+
"protocol identifier":
|
|
14
|
+
{
|
|
15
|
+
"merge_pointer": "3/protocol_identifier",
|
|
16
|
+
"type_ref": "clinical_trial.json#properties/protocol_identifier"
|
|
17
|
+
},
|
|
18
|
+
"assay creator":
|
|
19
|
+
{
|
|
20
|
+
"merge_pointer": "0/assay_creator",
|
|
21
|
+
"type_ref": "assays/mihc_assay.json#properties/assay_creator"
|
|
22
|
+
},
|
|
23
|
+
"slide scanner model":
|
|
24
|
+
{
|
|
25
|
+
"merge_pointer": "0/slide_scanner_model",
|
|
26
|
+
"type_ref": "assays/mihc_assay.json#properties/slide_scanner_model"
|
|
27
|
+
},
|
|
28
|
+
"image analysis software":
|
|
29
|
+
{
|
|
30
|
+
"merge_pointer": "0/image_analysis_software",
|
|
31
|
+
"type_ref": "assays/mihc_assay.json#properties/image_analysis_software",
|
|
32
|
+
"allow_empty": true
|
|
33
|
+
},
|
|
34
|
+
"image analysis software version":
|
|
35
|
+
{
|
|
36
|
+
"merge_pointer": "0/image_analysis_software_version",
|
|
37
|
+
"type_ref": "assays/mihc_assay.json#properties/image_analysis_software_version",
|
|
38
|
+
"allow_empty": true
|
|
39
|
+
},
|
|
40
|
+
"cell segmentation model":
|
|
41
|
+
{
|
|
42
|
+
"merge_pointer": "0/cell_segmentation_model",
|
|
43
|
+
"type_ref": "assays/mihc_assay.json#properties/cell_segmentation_model",
|
|
44
|
+
"allow_empty": true
|
|
45
|
+
},
|
|
46
|
+
"positive cell detection model":
|
|
47
|
+
{
|
|
48
|
+
"merge_pointer": "0/positive_cell_detection",
|
|
49
|
+
"type_ref": "assays/mihc_assay.json#properties/positive_cell_detection",
|
|
50
|
+
"allow_empty": true
|
|
51
|
+
},
|
|
52
|
+
"staining":
|
|
53
|
+
{
|
|
54
|
+
"merge_pointer": "0/staining",
|
|
55
|
+
"type_ref": "assays/mihc_assay.json#properties/staining",
|
|
56
|
+
"allow_empty": true
|
|
57
|
+
},
|
|
58
|
+
"staining date":
|
|
59
|
+
{
|
|
60
|
+
"merge_pointer": "0/staining_date",
|
|
61
|
+
"type_ref": "assays/components/imaging_data.json#properties/staining_date",
|
|
62
|
+
"allow_empty": true
|
|
63
|
+
},
|
|
64
|
+
"imaging date":
|
|
65
|
+
{
|
|
66
|
+
"merge_pointer": "0/imaging_date",
|
|
67
|
+
"type_ref": "assays/components/imaging_data.json#properties/imaging_date",
|
|
68
|
+
"allow_empty": true
|
|
69
|
+
},
|
|
70
|
+
"imaging status":
|
|
71
|
+
{
|
|
72
|
+
"merge_pointer": "0/imaging_status",
|
|
73
|
+
"type_ref": "assays/components/imaging_data.json#properties/imaging_status",
|
|
74
|
+
"allow_empty": true
|
|
75
|
+
},
|
|
76
|
+
"panel":
|
|
77
|
+
{
|
|
78
|
+
"merge_pointer": "0/panel",
|
|
79
|
+
"type_ref": "assays/mihc_assay.json#properties/panel"
|
|
80
|
+
},
|
|
81
|
+
"batch id": {
|
|
82
|
+
"merge_pointer": "0/batch_id",
|
|
83
|
+
"type_ref": "assays/mihc_assay.json#properties/batch_id"
|
|
84
|
+
},
|
|
85
|
+
"sample mapping report": {
|
|
86
|
+
"merge_pointer": "0/samples_file",
|
|
87
|
+
"type_ref": "assays/components/local_file.json#properties/file_path",
|
|
88
|
+
"gcs_uri_format": "{protocol identifier}/mihc/{batch id}/sample_report.csv",
|
|
89
|
+
"is_artifact": 1
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
"prism_data_object_pointer": "/records/-",
|
|
93
|
+
"data_columns":
|
|
94
|
+
{
|
|
95
|
+
"Samples":
|
|
96
|
+
{
|
|
97
|
+
"CIMAC ID":
|
|
98
|
+
{
|
|
99
|
+
"merge_pointer": "0/cimac_id",
|
|
100
|
+
"type_ref": "sample.json#properties/cimac_id"
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
"Run info":
|
|
104
|
+
{
|
|
105
|
+
"Tilemap file": {
|
|
106
|
+
"merge_pointer": "0/tilemap_file",
|
|
107
|
+
"is_artifact": 1,
|
|
108
|
+
"gcs_uri_format": "{protocol identifier}/mihc/{cimac id}/tilemap.ome.tiff",
|
|
109
|
+
"type_ref": "assays/components/local_file.json#properties/file_path"
|
|
110
|
+
},
|
|
111
|
+
"Tilestats file": {
|
|
112
|
+
"merge_pointer": "0/tilestats_file",
|
|
113
|
+
"is_artifact": 1,
|
|
114
|
+
"gcs_uri_format": "{protocol identifier}/mihc/{cimac id}/tilestats.csv",
|
|
115
|
+
"type_ref": "assays/components/local_file.json#properties/file_path"
|
|
116
|
+
},
|
|
117
|
+
"H5ad file": {
|
|
118
|
+
"merge_pointer": "0/h5ad_file",
|
|
119
|
+
"is_artifact": 1,
|
|
120
|
+
"gcs_uri_format": "{protocol identifier}/mihc/{cimac id}/h5ad.h5ad",
|
|
121
|
+
"type_ref": "assays/components/local_file.json#properties/file_path"
|
|
122
|
+
},
|
|
123
|
+
"Multitiffs gzip": {
|
|
124
|
+
"merge_pointer": "0/multitiffs_gzip",
|
|
125
|
+
"is_artifact": 1,
|
|
126
|
+
"gcs_uri_format": "{protocol identifier}/mihc/{cimac id}/multitiffs.tar.gz",
|
|
127
|
+
"type_ref": "assays/components/local_file.json#properties/file_path"
|
|
128
|
+
},
|
|
129
|
+
"Stain Zip": {
|
|
130
|
+
"merge_pointer": "0/stain_zip",
|
|
131
|
+
"is_artifact": 1,
|
|
132
|
+
"gcs_uri_format": "{protocol identifier}/mihc/{cimac id}/stains.zip",
|
|
133
|
+
"type_ref": "assays/components/local_file.json#properties/file_path"
|
|
134
|
+
},
|
|
135
|
+
"Geojsons Zip": {
|
|
136
|
+
"merge_pointer": "0/geojsons_zip",
|
|
137
|
+
"is_artifact": 1,
|
|
138
|
+
"gcs_uri_format": "{protocol identifier}/mihc/{cimac id}/geo_jsons.zip",
|
|
139
|
+
"type_ref": "assays/components/local_file.json#properties/file_path"
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
},
|
|
144
|
+
"Antibodies":
|
|
145
|
+
{
|
|
146
|
+
"prism_data_object_pointer": "/antibodies/-",
|
|
147
|
+
"data_columns":
|
|
148
|
+
{
|
|
149
|
+
"antibodies":
|
|
150
|
+
{
|
|
151
|
+
"Antibody":
|
|
152
|
+
{
|
|
153
|
+
"merge_pointer": "0/antibody",
|
|
154
|
+
"type_ref": "assays/components/antibody.json#properties/antibody"
|
|
155
|
+
},
|
|
156
|
+
"Export name":
|
|
157
|
+
{
|
|
158
|
+
"merge_pointer": "0/export_name",
|
|
159
|
+
"allow_empty": true,
|
|
160
|
+
"type_ref": "assays/components/mihc_antibody.json#properties/export_name"
|
|
161
|
+
},
|
|
162
|
+
"Clone":
|
|
163
|
+
{
|
|
164
|
+
"merge_pointer": "0/clone",
|
|
165
|
+
"type_ref": "assays/components/antibody.json#properties/clone"
|
|
166
|
+
},
|
|
167
|
+
"Antibody Company":
|
|
168
|
+
{
|
|
169
|
+
"merge_pointer": "0/company",
|
|
170
|
+
"type_ref": "assays/components/antibody.json#properties/company"
|
|
171
|
+
},
|
|
172
|
+
"Cat#":
|
|
173
|
+
{
|
|
174
|
+
"merge_pointer": "0/cat_num",
|
|
175
|
+
"type_ref": "assays/components/antibody.json#properties/cat_num"
|
|
176
|
+
},
|
|
177
|
+
"Lot#":
|
|
178
|
+
{
|
|
179
|
+
"merge_pointer": "0/lot_num",
|
|
180
|
+
"type_ref": "assays/components/antibody.json#properties/lot_num"
|
|
181
|
+
},
|
|
182
|
+
"Staining Order":
|
|
183
|
+
{
|
|
184
|
+
"merge_pointer": "0/staining_order",
|
|
185
|
+
"type_ref": "assays/components/mihc_antibody.json#properties/staining_order"
|
|
186
|
+
},
|
|
187
|
+
"Fluor Wavelength":
|
|
188
|
+
{
|
|
189
|
+
"merge_pointer": "0/fluor_wavelength",
|
|
190
|
+
"allow_empty": true,
|
|
191
|
+
"type_ref": "assays/components/mihc_antibody.json#properties/fluor_wavelength"
|
|
192
|
+
},
|
|
193
|
+
"Primary ab Dilution":
|
|
194
|
+
{
|
|
195
|
+
"merge_pointer": "0/primary_ab_dilution",
|
|
196
|
+
"type_ref": "assays/components/mihc_antibody.json#properties/primary_ab_dilution"
|
|
197
|
+
},
|
|
198
|
+
"Dilutent":
|
|
199
|
+
{
|
|
200
|
+
"merge_pointer": "0/dilutent",
|
|
201
|
+
"type_ref": "assays/components/mihc_antibody.json#properties/dilutent"
|
|
202
|
+
},
|
|
203
|
+
"Fluor dilution":
|
|
204
|
+
{
|
|
205
|
+
"merge_pointer": "0/fluor_dilution",
|
|
206
|
+
"type_ref": "assays/components/mihc_antibody.json#properties/fluor_dilution"
|
|
207
|
+
},
|
|
208
|
+
"Antigen Retrieval Time":
|
|
209
|
+
{
|
|
210
|
+
"merge_pointer": "0/antigen_retrieval_time",
|
|
211
|
+
"type_ref": "assays/components/mihc_antibody.json#properties/antigen_retrieval_time"
|
|
212
|
+
},
|
|
213
|
+
"Primary Incubation Time":
|
|
214
|
+
{
|
|
215
|
+
"merge_pointer": "0/primary_incubation_time",
|
|
216
|
+
"type_ref": "assays/components/mihc_antibody.json#properties/primary_incubation_time"
|
|
217
|
+
},
|
|
218
|
+
"Amplification Time":
|
|
219
|
+
{
|
|
220
|
+
"merge_pointer": "0/amplification_time",
|
|
221
|
+
"type_ref": "assays/components/mihc_antibody.json#properties/amplification_time"
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
},
|
|
226
|
+
"Excluded Samples": {
|
|
227
|
+
"prism_data_object_pointer": "/excluded_samples/-",
|
|
228
|
+
"data_columns": {
|
|
229
|
+
"Samples Excluded From Analysis": {
|
|
230
|
+
"cimac id": {
|
|
231
|
+
"type_ref": "sample.json#properties/cimac_id",
|
|
232
|
+
"merge_pointer": "0/cimac_id"
|
|
233
|
+
},
|
|
234
|
+
"reason": {
|
|
235
|
+
"type_ref": "assays/components/excluded_samples.json#items/properties/reason_excluded",
|
|
236
|
+
"merge_pointer": "0/reason_excluded"
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
}
|
|
@@ -45,6 +45,7 @@ cidc_schemas/schemas/artifacts/artifact_fastq_gz.json
|
|
|
45
45
|
cidc_schemas/schemas/artifacts/artifact_fcs.json
|
|
46
46
|
cidc_schemas/schemas/artifacts/artifact_file.json
|
|
47
47
|
cidc_schemas/schemas/artifacts/artifact_gz.json
|
|
48
|
+
cidc_schemas/schemas/artifacts/artifact_h5ad.json
|
|
48
49
|
cidc_schemas/schemas/artifacts/artifact_image.json
|
|
49
50
|
cidc_schemas/schemas/artifacts/artifact_jpg.json
|
|
50
51
|
cidc_schemas/schemas/artifacts/artifact_json.json
|
|
@@ -76,6 +77,7 @@ cidc_schemas/schemas/assays/ihc_assay.json
|
|
|
76
77
|
cidc_schemas/schemas/assays/mibi_assay.json
|
|
77
78
|
cidc_schemas/schemas/assays/microbiome_assay.json
|
|
78
79
|
cidc_schemas/schemas/assays/mif_assay.json
|
|
80
|
+
cidc_schemas/schemas/assays/mihc_assay.json
|
|
79
81
|
cidc_schemas/schemas/assays/misc_data.json
|
|
80
82
|
cidc_schemas/schemas/assays/nanostring_assay.json
|
|
81
83
|
cidc_schemas/schemas/assays/olink_assay.json
|
|
@@ -102,6 +104,7 @@ cidc_schemas/schemas/assays/components/local_file.json
|
|
|
102
104
|
cidc_schemas/schemas/assays/components/mapping.json
|
|
103
105
|
cidc_schemas/schemas/assays/components/mibi_antibody.json
|
|
104
106
|
cidc_schemas/schemas/assays/components/mif_antibody.json
|
|
107
|
+
cidc_schemas/schemas/assays/components/mihc_antibody.json
|
|
105
108
|
cidc_schemas/schemas/assays/components/multiple_local_files.json
|
|
106
109
|
cidc_schemas/schemas/assays/components/ngs_assay_core.json
|
|
107
110
|
cidc_schemas/schemas/assays/components/ngs_assay_record.json
|
|
@@ -111,7 +114,6 @@ cidc_schemas/schemas/assays/components/imaging/mif_entry.json
|
|
|
111
114
|
cidc_schemas/schemas/assays/components/imaging/mif_export.json
|
|
112
115
|
cidc_schemas/schemas/assays/components/imaging/mif_input.json
|
|
113
116
|
cidc_schemas/schemas/assays/components/imaging/mif_roi.json
|
|
114
|
-
cidc_schemas/schemas/assays/components/mibi_imaging/mibi_files.json
|
|
115
117
|
cidc_schemas/schemas/assays/components/mibi_imaging/mibi_input.json
|
|
116
118
|
cidc_schemas/schemas/assays/components/ngs/ngs_assay_record.json
|
|
117
119
|
cidc_schemas/schemas/assays/components/ngs/atacseq/atacseq_analysis.json
|
|
@@ -141,6 +143,7 @@ cidc_schemas/schemas/templates/assays/ihc_template.json
|
|
|
141
143
|
cidc_schemas/schemas/templates/assays/mibi_template.json
|
|
142
144
|
cidc_schemas/schemas/templates/assays/microbiome_template.json
|
|
143
145
|
cidc_schemas/schemas/templates/assays/mif_template.json
|
|
146
|
+
cidc_schemas/schemas/templates/assays/mihc_template.json
|
|
144
147
|
cidc_schemas/schemas/templates/assays/misc_data_template.json
|
|
145
148
|
cidc_schemas/schemas/templates/assays/nanostring_template.json
|
|
146
149
|
cidc_schemas/schemas/templates/assays/olink_template.json
|