nci-cidc-schemas 0.26.34__tar.gz → 0.26.36__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.

Files changed (238) hide show
  1. {nci_cidc_schemas-0.26.34/nci_cidc_schemas.egg-info → nci_cidc_schemas-0.26.36}/PKG-INFO +1 -2
  2. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/README.md +0 -1
  3. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/__init__.py +1 -1
  4. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/prism/constants.py +0 -2
  5. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/artifacts/artifact_core.json +1 -0
  6. nci_cidc_schemas-0.26.36/cidc_schemas/schemas/artifacts/artifact_ome_tiff.json +51 -0
  7. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/components/available_ngs_analyses.json +0 -3
  8. nci_cidc_schemas-0.26.36/cidc_schemas/schemas/assays/components/mibi_imaging/mibi_files.json +55 -0
  9. nci_cidc_schemas-0.26.36/cidc_schemas/schemas/assays/components/mibi_imaging/mibi_input.json +56 -0
  10. nci_cidc_schemas-0.26.36/cidc_schemas/schemas/assays/mibi_assay.json +68 -0
  11. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/shipping_core.json +2 -1
  12. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/templates/assays/mibi_template.json +48 -61
  13. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/templates/manifests/h_and_e_template.json +2 -1
  14. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/templates/manifests/microbiome_dna_template.json +2 -1
  15. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/templates/manifests/normal_blood_dna_template.json +8 -4
  16. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/templates/manifests/normal_tissue_dna_template.json +8 -4
  17. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/templates/manifests/pbmc_template.json +2 -1
  18. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/templates/manifests/plasma_template.json +2 -1
  19. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/templates/manifests/tissue_slide_template.json +2 -1
  20. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/templates/manifests/tumor_tissue_dna_template.json +8 -4
  21. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/templates/manifests/tumor_tissue_rna_template.json +2 -1
  22. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/template.py +0 -1
  23. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36/nci_cidc_schemas.egg-info}/PKG-INFO +1 -2
  24. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/nci_cidc_schemas.egg-info/SOURCES.txt +3 -3
  25. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/prism/cidc_test_data/analysis_data.py +0 -222
  26. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/prism/cidc_test_data/assay_data.py +109 -100
  27. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/prism/cidc_test_data/manifest_data.py +0 -11
  28. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/test_assays.py +20 -11
  29. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/test_template.py +0 -11
  30. nci_cidc_schemas-0.26.34/cidc_schemas/schemas/assays/ctdna_analysis.json +0 -52
  31. nci_cidc_schemas-0.26.34/cidc_schemas/schemas/assays/mibi_assay.json +0 -115
  32. nci_cidc_schemas-0.26.34/cidc_schemas/schemas/templates/analyses/ctdna_analysis_template.json +0 -121
  33. nci_cidc_schemas-0.26.34/tests/data/schemas/target-templates/ctdna_analysis_template.json +0 -117
  34. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/LICENSE +0 -0
  35. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/MANIFEST.in +0 -0
  36. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/cli.py +0 -0
  37. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/constants.py +0 -0
  38. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/json_validation.py +0 -0
  39. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/metaschema/strict_meta_schema.json +0 -0
  40. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/migrations.py +0 -0
  41. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/pipeline_configs/rna_level1_analysis_config.yaml.j2 +0 -0
  42. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/prism/__init__.py +0 -0
  43. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/prism/core.py +0 -0
  44. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/prism/extra_metadata.py +0 -0
  45. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/prism/merger.py +0 -0
  46. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/prism/pipelines.py +0 -0
  47. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/aliquot.json +0 -0
  48. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/artifacts/artifact_bam.json +0 -0
  49. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/artifacts/artifact_bam_bai.json +0 -0
  50. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/artifacts/artifact_bed.json +0 -0
  51. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/artifacts/artifact_bigwig.json +0 -0
  52. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/artifacts/artifact_binary.json +0 -0
  53. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/artifacts/artifact_clinical_csv.json +0 -0
  54. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/artifacts/artifact_clinical_docx.json +0 -0
  55. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/artifacts/artifact_clinical_xlsx.json +0 -0
  56. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/artifacts/artifact_cncf.json +0 -0
  57. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/artifacts/artifact_cns.json +0 -0
  58. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/artifacts/artifact_csv.json +0 -0
  59. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/artifacts/artifact_elisa_xlsx.json +0 -0
  60. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/artifacts/artifact_fastq_gz.json +0 -0
  61. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/artifacts/artifact_fcs.json +0 -0
  62. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/artifacts/artifact_file.json +0 -0
  63. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/artifacts/artifact_gz.json +0 -0
  64. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/artifacts/artifact_image.json +0 -0
  65. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/artifacts/artifact_jpg.json +0 -0
  66. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/artifacts/artifact_json.json +0 -0
  67. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/artifacts/artifact_junction.json +0 -0
  68. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/artifacts/artifact_log.json +0 -0
  69. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/artifacts/artifact_maf.json +0 -0
  70. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/artifacts/artifact_narrowPeak.json +0 -0
  71. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/artifacts/artifact_npx.json +0 -0
  72. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/artifacts/artifact_pdf.json +0 -0
  73. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/artifacts/artifact_png.json +0 -0
  74. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/artifacts/artifact_rcc.json +0 -0
  75. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/artifacts/artifact_rdata.json +0 -0
  76. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/artifacts/artifact_tbi.json +0 -0
  77. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/artifacts/artifact_text.json +0 -0
  78. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/artifacts/artifact_tsv.json +0 -0
  79. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/artifacts/artifact_vcf.json +0 -0
  80. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/artifacts/artifact_vcf_gz.json +0 -0
  81. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/artifacts/artifact_xlsx.json +0 -0
  82. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/artifacts/artifact_yaml.json +0 -0
  83. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/artifacts/artifact_zip.json +0 -0
  84. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/atacseq_assay.json +0 -0
  85. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/components/antibody.json +0 -0
  86. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/components/assay_core.json +0 -0
  87. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/components/available_assays.json +0 -0
  88. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/components/composite_image.json +0 -0
  89. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/components/controls.json +0 -0
  90. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/components/enrichment_core.json +0 -0
  91. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/components/excluded_samples.json +0 -0
  92. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/components/image.json +0 -0
  93. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/components/imaging/mif_entry.json +0 -0
  94. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/components/imaging/mif_export.json +0 -0
  95. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/components/imaging/mif_input.json +0 -0
  96. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/components/imaging/mif_roi.json +0 -0
  97. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/components/imaging_data.json +0 -0
  98. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/components/local_file.json +0 -0
  99. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/components/mapping.json +0 -0
  100. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/components/mibi_antibody.json +0 -0
  101. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/components/mif_antibody.json +0 -0
  102. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/components/multiple_local_files.json +0 -0
  103. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/components/ngs/atacseq/atacseq_analysis.json +0 -0
  104. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/components/ngs/ngs_assay_record.json +0 -0
  105. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/components/ngs/rna/fusion.json +0 -0
  106. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/components/ngs/rna/microbiome.json +0 -0
  107. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/components/ngs/rna/msisensor.json +0 -0
  108. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/components/ngs/rna/neoantigen.json +0 -0
  109. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/components/ngs/rna/rna_analysis.json +0 -0
  110. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/components/ngs/rna/rna_level1_analysis.json +0 -0
  111. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/components/ngs/rna/rseqc.json +0 -0
  112. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/components/ngs/rna/salmon.json +0 -0
  113. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/components/ngs/rna/star.json +0 -0
  114. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/components/ngs/rna/trust4.json +0 -0
  115. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/components/ngs_assay_core.json +0 -0
  116. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/components/ngs_assay_record.json +0 -0
  117. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/components/reads_core.json +0 -0
  118. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/components/reads_with_index.json +0 -0
  119. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/ctdna_assay.json +0 -0
  120. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/cytof_assay.json +0 -0
  121. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/cytof_assay_core.json +0 -0
  122. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/elisa_assay.json +0 -0
  123. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/hande_assay.json +0 -0
  124. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/ihc_assay.json +0 -0
  125. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/microbiome_assay.json +0 -0
  126. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/mif_assay.json +0 -0
  127. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/misc_data.json +0 -0
  128. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/nanostring_assay.json +0 -0
  129. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/olink_assay.json +0 -0
  130. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/rna_assay-v0.json +0 -0
  131. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/rna_assay.json +0 -0
  132. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/tcr_analysis.json +0 -0
  133. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/tcr_assay.json +0 -0
  134. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/wes_analysis.json +0 -0
  135. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/wes_assay.json +0 -0
  136. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/wes_core.json +0 -0
  137. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/assays/wes_tumor_only_analysis.json +0 -0
  138. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/clinical_data.json +0 -0
  139. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/clinical_trial.json +0 -0
  140. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/participant.json +0 -0
  141. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/sample.json +0 -0
  142. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/templates/analyses/atacseq_analysis_template.json +0 -0
  143. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/templates/analyses/cytof_analysis_template.json +0 -0
  144. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/templates/analyses/rna_level1_analysis_template.json +0 -0
  145. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/templates/analyses/tcr_analysis_template.json +0 -0
  146. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/templates/analyses/wes_analysis_template.json +0 -0
  147. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/templates/analyses/wes_tumor_only_analysis_template.json +0 -0
  148. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/templates/assays/atacseq_fastq_template.json +0 -0
  149. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/templates/assays/clinical_data_template.json +0 -0
  150. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/templates/assays/ctdna_template.json +0 -0
  151. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/templates/assays/cytof_template.json +0 -0
  152. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/templates/assays/elisa_template.json +0 -0
  153. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/templates/assays/hande_template.json +0 -0
  154. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/templates/assays/ihc_template.json +0 -0
  155. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/templates/assays/microbiome_template.json +0 -0
  156. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/templates/assays/mif_template.json +0 -0
  157. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/templates/assays/misc_data_template.json +0 -0
  158. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/templates/assays/nanostring_template.json +0 -0
  159. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/templates/assays/olink_template.json +0 -0
  160. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/templates/assays/rna_bam_template.json +0 -0
  161. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/templates/assays/rna_fastq_template.json +0 -0
  162. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/templates/assays/tcr_adaptive_template.json +0 -0
  163. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/templates/assays/tcr_fastq_template.json +0 -0
  164. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/templates/assays/wes_bam_template.json +0 -0
  165. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/templates/assays/wes_fastq_template.json +0 -0
  166. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/schemas/templates/manifests/tumor_normal_pairing_template.json +0 -0
  167. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/template_reader.py +0 -0
  168. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/template_writer.py +0 -0
  169. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/unprism.py +0 -0
  170. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/cidc_schemas/util.py +0 -0
  171. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/nci_cidc_schemas.egg-info/dependency_links.txt +0 -0
  172. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/nci_cidc_schemas.egg-info/entry_points.txt +0 -0
  173. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/nci_cidc_schemas.egg-info/not-zip-safe +0 -0
  174. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/nci_cidc_schemas.egg-info/requires.txt +0 -0
  175. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/nci_cidc_schemas.egg-info/top_level.txt +0 -0
  176. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/requirements.txt +0 -0
  177. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/setup.cfg +0 -0
  178. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/setup.py +0 -0
  179. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/__init__.py +0 -0
  180. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/conftest.py +0 -0
  181. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/constants.py +0 -0
  182. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/data/clinical_test_file.1.csv +0 -0
  183. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/data/clinical_test_file.1.xlsx +0 -0
  184. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/data/clinical_test_file.2.bom.csv +0 -0
  185. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/data/clinical_test_file.2.csv +0 -0
  186. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/data/clinical_test_file.2.xlsx +0 -0
  187. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/data/clinical_test_file.3.xlsx +0 -0
  188. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/data/clinical_test_file.docx +0 -0
  189. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/data/clinicaltrial_examples/CT_1.json +0 -0
  190. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/data/clinicaltrial_examples/CT_1PA_multiWES.json +0 -0
  191. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/data/clinicaltrial_examples/CT_cytof_with_analysis.json +0 -0
  192. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/data/clinicaltrial_examples/CT_ihc.json +0 -0
  193. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/data/clinicaltrial_examples/CT_minimal.json +0 -0
  194. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/data/date_examples.xlsx +0 -0
  195. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/data/elisa_test_file.1.xlsx +0 -0
  196. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/data/elisa_test_file.2.xlsx +0 -0
  197. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/data/hande_err_template.xlsx +0 -0
  198. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/data/olink/invalid_olink_assay_1_NPX.xlsx +0 -0
  199. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/data/olink/olink_assay_1_NPX.xlsx +0 -0
  200. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/data/olink/olink_assay_2_NPX.xlsx +0 -0
  201. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/data/olink/olink_assay_combined.xlsx +0 -0
  202. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/data/pbmc_invalid.xlsx +0 -0
  203. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/data/schemas/1.json +0 -0
  204. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/data/schemas/a.json +0 -0
  205. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/data/schemas/b.json +0 -0
  206. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/data/schemas/c.json +0 -0
  207. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/data/schemas/d1/3.json +0 -0
  208. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/data/schemas/d1/d2/2.json +0 -0
  209. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/data/schemas/invalid_ref.json +0 -0
  210. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/data/schemas/target-templates/atacseq_analysis_template.json +0 -0
  211. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/data/schemas/target-templates/rna_level1_analysis_template.json +0 -0
  212. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/data/schemas/target-templates/wes_analysis_template.json +0 -0
  213. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/data/schemas/target-templates/wes_tumor_only_analysis_template.json +0 -0
  214. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/data/tiny_invalid_manifest.xlsx +0 -0
  215. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/data/tiny_valid_manifest.xlsx +0 -0
  216. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/prism/__init__.py +0 -0
  217. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/prism/cidc_test_data/__init__.py +0 -0
  218. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/prism/cidc_test_data/utils.py +0 -0
  219. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/prism/schema/test_schema.json +0 -0
  220. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/prism/test_cidc_data_model.py +0 -0
  221. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/prism/test_constants.py +0 -0
  222. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/prism/test_core.py +0 -0
  223. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/prism/test_extra_metadata.py +0 -0
  224. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/prism/test_merger.py +0 -0
  225. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/prism/test_pipelines.py +0 -0
  226. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/test_artifacts.py +0 -0
  227. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/test_clinicaltrial_examples.py +0 -0
  228. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/test_json_validation.py +0 -0
  229. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/test_migrations.py +0 -0
  230. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/test_schemas.py +0 -0
  231. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/test_strict_meta_schema.py +0 -0
  232. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/test_template_reader.py +0 -0
  233. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/test_template_writer.py +0 -0
  234. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/test_templates.py +0 -0
  235. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/test_trial_core.py +0 -0
  236. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/test_unprism.py +0 -0
  237. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/test_util.py +0 -0
  238. {nci_cidc_schemas-0.26.34 → nci_cidc_schemas-0.26.36}/tests/utils/test_template_generator.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nci_cidc_schemas
3
- Version: 0.26.34
3
+ Version: 0.26.36
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
@@ -56,7 +56,6 @@ pip install nci-cidc-schemas
56
56
  - **`docs/`** - the most recent build of the data model documentation, along with templates and scripts for re-generating the documentation.
57
57
  - **`template_examples/`** - example populated Excel files for template specifications in `schemas/templates`, and `.csv`s auto-generated from those `.xlsx`s that allow to transparently keep track of changes in them.
58
58
  - **`tests/`** - tests for the `cidc_schemas` module.
59
- - **`.githooks/`** - git hooks, e.g. for auto-generating `.csv`s in `template_examples/` and `.html` documentation files.
60
59
 
61
60
  ### Developer Setup
62
61
 
@@ -24,7 +24,6 @@ pip install nci-cidc-schemas
24
24
  - **`docs/`** - the most recent build of the data model documentation, along with templates and scripts for re-generating the documentation.
25
25
  - **`template_examples/`** - example populated Excel files for template specifications in `schemas/templates`, and `.csv`s auto-generated from those `.xlsx`s that allow to transparently keep track of changes in them.
26
26
  - **`tests/`** - tests for the `cidc_schemas` module.
27
- - **`.githooks/`** - git hooks, e.g. for auto-generating `.csv`s in `template_examples/` and `.html` documentation files.
28
27
 
29
28
  ### Developer Setup
30
29
 
@@ -2,4 +2,4 @@
2
2
 
3
3
  __author__ = """NCI"""
4
4
  __email__ = "nci-cidc-tools-admin@mail.nih.gov"
5
- __version__ = "0.26.34"
5
+ __version__ = "0.26.36"
@@ -51,7 +51,6 @@ SUPPORTED_ANALYSES = [
51
51
  "tcr_analysis",
52
52
  "wes_analysis",
53
53
  "wes_tumor_only_analysis",
54
- "ctdna_analysis",
55
54
  ]
56
55
 
57
56
  SUPPORTED_TEMPLATES = SUPPORTED_ASSAYS + SUPPORTED_MANIFESTS + SUPPORTED_ANALYSES
@@ -63,7 +62,6 @@ ASSAY_TO_FILEPATH: Dict[str, str] = {
63
62
  "rna_level1_analysis": "rna/",
64
63
  "wes_analysis": "wes/",
65
64
  "wes_tumor_only_analysis": "wes_tumor_only/",
66
- "ctdna_analysis": "ctdna/",
67
65
  # assay specifics removed
68
66
  "atacseq_fastq": "atacseq/",
69
67
  "rna_bam": "rna/",
@@ -90,6 +90,7 @@
90
90
  "YAML",
91
91
  "PDF",
92
92
  "RDATA",
93
+ "OME.TIFF",
93
94
  "[NOT SET]"
94
95
  ]
95
96
  },
@@ -0,0 +1,51 @@
1
+ {
2
+ "$schema": "metaschema/strict_meta_schema.json#",
3
+ "$id": "ome_tiff_artifact",
4
+ "title": "Ome Tiff Artifact",
5
+ "type": "object",
6
+ "description": "Information about a ome tiff file.",
7
+ "additionalProperties": false,
8
+ "properties": {
9
+ "data_format": {
10
+ "description": "Data format.",
11
+ "const": "OME.TIFF"
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
+ }
@@ -13,9 +13,6 @@
13
13
  "wes_tumor_only_analysis": {
14
14
  "$ref": "assays/wes_tumor_only_analysis.json"
15
15
  },
16
- "ctdna_analysis": {
17
- "$ref": "assays/ctdna_analysis.json"
18
- },
19
16
  "wes_analysis_old": {
20
17
  "$ref": "assays/wes_analysis.json"
21
18
  },
@@ -0,0 +1,55 @@
1
+ {
2
+ "$schema": "metaschema/strict_meta_schema.json#",
3
+ "$id": "mibi_files",
4
+ "description": "A region of interest (ROI) is a portion of an image which has been analyzed using image processing software.",
5
+ "type": "object",
6
+ "properties": {
7
+ "roi_id": {
8
+ "description": "Identifier of a region of interest within one mibi slide, e.g. 1, 2, 3 or [123 x 321]",
9
+ "type": "string"
10
+ },
11
+ "dataset": {
12
+ "description": "Dataset the record belongs to",
13
+ "type": "string"
14
+ },
15
+ "mibi_ome_tiff_file_name": {
16
+ "type": "string",
17
+ "description": "A (short) name of the file. Do not include the .ome.tiff extension"
18
+ },
19
+ "mibi_ome_tiff_file": {
20
+ "description": "Image for MIBI in OME TIFF format",
21
+ "$ref": "artifacts/artifact_ome_tiff.json"
22
+ },
23
+ "roi_description": {
24
+ "description": "A text description of this ROI",
25
+ "type": "string"
26
+ },
27
+ "he_file": {
28
+ "inheritableBase": true,
29
+ "mergeStrategy": "objectMerge",
30
+ "anyOf": [
31
+ {
32
+ "$comment": "Path to the H & E image in SVS format.",
33
+ "$ref": "artifacts/artifact_image.json"
34
+ },
35
+ {
36
+ "$comment": "Path to the H & E image in JPG format.",
37
+ "$ref": "artifacts/artifact_jpg.json"
38
+ }
39
+ ]
40
+ },
41
+ "comment": {
42
+ "description": "A text comment regarding this slide.",
43
+ "type": "string"
44
+ }
45
+ },
46
+ "inheritableBase": true,
47
+ "required": [
48
+ "roi_id",
49
+ "dataset",
50
+ "mibi_ome_tiff_file_name",
51
+ "mibi_ome_tiff_file",
52
+ "roi_description",
53
+ "he_file"
54
+ ]
55
+ }
@@ -0,0 +1,56 @@
1
+ {
2
+ "$schema": "metaschema/strict_meta_schema.json#",
3
+ "$id": "mibi_input",
4
+ "title": "MIBI Input Files",
5
+ "type": "object",
6
+ "description": "MIBI assay input files.",
7
+ "inheritableBase": true,
8
+ "properties": {
9
+ "roi_id": {
10
+ "description": "Identifier of a region of interest within one mibi slide, e.g. 1, 2, 3 or [123 x 321]",
11
+ "type": "string"
12
+ },
13
+ "dataset": {
14
+ "description": "Dataset the record belongs to",
15
+ "type": "string"
16
+ },
17
+ "mibi_ome_tiff_file_name": {
18
+ "type": "string",
19
+ "description": "A (short) name of the file. Do not include the .ome.tiff extension"
20
+ },
21
+ "mibi_ome_tiff_file": {
22
+ "description": "Image for MIBI in OME TIFF format",
23
+ "$ref": "artifacts/artifact_ome_tiff.json"
24
+ },
25
+ "roi_description": {
26
+ "description": "A text description of this ROI",
27
+ "type": "string"
28
+ },
29
+ "he_file": {
30
+ "inheritableBase": true,
31
+ "mergeStrategy": "objectMerge",
32
+ "anyOf": [
33
+ {
34
+ "$comment": "Path to the H & E image in SVS format.",
35
+ "$ref": "artifacts/artifact_image.json"
36
+ },
37
+ {
38
+ "$comment": "Path to the H & E image in JPG format.",
39
+ "$ref": "artifacts/artifact_jpg.json"
40
+ }
41
+ ]
42
+ },
43
+ "comment": {
44
+ "description": "A text comment regarding this slide.",
45
+ "type": "string"
46
+ }
47
+ },
48
+ "required": [
49
+ "roi_id",
50
+ "dataset",
51
+ "mibi_ome_tiff_file_name",
52
+ "mibi_ome_tiff_file",
53
+ "roi_description",
54
+ "he_file"
55
+ ]
56
+ }
@@ -0,0 +1,68 @@
1
+ {
2
+ "$schema": "metaschema/strict_meta_schema.json#",
3
+ "$id": "mibi_assay",
4
+ "title": "MIBI Assay",
5
+ "type": "object",
6
+ "$comment": "description used in docs/index.html and docs/assays.mibi.html",
7
+ "description": "Multiplexed Ion Beam Imaging (MIBI) assay",
8
+ "additionalProperties": false,
9
+ "definitions": {
10
+ "record": {
11
+ "type": "object",
12
+ "mergeStrategy": "objectMerge",
13
+ "description": "A single data record from a MIBI assay.",
14
+ "additionalProperties": false,
15
+ "properties": {
16
+ "cimac_id": {
17
+ "description": "Id of an sample within this clinical trial, that this assay record is based upon.",
18
+ "$ref": "sample.json#properties/cimac_id"
19
+ },
20
+ "files": {
21
+ "$ref": "assays/components/mibi_imaging/mibi_input.json"
22
+ }
23
+ },
24
+ "required": [
25
+ "cimac_id",
26
+ "files"
27
+ ]
28
+ }
29
+ },
30
+ "properties": {
31
+ "assay_creator": {
32
+ "$ref": "assays/components/assay_core.json#properties/assay_creator"
33
+ },
34
+ "batch_id": {
35
+ "type": "string",
36
+ "description": "Batch identification number. Unique to every batch."
37
+ },
38
+ "metadata_tsv": {
39
+ "description": "Deidentified metadata as a TSV file",
40
+ "$ref": "artifacts/artifact_tsv.json"
41
+ },
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 MIBI assay.",
56
+ "items": {
57
+ "$ref": "assays/mibi_assay.json#definitions/record"
58
+ },
59
+ "mergeStrategy": "append"
60
+ }
61
+ },
62
+ "required": [
63
+ "batch_id",
64
+ "records",
65
+ "assay_creator",
66
+ "antibodies"
67
+ ]
68
+ }
@@ -53,7 +53,8 @@
53
53
  "ATACseq",
54
54
  "ctDNA",
55
55
  "Microbiome",
56
- "Nanostring"
56
+ "Nanostring",
57
+ "MIBI"
57
58
  ]
58
59
  },
59
60
  "courier": {
@@ -6,7 +6,7 @@
6
6
  "properties": {
7
7
  "worksheets": {
8
8
  "MIBI": {
9
- "prism_data_object_pointer": "/records/0/regions_of_interest/-",
9
+ "prism_data_object_pointer": "/records/-",
10
10
  "preamble_rows": {
11
11
  "protocol identifier": {
12
12
  "merge_pointer": "3/protocol_identifier",
@@ -20,82 +20,59 @@
20
20
  "merge_pointer": "0/assay_creator",
21
21
  "type_ref": "assays/components/assay_core.json#properties/assay_creator"
22
22
  },
23
- "folder": {
24
- "do_not_merge": true,
25
- "type": "string",
26
- "allow_empty": true
27
- },
28
23
  "metadata tsv": {
24
+ "merge_pointer": "0/metadata_tsv",
25
+ "gcs_uri_format": "{protocol identifier}/mibi/{batch id}/metadata.tsv",
26
+ "is_artifact": 1,
29
27
  "type_ref": "assays/components/local_file.json#properties/file_path",
30
- "do_not_merge": true,
31
- "allow_empty": true,
32
- "process_as": [
33
- {
34
- "parse_through": "lambda metadata_tsv: f'{folder or \"\"}{metadata_tsv}'",
35
- "gcs_uri_format": "{protocol identifier}/mibi/{batch id}/metadata.tsv",
36
- "type_ref": "assays/components/local_file.json#properties/file_path",
37
- "merge_pointer": "0/metadata_tsv",
38
- "is_artifact": 1
39
- }
40
- ]
28
+ "allow_empty": true
41
29
  }
42
30
  },
43
31
  "data_columns": {
44
32
  "Samples": {
45
- "Cimac id": {
46
- "merge_pointer": "2/cimac_id",
33
+ "cimac id": {
34
+ "merge_pointer": "0/cimac_id",
47
35
  "type_ref": "sample.json#properties/cimac_id"
48
36
  },
49
- "Roi id": {
50
- "merge_pointer": "0/roi_id",
51
- "type_ref": "assays/mibi_assay.json#definitions/region_of_interest/properties/roi_id"
37
+ "roi id": {
38
+ "merge_pointer": "0/files/roi_id",
39
+ "type_ref": "assays/components/mibi_imaging/mibi_files.json#properties/roi_id"
52
40
  },
53
41
  "Dataset": {
42
+ "merge_pointer": "0/files/dataset",
43
+ "type_ref": "assays/components/mibi_imaging/mibi_files.json#properties/dataset",
44
+ "allow_empty": true
45
+ },
46
+ "HE file type": {
54
47
  "do_not_merge": true,
55
48
  "type": "string",
56
- "process_as": [
57
- {
58
- "parse_through": "lambda dataset: f'{folder or \"\"}{dataset}/3D_image_stack.ome.tiff'",
59
- "merge_pointer": "/multichannel_image",
60
- "gcs_uri_format": "{protocol identifier}/mibi/{batch id}/{cimac id}/{roi id}/multichannel_image.ome.tiff",
61
- "type_ref": "assays/components/local_file.json#properties/file_path",
62
- "is_artifact": 1,
63
- "allow_empty": true
64
- },
65
- {
66
- "parse_through": "lambda dataset: f'{folder or \"\"}{dataset}/Mapping/cluster_labels_image.tif'",
67
- "merge_pointer": "/cluster_labels",
68
- "gcs_uri_format": "{protocol identifier}/mibi/{batch id}/{cimac id}/{roi id}/cluster_labels.tif",
69
- "type_ref": "assays/components/local_file.json#properties/file_path",
70
- "is_artifact": 1,
71
- "allow_empty": true
72
- },
73
- {
74
- "parse_through": "lambda dataset: f'{folder or \"\"}{dataset}/mcd/channelnames_report.csv'",
75
- "merge_pointer": "/channel_names",
76
- "gcs_uri_format": "{protocol identifier}/mibi/{batch id}/{cimac id}/{roi id}/channel_names.csv",
77
- "type_ref": "assays/components/local_file.json#properties/file_path",
78
- "is_artifact": 1,
79
- "allow_empty": true
80
- },
81
- {
82
- "parse_through": "lambda dataset: f'{folder or \"\"}{dataset}/SingleCellData/cells.csv'",
83
- "merge_pointer": "/single_cell_table",
84
- "gcs_uri_format": "{protocol identifier}/mibi/{batch id}/{cimac id}/{roi id}/single_cell_table.csv",
85
- "type_ref": "assays/components/local_file.json#properties/file_path",
86
- "is_artifact": 1,
87
- "allow_empty": true
88
- }
89
- ]
49
+ "enum": ["svs", "jpg"]
50
+ },
51
+ "HE file name": {
52
+ "merge_pointer": "0/files/he_file",
53
+ "is_artifact": 1,
54
+ "gcs_uri_format": "{protocol identifier}/mibi/{batch id}/{cimac id}/{roi id}/he_file.{he file type}",
55
+ "type_ref": "assays/components/local_file.json#properties/file_path"
90
56
  },
91
57
  "Roi description": {
92
- "merge_pointer": "0/roi_description",
93
- "type_ref": "assays/mibi_assay.json#definitions/region_of_interest/properties/roi_description",
58
+ "merge_pointer": "0/files/roi_description",
59
+ "type_ref": "assays/components/mibi_imaging/mibi_files.json#properties/roi_description",
94
60
  "allow_empty": true
95
61
  },
62
+ "MIBI OME Tiff File": {
63
+ "merge_pointer": "0/files/mibi_ome_tiff_file",
64
+ "type_ref": "assays/components/local_file.json#properties/file_path",
65
+ "is_artifact": 1,
66
+ "gcs_uri_format": "{protocol identifier}/mibi/{batch id}/{cimac id}/{roi id}/{mibi ome tiff file name}.ome.tiff"
67
+ },
68
+ "MIBI OME Tiff File Name": {
69
+ "merge_pointer": "0/files/mibi_ome_tiff_file_name",
70
+ "type_ref": "assays/components/mibi_imaging/mibi_files.json#properties/mibi_ome_tiff_file_name"
71
+ },
72
+
96
73
  "Comment": {
97
- "merge_pointer": "0/comment",
98
- "type_ref": "assays/mibi_assay.json#definitions/region_of_interest/properties/comment",
74
+ "merge_pointer": "0/files/comment",
75
+ "type_ref": "assays/components/mibi_imaging/mibi_files.json#properties/comment",
99
76
  "allow_empty": true
100
77
  }
101
78
  }
@@ -115,6 +92,16 @@
115
92
  "merge_pointer": "0/antibody",
116
93
  "type_ref": "assays/components/antibody.json#properties/antibody"
117
94
  },
95
+ "Clone": {
96
+ "merge_pointer": "0/clone",
97
+ "type_ref": "assays/components/antibody.json#properties/clone",
98
+ "allow_empty": true
99
+ },
100
+ "Company": {
101
+ "merge_pointer": "0/company",
102
+ "type_ref": "assays/components/antibody.json#properties/clone",
103
+ "allow_empty": true
104
+ },
118
105
  "Scicrunch rrid": {
119
106
  "merge_pointer": "0/scicrunch_rrid",
120
107
  "type_ref": "assays/components/mibi_antibody.json#properties/scicrunch_rrid",
@@ -160,4 +147,4 @@
160
147
  }
161
148
  }
162
149
  }
163
- }
150
+ }
@@ -95,7 +95,8 @@
95
95
  },
96
96
  "cohort name": {
97
97
  "merge_pointer": "2/cohort_name",
98
- "type_ref": "participant.json#properties/cohort_name"
98
+ "type_ref": "participant.json#properties/cohort_name",
99
+ "allow_empty": true
99
100
  },
100
101
  "participant ID": {
101
102
  "merge_pointer": "2/participant_id",
@@ -93,7 +93,8 @@
93
93
  },
94
94
  "cohort name": {
95
95
  "merge_pointer": "2/cohort_name",
96
- "type_ref": "participant.json#properties/cohort_name"
96
+ "type_ref": "participant.json#properties/cohort_name",
97
+ "allow_empty": true
97
98
  },
98
99
  "participant ID": {
99
100
  "merge_pointer": "2/participant_id",
@@ -93,7 +93,8 @@
93
93
  },
94
94
  "cohort name": {
95
95
  "merge_pointer": "2/cohort_name",
96
- "type_ref": "participant.json#properties/cohort_name"
96
+ "type_ref": "participant.json#properties/cohort_name",
97
+ "allow_empty": true
97
98
  },
98
99
  "participant ID": {
99
100
  "merge_pointer": "2/participant_id",
@@ -190,15 +191,18 @@
190
191
  "DNA quality": {
191
192
  "din value": {
192
193
  "merge_pointer": "/din",
193
- "type_ref": "sample.json#properties/din"
194
+ "type_ref": "sample.json#properties/din",
195
+ "allow_empty": true
194
196
  },
195
197
  "a260/a280 value": {
196
198
  "merge_pointer": "/a260_a280",
197
- "type_ref": "sample.json#properties/a260_a280"
199
+ "type_ref": "sample.json#properties/a260_a280",
200
+ "allow_empty": true
198
201
  },
199
202
  "a260/a230 value": {
200
203
  "merge_pointer": "/a260_a230",
201
- "type_ref": "sample.json#properties/a260_a230"
204
+ "type_ref": "sample.json#properties/a260_a230",
205
+ "allow_empty": true
202
206
  }
203
207
  },
204
208
  "Filled by CIMAC Lab": {
@@ -95,7 +95,8 @@
95
95
  },
96
96
  "cohort name": {
97
97
  "merge_pointer": "2/cohort_name",
98
- "type_ref": "participant.json#properties/cohort_name"
98
+ "type_ref": "participant.json#properties/cohort_name",
99
+ "allow_empty": true
99
100
  },
100
101
  "participant ID": {
101
102
  "merge_pointer": "2/participant_id",
@@ -187,15 +188,18 @@
187
188
  "DNA quality": {
188
189
  "din value": {
189
190
  "merge_pointer": "/din",
190
- "type_ref": "sample.json#properties/din"
191
+ "type_ref": "sample.json#properties/din",
192
+ "allow_empty": true
191
193
  },
192
194
  "a260/a280 value": {
193
195
  "merge_pointer": "/a260_a280",
194
- "type_ref": "sample.json#properties/a260_a280"
196
+ "type_ref": "sample.json#properties/a260_a280",
197
+ "allow_empty": true
195
198
  },
196
199
  "a260/a230 value": {
197
200
  "merge_pointer": "/a260_a230",
198
- "type_ref": "sample.json#properties/a260_a230"
201
+ "type_ref": "sample.json#properties/a260_a230",
202
+ "allow_empty": true
199
203
  }
200
204
  },
201
205
  "Filled by CIMAC Lab": {
@@ -177,7 +177,8 @@
177
177
  },
178
178
  "cohort name": {
179
179
  "merge_pointer": "2/cohort_name",
180
- "type_ref": "participant.json#properties/cohort_name"
180
+ "type_ref": "participant.json#properties/cohort_name",
181
+ "allow_empty": true
181
182
  },
182
183
  "participant ID": {
183
184
  "merge_pointer": "2/participant_id",
@@ -173,7 +173,8 @@
173
173
  },
174
174
  "cohort name": {
175
175
  "merge_pointer": "2/cohort_name",
176
- "type_ref": "participant.json#properties/cohort_name"
176
+ "type_ref": "participant.json#properties/cohort_name",
177
+ "allow_empty": true
177
178
  },
178
179
  "collection event name": {
179
180
  "merge_pointer": "/collection_event_name",
@@ -95,7 +95,8 @@
95
95
  },
96
96
  "cohort name": {
97
97
  "merge_pointer": "2/cohort_name",
98
- "type_ref": "participant.json#properties/cohort_name"
98
+ "type_ref": "participant.json#properties/cohort_name",
99
+ "allow_empty": true
99
100
  },
100
101
  "participant ID": {
101
102
  "merge_pointer": "2/participant_id",
@@ -95,7 +95,8 @@
95
95
  },
96
96
  "cohort name": {
97
97
  "merge_pointer": "2/cohort_name",
98
- "type_ref": "participant.json#properties/cohort_name"
98
+ "type_ref": "participant.json#properties/cohort_name",
99
+ "allow_empty": true
99
100
  },
100
101
  "participant ID": {
101
102
  "merge_pointer": "2/participant_id",
@@ -192,15 +193,18 @@
192
193
  "DNA quality": {
193
194
  "din value": {
194
195
  "merge_pointer": "/din",
195
- "type_ref": "sample.json#properties/din"
196
+ "type_ref": "sample.json#properties/din",
197
+ "allow_empty": true
196
198
  },
197
199
  "a260/a280 value": {
198
200
  "merge_pointer": "/a260_a280",
199
- "type_ref": "sample.json#properties/a260_a280"
201
+ "type_ref": "sample.json#properties/a260_a280",
202
+ "allow_empty": true
200
203
  },
201
204
  "a260/a230 value": {
202
205
  "merge_pointer": "/a260_a230",
203
- "type_ref": "sample.json#properties/a260_a230"
206
+ "type_ref": "sample.json#properties/a260_a230",
207
+ "allow_empty": true
204
208
  }
205
209
  },
206
210
  "Filled by CIMAC Lab": {
@@ -95,7 +95,8 @@
95
95
  },
96
96
  "cohort name": {
97
97
  "merge_pointer": "2/cohort_name",
98
- "type_ref": "participant.json#properties/cohort_name"
98
+ "type_ref": "participant.json#properties/cohort_name",
99
+ "allow_empty": true
99
100
  },
100
101
  "participant ID": {
101
102
  "merge_pointer": "2/participant_id",
@@ -232,7 +232,6 @@ def _initialize_template_schema(name: str, title: str, pointer: str):
232
232
  "rna": "RNA sequencing Level 1",
233
233
  "wes": "Whole Exome Sequencing (WES) Tumor-Normal Paired",
234
234
  "wes_tumor_only": "Whole Exome Sequencing (WES) Tumor-Only",
235
- "ctDNA": "ctDNA",
236
235
  }[name]
237
236
 
238
237
  # static