nci-cidc-schemas 0.26.24__tar.gz → 0.26.25__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.26.24 → nci_cidc_schemas-0.26.25}/PKG-INFO +1 -1
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/__init__.py +1 -1
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/hande_assay.json +14 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/templates/assays/hande_template.json +7 -1
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/nci_cidc_schemas.egg-info/PKG-INFO +1 -1
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/prism/cidc_test_data/assay_data.py +61 -4
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/LICENSE +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/MANIFEST.in +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/README.md +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/cli.py +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/constants.py +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/json_validation.py +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/metaschema/strict_meta_schema.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/migrations.py +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/pipeline_configs/rna_level1_analysis_config.yaml.j2 +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/prism/__init__.py +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/prism/constants.py +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/prism/core.py +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/prism/extra_metadata.py +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/prism/merger.py +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/prism/pipelines.py +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/aliquot.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/artifacts/artifact_bam.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/artifacts/artifact_bam_bai.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/artifacts/artifact_bed.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/artifacts/artifact_bigwig.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/artifacts/artifact_binary.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/artifacts/artifact_clinical_csv.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/artifacts/artifact_clinical_docx.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/artifacts/artifact_clinical_xlsx.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/artifacts/artifact_cncf.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/artifacts/artifact_cns.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/artifacts/artifact_core.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/artifacts/artifact_csv.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/artifacts/artifact_elisa_xlsx.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/artifacts/artifact_fastq_gz.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/artifacts/artifact_fcs.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/artifacts/artifact_file.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/artifacts/artifact_gz.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/artifacts/artifact_image.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/artifacts/artifact_jpg.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/artifacts/artifact_json.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/artifacts/artifact_junction.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/artifacts/artifact_log.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/artifacts/artifact_maf.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/artifacts/artifact_narrowPeak.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/artifacts/artifact_npx.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/artifacts/artifact_pdf.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/artifacts/artifact_png.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/artifacts/artifact_rcc.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/artifacts/artifact_tbi.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/artifacts/artifact_text.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/artifacts/artifact_tsv.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/artifacts/artifact_vcf.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/artifacts/artifact_vcf_gz.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/artifacts/artifact_xlsx.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/artifacts/artifact_yaml.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/artifacts/artifact_zip.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/atacseq_assay.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/components/antibody.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/components/assay_core.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/components/available_assays.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/components/available_ngs_analyses.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/components/composite_image.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/components/controls.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/components/enrichment_core.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/components/excluded_samples.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/components/image.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/components/imaging/mif_entry.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/components/imaging/mif_export.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/components/imaging/mif_input.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/components/imaging/mif_roi.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/components/imaging_data.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/components/local_file.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/components/mapping.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/components/mibi_antibody.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/components/mif_antibody.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/components/multiple_local_files.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/components/ngs/atacseq/atacseq_analysis.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/components/ngs/ngs_assay_record.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/components/ngs/rna/fusion.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/components/ngs/rna/microbiome.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/components/ngs/rna/msisensor.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/components/ngs/rna/neoantigen.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/components/ngs/rna/rna_analysis.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/components/ngs/rna/rna_level1_analysis.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/components/ngs/rna/rseqc.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/components/ngs/rna/salmon.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/components/ngs/rna/star.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/components/ngs/rna/trust4.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/components/ngs_assay_core.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/components/ngs_assay_record.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/components/reads_core.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/components/reads_with_index.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/ctdna_assay.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/cytof_assay.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/cytof_assay_core.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/elisa_assay.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/ihc_assay.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/mibi_assay.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/microbiome_assay.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/mif_assay.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/misc_data.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/nanostring_assay.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/olink_assay.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/rna_assay-v0.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/rna_assay.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/tcr_analysis.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/tcr_assay.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/wes_analysis.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/wes_assay.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/wes_core.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/wes_tumor_only_analysis.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/clinical_data.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/clinical_trial.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/participant.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/sample.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/shipping_core.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/templates/analyses/atacseq_analysis_template.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/templates/analyses/cytof_analysis_template.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/templates/analyses/rna_level1_analysis_template.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/templates/analyses/tcr_analysis_template.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/templates/analyses/wes_analysis_template.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/templates/analyses/wes_tumor_only_analysis_template.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/templates/assays/atacseq_fastq_template.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/templates/assays/clinical_data_template.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/templates/assays/ctdna_template.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/templates/assays/cytof_template.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/templates/assays/elisa_template.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/templates/assays/ihc_template.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/templates/assays/mibi_template.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/templates/assays/microbiome_template.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/templates/assays/mif_template.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/templates/assays/misc_data_template.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/templates/assays/nanostring_template.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/templates/assays/olink_template.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/templates/assays/rna_bam_template.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/templates/assays/rna_fastq_template.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/templates/assays/tcr_adaptive_template.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/templates/assays/tcr_fastq_template.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/templates/assays/wes_bam_template.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/templates/assays/wes_fastq_template.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/templates/manifests/h_and_e_template.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/templates/manifests/microbiome_dna_template.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/templates/manifests/normal_blood_dna_template.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/templates/manifests/normal_tissue_dna_template.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/templates/manifests/pbmc_template.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/templates/manifests/plasma_template.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/templates/manifests/tissue_slide_template.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/templates/manifests/tumor_normal_pairing_template.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/templates/manifests/tumor_tissue_dna_template.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/templates/manifests/tumor_tissue_rna_template.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/template.py +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/template_reader.py +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/template_writer.py +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/unprism.py +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/util.py +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/nci_cidc_schemas.egg-info/SOURCES.txt +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/nci_cidc_schemas.egg-info/dependency_links.txt +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/nci_cidc_schemas.egg-info/entry_points.txt +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/nci_cidc_schemas.egg-info/not-zip-safe +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/nci_cidc_schemas.egg-info/requires.txt +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/nci_cidc_schemas.egg-info/top_level.txt +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/requirements.txt +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/setup.cfg +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/setup.py +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/__init__.py +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/conftest.py +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/constants.py +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/data/clinical_test_file.1.csv +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/data/clinical_test_file.1.xlsx +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/data/clinical_test_file.2.bom.csv +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/data/clinical_test_file.2.csv +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/data/clinical_test_file.2.xlsx +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/data/clinical_test_file.3.xlsx +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/data/clinical_test_file.docx +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/data/clinicaltrial_examples/CT_1.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/data/clinicaltrial_examples/CT_1PA_multiWES.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/data/clinicaltrial_examples/CT_cytof_with_analysis.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/data/clinicaltrial_examples/CT_ihc.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/data/clinicaltrial_examples/CT_minimal.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/data/date_examples.xlsx +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/data/elisa_test_file.1.xlsx +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/data/elisa_test_file.2.xlsx +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/data/olink/invalid_olink_assay_1_NPX.xlsx +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/data/olink/olink_assay_1_NPX.xlsx +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/data/olink/olink_assay_2_NPX.xlsx +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/data/olink/olink_assay_combined.xlsx +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/data/pbmc_invalid.xlsx +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/data/schemas/1.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/data/schemas/a.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/data/schemas/b.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/data/schemas/c.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/data/schemas/d1/3.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/data/schemas/d1/d2/2.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/data/schemas/invalid_ref.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/data/schemas/target-templates/atacseq_analysis_template.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/data/schemas/target-templates/rna_level1_analysis_template.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/data/schemas/target-templates/wes_analysis_template.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/data/schemas/target-templates/wes_tumor_only_analysis_template.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/data/tiny_invalid_manifest.xlsx +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/data/tiny_valid_manifest.xlsx +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/prism/__init__.py +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/prism/cidc_test_data/__init__.py +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/prism/cidc_test_data/analysis_data.py +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/prism/cidc_test_data/manifest_data.py +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/prism/cidc_test_data/utils.py +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/prism/schema/test_schema.json +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/prism/test_cidc_data_model.py +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/prism/test_constants.py +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/prism/test_core.py +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/prism/test_extra_metadata.py +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/prism/test_merger.py +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/prism/test_pipelines.py +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/test_artifacts.py +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/test_assays.py +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/test_clinicaltrial_examples.py +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/test_json_validation.py +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/test_migrations.py +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/test_schemas.py +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/test_strict_meta_schema.py +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/test_template.py +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/test_template_reader.py +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/test_template_writer.py +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/test_templates.py +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/test_trial_core.py +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/test_unprism.py +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/test_util.py +0 -0
- {nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/utils/test_template_generator.py +0 -0
{nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/hande_assay.json
RENAMED
|
@@ -29,6 +29,20 @@
|
|
|
29
29
|
"$ref": "artifacts/artifact_jpg.json"
|
|
30
30
|
}
|
|
31
31
|
]
|
|
32
|
+
},
|
|
33
|
+
"annotated_image": {
|
|
34
|
+
"inheritableBase": true,
|
|
35
|
+
"mergeStrategy": "objectMerge",
|
|
36
|
+
"anyOf": [
|
|
37
|
+
{
|
|
38
|
+
"$comment": "Path to the H & E annotated image in SVS format.",
|
|
39
|
+
"$ref": "artifacts/artifact_image.json"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"$comment": "Path to the H & E annotated image in JPG format.",
|
|
43
|
+
"$ref": "artifacts/artifact_jpg.json"
|
|
44
|
+
}
|
|
45
|
+
]
|
|
32
46
|
}
|
|
33
47
|
},
|
|
34
48
|
"required": ["image_file"]
|
|
@@ -34,7 +34,13 @@
|
|
|
34
34
|
"gcs_uri_format": "{protocol identifier}/hande/{cimac id}/image_file.{file type}",
|
|
35
35
|
"type_ref": "assays/components/local_file.json#properties/file_path"
|
|
36
36
|
},
|
|
37
|
-
|
|
37
|
+
"annotated image": {
|
|
38
|
+
"merge_pointer": "0/files/annotated_image",
|
|
39
|
+
"is_artifact": 1,
|
|
40
|
+
"gcs_uri_format": "{protocol identifier}/hande/{cimac id}/annotated_image.{file type}",
|
|
41
|
+
"type_ref": "assays/components/local_file.json#properties/file_path",
|
|
42
|
+
"allow_empty": true
|
|
43
|
+
},
|
|
38
44
|
"tumor tissue (% total area)": {
|
|
39
45
|
"merge_pointer": "0/tumor_tissue_percentage",
|
|
40
46
|
"type_ref": "assays/hande_assay.json#definitions/record/properties/tumor_tissue_percentage",
|
{nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/prism/cidc_test_data/assay_data.py
RENAMED
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
from cidc_schemas.prism import
|
|
1
|
+
from cidc_schemas.prism import PROTOCOL_ID_FIELD_NAME, SUPPORTED_ASSAYS
|
|
2
2
|
|
|
3
3
|
from .utils import (
|
|
4
|
+
LocalFileUploadEntry,
|
|
5
|
+
PrismTestData,
|
|
4
6
|
copy_dict_with_branch,
|
|
5
7
|
get_prismify_args,
|
|
6
8
|
get_test_trial,
|
|
7
|
-
LocalFileUploadEntry,
|
|
8
|
-
PrismTestData,
|
|
9
9
|
)
|
|
10
10
|
|
|
11
|
-
|
|
12
11
|
assay_data_generators = []
|
|
13
12
|
|
|
14
13
|
|
|
@@ -393,6 +392,36 @@ def hande() -> PrismTestData:
|
|
|
393
392
|
"fibrosis_percentage": 2.0,
|
|
394
393
|
"comment": "another comment",
|
|
395
394
|
},
|
|
395
|
+
{
|
|
396
|
+
"cimac_id": "CI2YI3D2U.00",
|
|
397
|
+
"files": {
|
|
398
|
+
"image_file": {
|
|
399
|
+
"upload_placeholder": "eeeeeeee-ad48-494e-b8f3-7be715faa3a3",
|
|
400
|
+
},
|
|
401
|
+
"annotated_image": {
|
|
402
|
+
"upload_placeholder": "eeeeeeee-eb69-4c4d-9c00-79204b20d823",
|
|
403
|
+
},
|
|
404
|
+
},
|
|
405
|
+
"tumor_tissue_percentage": 70.0,
|
|
406
|
+
"viable_tumor_percentage": 53.0,
|
|
407
|
+
"necrosis_percentage": 0.0,
|
|
408
|
+
"fibrosis_percentage": 20.0,
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"cimac_id": "CI2YY7SNE.00",
|
|
412
|
+
"files": {
|
|
413
|
+
"image_file": {
|
|
414
|
+
"upload_placeholder": "eeeeeeee-46aa-4329-a6fa-0bda83106461",
|
|
415
|
+
},
|
|
416
|
+
"annotated_image": {
|
|
417
|
+
"upload_placeholder": "eeeeeeee-3517-4484-8f3a-eb0854f4d8b4",
|
|
418
|
+
},
|
|
419
|
+
},
|
|
420
|
+
"tumor_tissue_percentage": 70.0,
|
|
421
|
+
"viable_tumor_percentage": 53.0,
|
|
422
|
+
"necrosis_percentage": 0.0,
|
|
423
|
+
"fibrosis_percentage": 20.0,
|
|
424
|
+
},
|
|
396
425
|
],
|
|
397
426
|
"assay_creator": "DFCI",
|
|
398
427
|
}
|
|
@@ -414,6 +443,34 @@ def hande() -> PrismTestData:
|
|
|
414
443
|
metadata_availability=False,
|
|
415
444
|
allow_empty=False,
|
|
416
445
|
),
|
|
446
|
+
LocalFileUploadEntry(
|
|
447
|
+
local_path="path/to/CI2YI3D2U.00.svs",
|
|
448
|
+
gs_key="123/hande/CI2YI3D2U.00/image_file.svs",
|
|
449
|
+
upload_placeholder="eeeeeeee-ad48-494e-b8f3-7be715faa3a3",
|
|
450
|
+
metadata_availability=False,
|
|
451
|
+
allow_empty=False,
|
|
452
|
+
),
|
|
453
|
+
LocalFileUploadEntry(
|
|
454
|
+
local_path="path/to/CI2YI3D2U.00_annotated.svs",
|
|
455
|
+
gs_key="123/hande/CI2YI3D2U.00/annotated_image.svs",
|
|
456
|
+
upload_placeholder="eeeeeeee-eb69-4c4d-9c00-79204b20d823",
|
|
457
|
+
metadata_availability=False,
|
|
458
|
+
allow_empty=False,
|
|
459
|
+
),
|
|
460
|
+
LocalFileUploadEntry(
|
|
461
|
+
local_path="path/to/CI2YY7SNE.00.svs",
|
|
462
|
+
gs_key="123/hande/CI2YY7SNE.00/image_file.svs",
|
|
463
|
+
upload_placeholder="eeeeeeee-46aa-4329-a6fa-0bda83106461",
|
|
464
|
+
metadata_availability=False,
|
|
465
|
+
allow_empty=False,
|
|
466
|
+
),
|
|
467
|
+
LocalFileUploadEntry(
|
|
468
|
+
local_path="path/to/CI2YY7SNE.00_annotated.svs",
|
|
469
|
+
gs_key="123/hande/CI2YY7SNE.00/annotated_image.svs",
|
|
470
|
+
upload_placeholder="eeeeeeee-3517-4484-8f3a-eb0854f4d8b4",
|
|
471
|
+
metadata_availability=False,
|
|
472
|
+
allow_empty=False,
|
|
473
|
+
),
|
|
417
474
|
]
|
|
418
475
|
|
|
419
476
|
cimac_ids = [
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/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
|
{nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/ctdna_assay.json
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/cytof_assay.json
RENAMED
|
File without changes
|
|
File without changes
|
{nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/elisa_assay.json
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/ihc_assay.json
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/mibi_assay.json
RENAMED
|
File without changes
|
|
File without changes
|
{nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/mif_assay.json
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/misc_data.json
RENAMED
|
File without changes
|
|
File without changes
|
{nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/olink_assay.json
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/rna_assay-v0.json
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/rna_assay.json
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/tcr_analysis.json
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/tcr_assay.json
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/wes_analysis.json
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/wes_assay.json
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/assays/wes_core.json
RENAMED
|
File without changes
|
|
File without changes
|
{nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/clinical_data.json
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/clinical_trial.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/cidc_schemas/schemas/shipping_core.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
|
{nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/nci_cidc_schemas.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/nci_cidc_schemas.egg-info/entry_points.txt
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/nci_cidc_schemas.egg-info/not-zip-safe
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/nci_cidc_schemas.egg-info/requires.txt
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/nci_cidc_schemas.egg-info/top_level.txt
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
|
{nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/data/clinical_test_file.2.bom.csv
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/data/clinicaltrial_examples/CT_1.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/data/clinicaltrial_examples/CT_ihc.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/data/olink/olink_assay_1_NPX.xlsx
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/data/olink/olink_assay_2_NPX.xlsx
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/data/olink/olink_assay_combined.xlsx
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
|
{nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/prism/cidc_test_data/__init__.py
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/prism/cidc_test_data/analysis_data.py
RENAMED
|
File without changes
|
{nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/prism/cidc_test_data/manifest_data.py
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
|
{nci_cidc_schemas-0.26.24 → nci_cidc_schemas-0.26.25}/tests/utils/test_template_generator.py
RENAMED
|
File without changes
|