nci-cidc-schemas 0.28.3__tar.gz → 0.28.5__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.3/nci_cidc_schemas.egg-info → nci_cidc_schemas-0.28.5}/PKG-INFO +10 -4
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/README.md +9 -3
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/__init__.py +1 -1
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/prism/constants.py +2 -0
- nci_cidc_schemas-0.28.5/cidc_schemas/schemas/artifacts/artifact_ibd.json +51 -0
- nci_cidc_schemas-0.28.5/cidc_schemas/schemas/artifacts/artifact_imzml.json +51 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/components/available_assays.json +12 -0
- nci_cidc_schemas-0.28.5/cidc_schemas/schemas/assays/components/maldi_glycan_input.json +28 -0
- nci_cidc_schemas-0.28.5/cidc_schemas/schemas/assays/maldi_glycan_assay.json +68 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/shipping_core.json +1 -0
- nci_cidc_schemas-0.28.5/cidc_schemas/schemas/templates/assays/maldi_glycan_template.json +139 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5/nci_cidc_schemas.egg-info}/PKG-INFO +10 -4
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/nci_cidc_schemas.egg-info/SOURCES.txt +5 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/prism/cidc_test_data/assay_data.py +176 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/LICENSE +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/MANIFEST.in +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/cli.py +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/constants.py +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/json_validation.py +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/metaschema/strict_meta_schema.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/migrations.py +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/ngs_pipeline_api/__init__.py +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/ngs_pipeline_api/atacseq/atacseq.md +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/ngs_pipeline_api/atacseq/atacseq_output_API.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/ngs_pipeline_api/atacseq/imgs/atacseq.png +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/ngs_pipeline_api/output_API.schema.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/ngs_pipeline_api/rna/imgs/RIMA.png +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/ngs_pipeline_api/rna/rna.md +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/ngs_pipeline_api/rna/rna_config.schema.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/ngs_pipeline_api/rna/rna_output_API.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/ngs_pipeline_api/tcr/imgs/TCRseq.png +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/ngs_pipeline_api/tcr/tcr.md +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/ngs_pipeline_api/wes/imgs/wes.png +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/ngs_pipeline_api/wes/wes.md +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/ngs_pipeline_api/wes/wes_config.schema.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/ngs_pipeline_api/wes/wes_output_API.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/ngs_pipeline_api/wes/wes_output_API.py +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/ngs_pipeline_api/wes/wes_tumor_only_output_API.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/pipeline_configs/rna_level1_analysis_config.yaml.j2 +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/prism/__init__.py +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/prism/core.py +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/prism/extra_metadata.py +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/prism/merger.py +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/prism/pipelines.py +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/aliquot.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_bam.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_bam_bai.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_bed.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_bigwig.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_binary.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_clinical_csv.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_clinical_docx.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_clinical_xlsx.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_cncf.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_cns.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_core.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_csv.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_elisa_xlsx.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_fastq_gz.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_fcs.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_file.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_gz.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_h5ad.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_html.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_image.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_jpg.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_json.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_junction.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_log.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_maf.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_mtx.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_narrowPeak.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_npx.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_ome_tiff.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_out.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_pdf.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_png.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_rcc.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_rdata.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_rds.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_stats.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_tab.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_tbi.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_text.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_tiff.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_tsv.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_txt.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_vcf.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_vcf_gz.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_xlsx.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_yaml.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/artifacts/artifact_zip.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/atacseq_assay.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/components/antibody.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/components/assay_core.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/components/available_ngs_analyses.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/components/composite_image.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/components/controls.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/components/enrichment_core.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/components/excluded_samples.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/components/hande_local_file.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/components/image.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/components/imaging/mif_entry.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/components/imaging/mif_export.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/components/imaging/mif_input.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/components/imaging/mif_roi.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/components/imaging_data.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/components/local_file.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/components/mapping.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/components/mibi_antibody.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/components/mibi_imaging/mibi_input.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/components/mif_antibody.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/components/mihc_antibody.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/components/mihc_input.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/components/multiple_local_files.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/components/ngs/atacseq/atacseq_analysis.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/components/ngs/ngs_assay_record.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/components/ngs/rna/fusion.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/components/ngs/rna/microbiome.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/components/ngs/rna/msisensor.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/components/ngs/rna/neoantigen.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/components/ngs/rna/rna_analysis.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/components/ngs/rna/rna_level1_analysis.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/components/ngs/rna/rseqc.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/components/ngs/rna/salmon.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/components/ngs/rna/star.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/components/ngs/rna/trust4.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/components/ngs_assay_core.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/components/ngs_assay_record.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/components/nulisa_input.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/components/reads_core.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/components/reads_with_index.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/components/scrnaseq_input.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/components/scrnaseq_preamble.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/components/visium_input.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/components/visium_preamble.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/ctdna_assay.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/cytof_assay.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/cytof_assay_core.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/elisa_assay.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/hande_assay.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/ihc_assay.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/mibi_assay.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/microbiome_assay.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/mif_assay.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/mihc_assay.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/misc_data.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/nanostring_assay.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/nulisa_assay.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/olink_assay.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/rna_assay-v0.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/rna_assay.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/scrnaseq_analysis.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/scrnaseq_assay.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/tcr_analysis.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/tcr_assay.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/visium_analysis.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/visium_assay.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/wes_analysis.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/wes_assay.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/wes_core.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/assays/wes_tumor_only_analysis.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/clinical_data.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/clinical_trial.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/participant.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/sample.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/templates/analyses/atacseq_analysis_template.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/templates/analyses/cytof_analysis_template.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/templates/analyses/rna_level1_analysis_template.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/templates/analyses/scrnaseq_analysis_template.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/templates/analyses/tcr_analysis_template.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/templates/analyses/visium_analysis_template.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/templates/analyses/wes_analysis_template.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/templates/analyses/wes_tumor_only_analysis_template.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/templates/assays/atacseq_fastq_template.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/templates/assays/clinical_data_template.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/templates/assays/ctdna_template.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/templates/assays/cytof_template.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/templates/assays/elisa_template.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/templates/assays/hande_template.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/templates/assays/ihc_template.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/templates/assays/mibi_template.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/templates/assays/microbiome_template.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/templates/assays/mif_template.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/templates/assays/mihc_template.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/templates/assays/misc_data_template.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/templates/assays/nanostring_template.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/templates/assays/nulisa_template.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/templates/assays/olink_template.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/templates/assays/rna_bam_template.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/templates/assays/rna_fastq_template.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/templates/assays/scrnaseq_template.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/templates/assays/tcr_adaptive_template.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/templates/assays/tcr_fastq_template.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/templates/assays/visium_template.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/templates/assays/wes_bam_template.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/templates/assays/wes_fastq_template.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/templates/manifests/h_and_e_template.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/templates/manifests/microbiome_dna_template.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/templates/manifests/normal_blood_dna_template.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/templates/manifests/normal_tissue_dna_template.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/templates/manifests/pbmc_template.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/templates/manifests/plasma_template.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/templates/manifests/tissue_slide_template.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/templates/manifests/tumor_normal_pairing_template.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/templates/manifests/tumor_tissue_dna_template.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/schemas/templates/manifests/tumor_tissue_rna_template.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/template.py +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/template_reader.py +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/template_writer.py +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/unprism.py +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/cidc_schemas/util.py +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/nci_cidc_schemas.egg-info/dependency_links.txt +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/nci_cidc_schemas.egg-info/entry_points.txt +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/nci_cidc_schemas.egg-info/not-zip-safe +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/nci_cidc_schemas.egg-info/requires.txt +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/nci_cidc_schemas.egg-info/top_level.txt +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/requirements.txt +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/setup.cfg +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/setup.py +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/__init__.py +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/conftest.py +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/constants.py +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/data/clinical_test_file.1.csv +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/data/clinical_test_file.1.xlsx +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/data/clinical_test_file.2.bom.csv +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/data/clinical_test_file.2.csv +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/data/clinical_test_file.2.xlsx +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/data/clinical_test_file.3.xlsx +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/data/clinical_test_file.docx +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/data/clinicaltrial_examples/CT_1.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/data/clinicaltrial_examples/CT_1PA_multiWES.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/data/clinicaltrial_examples/CT_cytof_with_analysis.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/data/clinicaltrial_examples/CT_ihc.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/data/clinicaltrial_examples/CT_minimal.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/data/date_examples.xlsx +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/data/elisa_test_file.1.xlsx +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/data/elisa_test_file.2.xlsx +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/data/hande_err_template.xlsx +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/data/olink/invalid_olink_assay_1_NPX.xlsx +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/data/olink/olink_assay_1_NPX.xlsx +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/data/olink/olink_assay_2_NPX.xlsx +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/data/olink/olink_assay_combined.xlsx +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/data/pbmc_invalid.xlsx +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/data/pbmc_manifest_valid.xlsx +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/data/schemas/1.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/data/schemas/a.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/data/schemas/b.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/data/schemas/c.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/data/schemas/d1/3.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/data/schemas/d1/d2/2.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/data/schemas/invalid_ref.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/data/schemas/target-templates/atacseq_analysis_template.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/data/schemas/target-templates/rna_level1_analysis_template.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/data/schemas/target-templates/wes_analysis_template.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/data/schemas/target-templates/wes_tumor_only_analysis_template.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/data/tiny_invalid_manifest.xlsx +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/data/tiny_valid_manifest.xlsx +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/prism/__init__.py +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/prism/cidc_test_data/__init__.py +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/prism/cidc_test_data/analysis_data.py +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/prism/cidc_test_data/manifest_data.py +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/prism/cidc_test_data/utils.py +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/prism/schema/test_schema.json +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/prism/test_cidc_data_model.py +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/prism/test_constants.py +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/prism/test_core.py +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/prism/test_extra_metadata.py +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/prism/test_merger.py +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/prism/test_pipelines.py +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/test_artifacts.py +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/test_assays.py +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/test_clinicaltrial_examples.py +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/test_json_validation.py +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/test_migrations.py +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/test_schemas.py +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/test_strict_meta_schema.py +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/test_template.py +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/test_template_reader.py +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/test_template_writer.py +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/test_templates.py +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/test_trial_core.py +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/test_unprism.py +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/tests/test_util.py +0 -0
- {nci_cidc_schemas-0.28.3 → nci_cidc_schemas-0.28.5}/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.5
|
|
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
|
|
@@ -131,11 +131,17 @@ python3 -m cidc_schemas.cli [args]
|
|
|
131
131
|
|
|
132
132
|
In order to create a new assay type, your best bet is to just search for an existing assay and copy it.
|
|
133
133
|
|
|
134
|
-
Preferably, look at
|
|
134
|
+
Preferably, look at scrnaseq and copy exactly what it does. Make changes in the assay schema and template for your
|
|
135
135
|
particular assay and/or analysis schema.
|
|
136
136
|
|
|
137
|
-
|
|
138
|
-
|
|
137
|
+
Once you update and update the version of this repo, update api-gae. You should only need to copy what scrnaseq
|
|
138
|
+
did in api-gae in order for files to show up on the portal. Make sure to update the api-gae version. Update the api-gae version used
|
|
139
|
+
in cloud-functions.
|
|
140
|
+
|
|
141
|
+
Finally, make sure to update the cli tool to include the new assay.
|
|
142
|
+
|
|
143
|
+
There are a lot of gotchas and hidden parsing going on behind the scenes. Listing them all would be hard, so the
|
|
144
|
+
practical advice is to follow an existing working template.
|
|
139
145
|
|
|
140
146
|
Be sure to regenerate the docs after creating your schema, so the new schema is added to the reference docs.
|
|
141
147
|
|
|
@@ -90,11 +90,17 @@ python3 -m cidc_schemas.cli [args]
|
|
|
90
90
|
|
|
91
91
|
In order to create a new assay type, your best bet is to just search for an existing assay and copy it.
|
|
92
92
|
|
|
93
|
-
Preferably, look at
|
|
93
|
+
Preferably, look at scrnaseq and copy exactly what it does. Make changes in the assay schema and template for your
|
|
94
94
|
particular assay and/or analysis schema.
|
|
95
95
|
|
|
96
|
-
|
|
97
|
-
|
|
96
|
+
Once you update and update the version of this repo, update api-gae. You should only need to copy what scrnaseq
|
|
97
|
+
did in api-gae in order for files to show up on the portal. Make sure to update the api-gae version. Update the api-gae version used
|
|
98
|
+
in cloud-functions.
|
|
99
|
+
|
|
100
|
+
Finally, make sure to update the cli tool to include the new assay.
|
|
101
|
+
|
|
102
|
+
There are a lot of gotchas and hidden parsing going on behind the scenes. Listing them all would be hard, so the
|
|
103
|
+
practical advice is to follow an existing working template.
|
|
98
104
|
|
|
99
105
|
Be sure to regenerate the docs after creating your schema, so the new schema is added to the reference docs.
|
|
100
106
|
|
|
@@ -29,6 +29,7 @@ SUPPORTED_ASSAYS = [
|
|
|
29
29
|
"scrnaseq",
|
|
30
30
|
"visium",
|
|
31
31
|
"nulisa",
|
|
32
|
+
"maldi_glycan",
|
|
32
33
|
]
|
|
33
34
|
|
|
34
35
|
SUPPORTED_SHIPPING_MANIFESTS = [
|
|
@@ -145,6 +146,7 @@ ASSAY_TO_FILEPATH: Dict[str, str] = {
|
|
|
145
146
|
"visium",
|
|
146
147
|
"visium_analysis",
|
|
147
148
|
"nulisa",
|
|
149
|
+
"maldi_glycan",
|
|
148
150
|
]
|
|
149
151
|
},
|
|
150
152
|
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "metaschema/strict_meta_schema.json#",
|
|
3
|
+
"$id": "ibd_artifact",
|
|
4
|
+
"title": "IBD Artifact",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"description": "Information about a IBD file.",
|
|
7
|
+
"additionalProperties": false,
|
|
8
|
+
"properties": {
|
|
9
|
+
"data_format": {
|
|
10
|
+
"description": "Data format.",
|
|
11
|
+
"const": "IBD"
|
|
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
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "metaschema/strict_meta_schema.json#",
|
|
3
|
+
"$id": "imzml_artifact",
|
|
4
|
+
"title": "IMZML Artifact",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"description": "Information about an IMZML file.",
|
|
7
|
+
"additionalProperties": false,
|
|
8
|
+
"properties": {
|
|
9
|
+
"data_format": {
|
|
10
|
+
"description": "Data format.",
|
|
11
|
+
"const": "IMZML"
|
|
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
|
+
}
|
|
@@ -178,6 +178,18 @@
|
|
|
178
178
|
"mergeOptions": {
|
|
179
179
|
"idRef": "batch_id"
|
|
180
180
|
}
|
|
181
|
+
},
|
|
182
|
+
"maldi_glycan": {
|
|
183
|
+
"type": "array",
|
|
184
|
+
"description": "MALDI Glycan",
|
|
185
|
+
"items": {
|
|
186
|
+
"$ref": "assays/maldi_glycan_assay.json"
|
|
187
|
+
},
|
|
188
|
+
"mergeStrategy": "arrayMergeById",
|
|
189
|
+
"mergeOptions": {
|
|
190
|
+
"idRef": "batch_id"
|
|
191
|
+
}
|
|
181
192
|
}
|
|
193
|
+
|
|
182
194
|
}
|
|
183
195
|
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "metaschema/strict_meta_schema.json#",
|
|
3
|
+
"$id": "maldi_glycan_input",
|
|
4
|
+
"title": "MALDI Glycan Input Files and Data",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"description": "MALDI Glycan assay input files and data",
|
|
7
|
+
"inheritableBase": true,
|
|
8
|
+
"properties": {
|
|
9
|
+
"ibd_file": {
|
|
10
|
+
"$ref": "artifacts/artifact_ibd.json"
|
|
11
|
+
},
|
|
12
|
+
"imzml_file": {
|
|
13
|
+
"$ref": "artifacts/artifact_imzml.json"
|
|
14
|
+
},
|
|
15
|
+
"channels_csv": {
|
|
16
|
+
"$ref": "artifacts/artifact_csv.json"
|
|
17
|
+
},
|
|
18
|
+
"tiff_zip": {
|
|
19
|
+
"$ref": "artifacts/artifact_zip.json"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"required": [
|
|
23
|
+
"ibd_file",
|
|
24
|
+
"imzml_file",
|
|
25
|
+
"channels_csv",
|
|
26
|
+
"tiff_zip"
|
|
27
|
+
]
|
|
28
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "metaschema/strict_meta_schema.json#",
|
|
3
|
+
"$id": "maldi_glycan_assay",
|
|
4
|
+
"title": "MALDI Glycan Assay",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"$comment": "description used in docs/index.html and docs/assays.maldi_glycan.html",
|
|
7
|
+
"description": "MALDI Glycan assay",
|
|
8
|
+
"additionalProperties": false,
|
|
9
|
+
"definitions": {
|
|
10
|
+
"record": {
|
|
11
|
+
"type": "object",
|
|
12
|
+
"mergeStrategy": "objectMerge",
|
|
13
|
+
"description": "A single data record from a MALDI Glycan assay.",
|
|
14
|
+
"additionalProperties": false,
|
|
15
|
+
"required": [
|
|
16
|
+
"cimac_id",
|
|
17
|
+
"details"
|
|
18
|
+
],
|
|
19
|
+
"properties": {
|
|
20
|
+
"cimac_id": {
|
|
21
|
+
"description": "Id of an sample within this clinical trial, that this assay record is based upon.",
|
|
22
|
+
"$ref": "sample.json#properties/cimac_id"
|
|
23
|
+
},
|
|
24
|
+
"details": {
|
|
25
|
+
"$ref": "assays/components/maldi_glycan_input.json"
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"properties": {
|
|
31
|
+
"assay_creator": {
|
|
32
|
+
"$ref": "assays/components/assay_core.json#properties/assay_creator"
|
|
33
|
+
},
|
|
34
|
+
"batch_id": {
|
|
35
|
+
"description": "Batch identification number. Unique to every upload.",
|
|
36
|
+
"type": "string"
|
|
37
|
+
},
|
|
38
|
+
"molecular_assignments_file": {
|
|
39
|
+
"$ref": "artifacts/artifact_tsv.json"
|
|
40
|
+
},
|
|
41
|
+
"metadata_tsv": {"$ref": "artifacts/artifact_tsv.json"},
|
|
42
|
+
|
|
43
|
+
"antibodies": {
|
|
44
|
+
"type": "array",
|
|
45
|
+
"items": {
|
|
46
|
+
"$ref": "assays/components/mibi_antibody.json"
|
|
47
|
+
},
|
|
48
|
+
"mergeStrategy": "arrayMergeById",
|
|
49
|
+
"mergeOptions": {
|
|
50
|
+
"idRef": "antibody"
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
"records": {
|
|
54
|
+
"type": "array",
|
|
55
|
+
"description": "A single data record from a MALDI Glycan assay.",
|
|
56
|
+
"items": {
|
|
57
|
+
"$ref": "assays/maldi_glycan_assay.json#definitions/record"
|
|
58
|
+
},
|
|
59
|
+
"mergeStrategy": "append"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"required": [
|
|
63
|
+
"assay_creator",
|
|
64
|
+
"batch_id",
|
|
65
|
+
"molecular_assignments_file",
|
|
66
|
+
"records"
|
|
67
|
+
]
|
|
68
|
+
}
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "MALDI Glycan assay template",
|
|
3
|
+
"description": "MALDI Glycan submission.",
|
|
4
|
+
"prism_template_root_object_schema": "assays/maldi_glycan_assay.json",
|
|
5
|
+
"prism_template_root_object_pointer": "/assays/maldi_glycan/0",
|
|
6
|
+
"properties": {
|
|
7
|
+
"worksheets": {
|
|
8
|
+
"MALDI Glycan": {
|
|
9
|
+
"prism_data_object_pointer": "/records/-",
|
|
10
|
+
"preamble_rows": {
|
|
11
|
+
"protocol identifier": {
|
|
12
|
+
"merge_pointer": "3/protocol_identifier",
|
|
13
|
+
"type_ref": "clinical_trial.json#properties/protocol_identifier"
|
|
14
|
+
},
|
|
15
|
+
"batch id": {
|
|
16
|
+
"merge_pointer": "0/batch_id",
|
|
17
|
+
"type_ref": "assays/mibi_assay.json#properties/batch_id"
|
|
18
|
+
},
|
|
19
|
+
"assay creator": {
|
|
20
|
+
"merge_pointer": "0/assay_creator",
|
|
21
|
+
"type_ref": "assays/components/assay_core.json#properties/assay_creator"
|
|
22
|
+
},
|
|
23
|
+
"molecular assignments file": {
|
|
24
|
+
"merge_pointer": "0/molecular_assignments_file",
|
|
25
|
+
"gcs_uri_format": "{protocol identifier}/maldi_glycan/{batch id}/molecular_assignments.tsv",
|
|
26
|
+
"is_artifact": 1,
|
|
27
|
+
"type_ref": "assays/components/local_file.json#properties/file_path"
|
|
28
|
+
},
|
|
29
|
+
"metadata tsv": {
|
|
30
|
+
"merge_pointer": "0/metadata_tsv",
|
|
31
|
+
"gcs_uri_format": "{protocol identifier}/maldi_glycan/{batch id}/metadata.tsv",
|
|
32
|
+
"is_artifact": 1,
|
|
33
|
+
"type_ref": "assays/components/local_file.json#properties/file_path",
|
|
34
|
+
"allow_empty": true
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
"data_columns": {
|
|
38
|
+
"Samples": {
|
|
39
|
+
"cimac id": {
|
|
40
|
+
"merge_pointer": "0/cimac_id",
|
|
41
|
+
"type_ref": "sample.json#properties/cimac_id"
|
|
42
|
+
},
|
|
43
|
+
"ibd file": {
|
|
44
|
+
"merge_pointer": "0/details/ibd_file",
|
|
45
|
+
"is_artifact": 1,
|
|
46
|
+
"gcs_uri_format": "{protocol identifier}/maldi_glycan/{batch id}/{cimac id}/ibd_file.ibd",
|
|
47
|
+
"type_ref": "assays/components/local_file.json#properties/file_path"
|
|
48
|
+
},
|
|
49
|
+
"imzml file": {
|
|
50
|
+
"merge_pointer": "0/details/imzml_file",
|
|
51
|
+
"is_artifact": 1,
|
|
52
|
+
"gcs_uri_format": "{protocol identifier}/maldi_glycan/{batch id}/{cimac id}/imzml_file.imzml",
|
|
53
|
+
"type_ref": "assays/components/local_file.json#properties/file_path"
|
|
54
|
+
},
|
|
55
|
+
"channels csv": {
|
|
56
|
+
"merge_pointer": "0/details/channels_csv",
|
|
57
|
+
"is_artifact": 1,
|
|
58
|
+
"gcs_uri_format": "{protocol identifier}/maldi_glycan/{batch id}/{cimac id}/channels.csv",
|
|
59
|
+
"type_ref": "assays/components/local_file.json#properties/file_path"
|
|
60
|
+
},
|
|
61
|
+
"tiff zip": {
|
|
62
|
+
"merge_pointer": "0/details/tiff_zip",
|
|
63
|
+
"is_artifact": 1,
|
|
64
|
+
"gcs_uri_format": "{protocol identifier}/maldi_glycan/{batch id}/{cimac id}/tiff.zip",
|
|
65
|
+
"type_ref": "assays/components/local_file.json#properties/file_path"
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"Antibodies": {
|
|
71
|
+
"prism_data_object_pointer": "/antibodies/-",
|
|
72
|
+
"data_columns":
|
|
73
|
+
{
|
|
74
|
+
"Antibodies":
|
|
75
|
+
{
|
|
76
|
+
"Channel id": {
|
|
77
|
+
"merge_pointer": "0/channel_id",
|
|
78
|
+
"type_ref": "assays/components/mibi_antibody.json#properties/channel_id"
|
|
79
|
+
},
|
|
80
|
+
"Antibody name": {
|
|
81
|
+
"merge_pointer": "0/antibody",
|
|
82
|
+
"type_ref": "assays/components/antibody.json#properties/antibody"
|
|
83
|
+
},
|
|
84
|
+
"Clone": {
|
|
85
|
+
"merge_pointer": "0/clone",
|
|
86
|
+
"type_ref": "assays/components/antibody.json#properties/clone",
|
|
87
|
+
"allow_empty": true
|
|
88
|
+
},
|
|
89
|
+
"Company": {
|
|
90
|
+
"merge_pointer": "0/company",
|
|
91
|
+
"type_ref": "assays/components/antibody.json#properties/clone",
|
|
92
|
+
"allow_empty": true
|
|
93
|
+
},
|
|
94
|
+
"Scicrunch rrid": {
|
|
95
|
+
"merge_pointer": "0/scicrunch_rrid",
|
|
96
|
+
"type_ref": "assays/components/mibi_antibody.json#properties/scicrunch_rrid",
|
|
97
|
+
"allow_empty": true
|
|
98
|
+
},
|
|
99
|
+
"Uniprot accession number": {
|
|
100
|
+
"merge_pointer": "0/uniprot_accession_number",
|
|
101
|
+
"type_ref": "assays/components/mibi_antibody.json#properties/uniprot_accession_number",
|
|
102
|
+
"allow_empty": true
|
|
103
|
+
},
|
|
104
|
+
"Lot number": {
|
|
105
|
+
"merge_pointer": "0/lot_num",
|
|
106
|
+
"type_ref": "assays/components/antibody.json#properties/lot_num",
|
|
107
|
+
"allow_empty": true
|
|
108
|
+
},
|
|
109
|
+
"Dilution": {
|
|
110
|
+
"merge_pointer": "0/dilution",
|
|
111
|
+
"type_ref": "assays/components/mibi_antibody.json#properties/dilution",
|
|
112
|
+
"allow_empty": true
|
|
113
|
+
},
|
|
114
|
+
"Concentration value": {
|
|
115
|
+
"merge_pointer": "0/concentration_value",
|
|
116
|
+
"type_ref": "assays/components/mibi_antibody.json#properties/concentration_value",
|
|
117
|
+
"allow_empty": true
|
|
118
|
+
},
|
|
119
|
+
"Concentration units": {
|
|
120
|
+
"merge_pointer": "0/concentration_units",
|
|
121
|
+
"type_ref": "assays/components/mibi_antibody.json#properties/concentration_units",
|
|
122
|
+
"allow_empty": true
|
|
123
|
+
},
|
|
124
|
+
"Conjugated catalog number": {
|
|
125
|
+
"merge_pointer": "0/cat_num",
|
|
126
|
+
"type_ref": "assays/components/antibody.json#properties/cat_num",
|
|
127
|
+
"allow_empty": true
|
|
128
|
+
},
|
|
129
|
+
"Conjugated tag": {
|
|
130
|
+
"merge_pointer": "0/conjugated_tag",
|
|
131
|
+
"type_ref": "assays/components/mibi_antibody.json#properties/conjugated_tag",
|
|
132
|
+
"allow_empty": true
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nci_cidc_schemas
|
|
3
|
-
Version: 0.28.
|
|
3
|
+
Version: 0.28.5
|
|
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
|
|
@@ -131,11 +131,17 @@ python3 -m cidc_schemas.cli [args]
|
|
|
131
131
|
|
|
132
132
|
In order to create a new assay type, your best bet is to just search for an existing assay and copy it.
|
|
133
133
|
|
|
134
|
-
Preferably, look at
|
|
134
|
+
Preferably, look at scrnaseq and copy exactly what it does. Make changes in the assay schema and template for your
|
|
135
135
|
particular assay and/or analysis schema.
|
|
136
136
|
|
|
137
|
-
|
|
138
|
-
|
|
137
|
+
Once you update and update the version of this repo, update api-gae. You should only need to copy what scrnaseq
|
|
138
|
+
did in api-gae in order for files to show up on the portal. Make sure to update the api-gae version. Update the api-gae version used
|
|
139
|
+
in cloud-functions.
|
|
140
|
+
|
|
141
|
+
Finally, make sure to update the cli tool to include the new assay.
|
|
142
|
+
|
|
143
|
+
There are a lot of gotchas and hidden parsing going on behind the scenes. Listing them all would be hard, so the
|
|
144
|
+
practical advice is to follow an existing working template.
|
|
139
145
|
|
|
140
146
|
Be sure to regenerate the docs after creating your schema, so the new schema is added to the reference docs.
|
|
141
147
|
|
|
@@ -64,7 +64,9 @@ cidc_schemas/schemas/artifacts/artifact_file.json
|
|
|
64
64
|
cidc_schemas/schemas/artifacts/artifact_gz.json
|
|
65
65
|
cidc_schemas/schemas/artifacts/artifact_h5ad.json
|
|
66
66
|
cidc_schemas/schemas/artifacts/artifact_html.json
|
|
67
|
+
cidc_schemas/schemas/artifacts/artifact_ibd.json
|
|
67
68
|
cidc_schemas/schemas/artifacts/artifact_image.json
|
|
69
|
+
cidc_schemas/schemas/artifacts/artifact_imzml.json
|
|
68
70
|
cidc_schemas/schemas/artifacts/artifact_jpg.json
|
|
69
71
|
cidc_schemas/schemas/artifacts/artifact_json.json
|
|
70
72
|
cidc_schemas/schemas/artifacts/artifact_junction.json
|
|
@@ -99,6 +101,7 @@ cidc_schemas/schemas/assays/cytof_assay_core.json
|
|
|
99
101
|
cidc_schemas/schemas/assays/elisa_assay.json
|
|
100
102
|
cidc_schemas/schemas/assays/hande_assay.json
|
|
101
103
|
cidc_schemas/schemas/assays/ihc_assay.json
|
|
104
|
+
cidc_schemas/schemas/assays/maldi_glycan_assay.json
|
|
102
105
|
cidc_schemas/schemas/assays/mibi_assay.json
|
|
103
106
|
cidc_schemas/schemas/assays/microbiome_assay.json
|
|
104
107
|
cidc_schemas/schemas/assays/mif_assay.json
|
|
@@ -131,6 +134,7 @@ cidc_schemas/schemas/assays/components/hande_local_file.json
|
|
|
131
134
|
cidc_schemas/schemas/assays/components/image.json
|
|
132
135
|
cidc_schemas/schemas/assays/components/imaging_data.json
|
|
133
136
|
cidc_schemas/schemas/assays/components/local_file.json
|
|
137
|
+
cidc_schemas/schemas/assays/components/maldi_glycan_input.json
|
|
134
138
|
cidc_schemas/schemas/assays/components/mapping.json
|
|
135
139
|
cidc_schemas/schemas/assays/components/mibi_antibody.json
|
|
136
140
|
cidc_schemas/schemas/assays/components/mif_antibody.json
|
|
@@ -178,6 +182,7 @@ cidc_schemas/schemas/templates/assays/cytof_template.json
|
|
|
178
182
|
cidc_schemas/schemas/templates/assays/elisa_template.json
|
|
179
183
|
cidc_schemas/schemas/templates/assays/hande_template.json
|
|
180
184
|
cidc_schemas/schemas/templates/assays/ihc_template.json
|
|
185
|
+
cidc_schemas/schemas/templates/assays/maldi_glycan_template.json
|
|
181
186
|
cidc_schemas/schemas/templates/assays/mibi_template.json
|
|
182
187
|
cidc_schemas/schemas/templates/assays/microbiome_template.json
|
|
183
188
|
cidc_schemas/schemas/templates/assays/mif_template.json
|