nci-cidc-schemas 0.27.20__tar.gz → 0.27.22__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 (244) hide show
  1. {nci_cidc_schemas-0.27.20/nci_cidc_schemas.egg-info → nci_cidc_schemas-0.27.22}/PKG-INFO +1 -1
  2. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/__init__.py +1 -1
  3. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/prism/constants.py +2 -0
  4. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/components/available_assays.json +11 -0
  5. nci_cidc_schemas-0.27.22/cidc_schemas/schemas/assays/components/scrnaseq_input.json +39 -0
  6. nci_cidc_schemas-0.27.22/cidc_schemas/schemas/assays/components/scrnaseq_preamble.json +65 -0
  7. nci_cidc_schemas-0.27.22/cidc_schemas/schemas/assays/scrnaseq_assay.json +74 -0
  8. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/sample.json +1 -1
  9. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/shipping_core.json +1 -1
  10. nci_cidc_schemas-0.27.22/cidc_schemas/schemas/templates/assays/scrnaseq_template.json +97 -0
  11. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/templates/manifests/normal_blood_dna_template.json +2 -1
  12. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22/nci_cidc_schemas.egg-info}/PKG-INFO +1 -1
  13. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/nci_cidc_schemas.egg-info/SOURCES.txt +4 -0
  14. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/prism/cidc_test_data/assay_data.py +110 -0
  15. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/LICENSE +0 -0
  16. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/MANIFEST.in +0 -0
  17. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/README.md +0 -0
  18. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/cli.py +0 -0
  19. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/constants.py +0 -0
  20. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/json_validation.py +0 -0
  21. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/metaschema/strict_meta_schema.json +0 -0
  22. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/migrations.py +0 -0
  23. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/pipeline_configs/rna_level1_analysis_config.yaml.j2 +0 -0
  24. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/prism/__init__.py +0 -0
  25. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/prism/core.py +0 -0
  26. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/prism/extra_metadata.py +0 -0
  27. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/prism/merger.py +0 -0
  28. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/prism/pipelines.py +0 -0
  29. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/aliquot.json +0 -0
  30. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/artifacts/artifact_bam.json +0 -0
  31. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/artifacts/artifact_bam_bai.json +0 -0
  32. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/artifacts/artifact_bed.json +0 -0
  33. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/artifacts/artifact_bigwig.json +0 -0
  34. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/artifacts/artifact_binary.json +0 -0
  35. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/artifacts/artifact_clinical_csv.json +0 -0
  36. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/artifacts/artifact_clinical_docx.json +0 -0
  37. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/artifacts/artifact_clinical_xlsx.json +0 -0
  38. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/artifacts/artifact_cncf.json +0 -0
  39. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/artifacts/artifact_cns.json +0 -0
  40. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/artifacts/artifact_core.json +0 -0
  41. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/artifacts/artifact_csv.json +0 -0
  42. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/artifacts/artifact_elisa_xlsx.json +0 -0
  43. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/artifacts/artifact_fastq_gz.json +0 -0
  44. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/artifacts/artifact_fcs.json +0 -0
  45. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/artifacts/artifact_file.json +0 -0
  46. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/artifacts/artifact_gz.json +0 -0
  47. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/artifacts/artifact_h5ad.json +0 -0
  48. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/artifacts/artifact_image.json +0 -0
  49. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/artifacts/artifact_jpg.json +0 -0
  50. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/artifacts/artifact_json.json +0 -0
  51. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/artifacts/artifact_junction.json +0 -0
  52. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/artifacts/artifact_log.json +0 -0
  53. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/artifacts/artifact_maf.json +0 -0
  54. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/artifacts/artifact_narrowPeak.json +0 -0
  55. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/artifacts/artifact_npx.json +0 -0
  56. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/artifacts/artifact_ome_tiff.json +0 -0
  57. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/artifacts/artifact_pdf.json +0 -0
  58. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/artifacts/artifact_png.json +0 -0
  59. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/artifacts/artifact_rcc.json +0 -0
  60. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/artifacts/artifact_rdata.json +0 -0
  61. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/artifacts/artifact_tbi.json +0 -0
  62. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/artifacts/artifact_text.json +0 -0
  63. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/artifacts/artifact_tsv.json +0 -0
  64. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/artifacts/artifact_vcf.json +0 -0
  65. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/artifacts/artifact_vcf_gz.json +0 -0
  66. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/artifacts/artifact_xlsx.json +0 -0
  67. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/artifacts/artifact_yaml.json +0 -0
  68. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/artifacts/artifact_zip.json +0 -0
  69. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/atacseq_assay.json +0 -0
  70. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/components/antibody.json +0 -0
  71. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/components/assay_core.json +0 -0
  72. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/components/available_ngs_analyses.json +0 -0
  73. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/components/composite_image.json +0 -0
  74. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/components/controls.json +0 -0
  75. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/components/enrichment_core.json +0 -0
  76. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/components/excluded_samples.json +0 -0
  77. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/components/hande_local_file.json +0 -0
  78. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/components/image.json +0 -0
  79. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/components/imaging/mif_entry.json +0 -0
  80. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/components/imaging/mif_export.json +0 -0
  81. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/components/imaging/mif_input.json +0 -0
  82. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/components/imaging/mif_roi.json +0 -0
  83. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/components/imaging_data.json +0 -0
  84. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/components/local_file.json +0 -0
  85. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/components/mapping.json +0 -0
  86. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/components/mibi_antibody.json +0 -0
  87. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/components/mibi_imaging/mibi_input.json +0 -0
  88. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/components/mif_antibody.json +0 -0
  89. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/components/mihc_antibody.json +0 -0
  90. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/components/mihc_input.json +0 -0
  91. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/components/multiple_local_files.json +0 -0
  92. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/components/ngs/atacseq/atacseq_analysis.json +0 -0
  93. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/components/ngs/ngs_assay_record.json +0 -0
  94. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/components/ngs/rna/fusion.json +0 -0
  95. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/components/ngs/rna/microbiome.json +0 -0
  96. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/components/ngs/rna/msisensor.json +0 -0
  97. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/components/ngs/rna/neoantigen.json +0 -0
  98. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/components/ngs/rna/rna_analysis.json +0 -0
  99. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/components/ngs/rna/rna_level1_analysis.json +0 -0
  100. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/components/ngs/rna/rseqc.json +0 -0
  101. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/components/ngs/rna/salmon.json +0 -0
  102. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/components/ngs/rna/star.json +0 -0
  103. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/components/ngs/rna/trust4.json +0 -0
  104. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/components/ngs_assay_core.json +0 -0
  105. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/components/ngs_assay_record.json +0 -0
  106. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/components/reads_core.json +0 -0
  107. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/components/reads_with_index.json +0 -0
  108. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/ctdna_assay.json +0 -0
  109. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/cytof_assay.json +0 -0
  110. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/cytof_assay_core.json +0 -0
  111. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/elisa_assay.json +0 -0
  112. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/hande_assay.json +0 -0
  113. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/ihc_assay.json +0 -0
  114. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/mibi_assay.json +0 -0
  115. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/microbiome_assay.json +0 -0
  116. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/mif_assay.json +0 -0
  117. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/mihc_assay.json +0 -0
  118. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/misc_data.json +0 -0
  119. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/nanostring_assay.json +0 -0
  120. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/olink_assay.json +0 -0
  121. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/rna_assay-v0.json +0 -0
  122. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/rna_assay.json +0 -0
  123. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/tcr_analysis.json +0 -0
  124. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/tcr_assay.json +0 -0
  125. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/wes_analysis.json +0 -0
  126. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/wes_assay.json +0 -0
  127. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/wes_core.json +0 -0
  128. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/assays/wes_tumor_only_analysis.json +0 -0
  129. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/clinical_data.json +0 -0
  130. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/clinical_trial.json +0 -0
  131. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/participant.json +0 -0
  132. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/templates/analyses/atacseq_analysis_template.json +0 -0
  133. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/templates/analyses/cytof_analysis_template.json +0 -0
  134. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/templates/analyses/rna_level1_analysis_template.json +0 -0
  135. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/templates/analyses/tcr_analysis_template.json +0 -0
  136. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/templates/analyses/wes_analysis_template.json +0 -0
  137. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/templates/analyses/wes_tumor_only_analysis_template.json +0 -0
  138. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/templates/assays/atacseq_fastq_template.json +0 -0
  139. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/templates/assays/clinical_data_template.json +0 -0
  140. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/templates/assays/ctdna_template.json +0 -0
  141. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/templates/assays/cytof_template.json +0 -0
  142. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/templates/assays/elisa_template.json +0 -0
  143. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/templates/assays/hande_template.json +0 -0
  144. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/templates/assays/ihc_template.json +0 -0
  145. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/templates/assays/mibi_template.json +0 -0
  146. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/templates/assays/microbiome_template.json +0 -0
  147. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/templates/assays/mif_template.json +0 -0
  148. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/templates/assays/mihc_template.json +0 -0
  149. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/templates/assays/misc_data_template.json +0 -0
  150. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/templates/assays/nanostring_template.json +0 -0
  151. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/templates/assays/olink_template.json +0 -0
  152. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/templates/assays/rna_bam_template.json +0 -0
  153. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/templates/assays/rna_fastq_template.json +0 -0
  154. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/templates/assays/tcr_adaptive_template.json +0 -0
  155. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/templates/assays/tcr_fastq_template.json +0 -0
  156. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/templates/assays/wes_bam_template.json +0 -0
  157. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/templates/assays/wes_fastq_template.json +0 -0
  158. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/templates/manifests/h_and_e_template.json +0 -0
  159. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/templates/manifests/microbiome_dna_template.json +0 -0
  160. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/templates/manifests/normal_tissue_dna_template.json +0 -0
  161. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/templates/manifests/pbmc_template.json +0 -0
  162. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/templates/manifests/plasma_template.json +0 -0
  163. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/templates/manifests/tissue_slide_template.json +0 -0
  164. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/templates/manifests/tumor_normal_pairing_template.json +0 -0
  165. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/templates/manifests/tumor_tissue_dna_template.json +0 -0
  166. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/schemas/templates/manifests/tumor_tissue_rna_template.json +0 -0
  167. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/template.py +0 -0
  168. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/template_reader.py +0 -0
  169. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/template_writer.py +0 -0
  170. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/unprism.py +0 -0
  171. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/cidc_schemas/util.py +0 -0
  172. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/nci_cidc_schemas.egg-info/dependency_links.txt +0 -0
  173. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/nci_cidc_schemas.egg-info/entry_points.txt +0 -0
  174. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/nci_cidc_schemas.egg-info/not-zip-safe +0 -0
  175. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/nci_cidc_schemas.egg-info/requires.txt +0 -0
  176. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/nci_cidc_schemas.egg-info/top_level.txt +0 -0
  177. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/requirements.txt +0 -0
  178. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/setup.cfg +0 -0
  179. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/setup.py +0 -0
  180. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/__init__.py +0 -0
  181. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/conftest.py +0 -0
  182. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/constants.py +0 -0
  183. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/data/clinical_test_file.1.csv +0 -0
  184. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/data/clinical_test_file.1.xlsx +0 -0
  185. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/data/clinical_test_file.2.bom.csv +0 -0
  186. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/data/clinical_test_file.2.csv +0 -0
  187. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/data/clinical_test_file.2.xlsx +0 -0
  188. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/data/clinical_test_file.3.xlsx +0 -0
  189. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/data/clinical_test_file.docx +0 -0
  190. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/data/clinicaltrial_examples/CT_1.json +0 -0
  191. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/data/clinicaltrial_examples/CT_1PA_multiWES.json +0 -0
  192. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/data/clinicaltrial_examples/CT_cytof_with_analysis.json +0 -0
  193. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/data/clinicaltrial_examples/CT_ihc.json +0 -0
  194. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/data/clinicaltrial_examples/CT_minimal.json +0 -0
  195. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/data/date_examples.xlsx +0 -0
  196. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/data/elisa_test_file.1.xlsx +0 -0
  197. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/data/elisa_test_file.2.xlsx +0 -0
  198. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/data/hande_err_template.xlsx +0 -0
  199. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/data/olink/invalid_olink_assay_1_NPX.xlsx +0 -0
  200. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/data/olink/olink_assay_1_NPX.xlsx +0 -0
  201. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/data/olink/olink_assay_2_NPX.xlsx +0 -0
  202. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/data/olink/olink_assay_combined.xlsx +0 -0
  203. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/data/pbmc_invalid.xlsx +0 -0
  204. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/data/pbmc_manifest_valid.xlsx +0 -0
  205. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/data/schemas/1.json +0 -0
  206. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/data/schemas/a.json +0 -0
  207. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/data/schemas/b.json +0 -0
  208. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/data/schemas/c.json +0 -0
  209. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/data/schemas/d1/3.json +0 -0
  210. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/data/schemas/d1/d2/2.json +0 -0
  211. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/data/schemas/invalid_ref.json +0 -0
  212. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/data/schemas/target-templates/atacseq_analysis_template.json +0 -0
  213. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/data/schemas/target-templates/rna_level1_analysis_template.json +0 -0
  214. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/data/schemas/target-templates/wes_analysis_template.json +0 -0
  215. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/data/schemas/target-templates/wes_tumor_only_analysis_template.json +0 -0
  216. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/data/tiny_invalid_manifest.xlsx +0 -0
  217. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/data/tiny_valid_manifest.xlsx +0 -0
  218. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/prism/__init__.py +0 -0
  219. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/prism/cidc_test_data/__init__.py +0 -0
  220. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/prism/cidc_test_data/analysis_data.py +0 -0
  221. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/prism/cidc_test_data/manifest_data.py +0 -0
  222. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/prism/cidc_test_data/utils.py +0 -0
  223. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/prism/schema/test_schema.json +0 -0
  224. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/prism/test_cidc_data_model.py +0 -0
  225. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/prism/test_constants.py +0 -0
  226. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/prism/test_core.py +0 -0
  227. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/prism/test_extra_metadata.py +0 -0
  228. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/prism/test_merger.py +0 -0
  229. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/prism/test_pipelines.py +0 -0
  230. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/test_artifacts.py +0 -0
  231. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/test_assays.py +0 -0
  232. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/test_clinicaltrial_examples.py +0 -0
  233. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/test_json_validation.py +0 -0
  234. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/test_migrations.py +0 -0
  235. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/test_schemas.py +0 -0
  236. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/test_strict_meta_schema.py +0 -0
  237. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/test_template.py +0 -0
  238. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/test_template_reader.py +0 -0
  239. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/test_template_writer.py +0 -0
  240. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/test_templates.py +0 -0
  241. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/test_trial_core.py +0 -0
  242. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/test_unprism.py +0 -0
  243. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/tests/test_util.py +0 -0
  244. {nci_cidc_schemas-0.27.20 → nci_cidc_schemas-0.27.22}/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.27.20
3
+ Version: 0.27.22
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
@@ -2,4 +2,4 @@
2
2
 
3
3
  __author__ = """NCI"""
4
4
  __email__ = "nci-cidc-tools-admin@mail.nih.gov"
5
- __version__ = "0.27.20"
5
+ __version__ = "0.27.22"
@@ -26,6 +26,7 @@ SUPPORTED_ASSAYS = [
26
26
  "ctdna",
27
27
  "microbiome",
28
28
  "mihc",
29
+ "scrnaseq",
29
30
  ]
30
31
 
31
32
  SUPPORTED_SHIPPING_MANIFESTS = [
@@ -93,6 +94,7 @@ ASSAY_TO_FILEPATH: Dict[str, str] = {
93
94
  "nanostring",
94
95
  "olink",
95
96
  "mihc",
97
+ "scrnaseq",
96
98
  ]
97
99
  },
98
100
  }
@@ -130,6 +130,17 @@
130
130
  "idRef": "batch_id"
131
131
  }
132
132
  },
133
+ "scrnaseq": {
134
+ "type": "array",
135
+ "description": "scRNASeq",
136
+ "items": {
137
+ "$ref": "assays/scrnaseq_assay.json"
138
+ },
139
+ "mergeStrategy": "arrayMergeById",
140
+ "mergeOptions": {
141
+ "idRef": "batch_id"
142
+ }
143
+ },
133
144
  "nanostring": {
134
145
  "type": "array",
135
146
  "description": "Nanostring",
@@ -0,0 +1,39 @@
1
+ {
2
+ "$schema": "metaschema/strict_meta_schema.json#",
3
+ "$id": "scrnaseq_input",
4
+ "title": "scRNAseq Input Files and Data",
5
+ "type": "object",
6
+ "description": "scRNAseq assay input files and data",
7
+ "inheritableBase": true,
8
+ "properties": {
9
+ "lane": {
10
+ "description": "Lane used for this run",
11
+ "type": "string"
12
+ },
13
+ "read_1_file": {
14
+ "description": "Contains the cell barcode and unique molecular identifier",
15
+ "$ref": "artifacts/artifact_gz.json"
16
+ },
17
+ "read_2_file": {
18
+ "description": "Contains the cDNA (transcript) sequence",
19
+ "$ref": "artifacts/artifact_gz.json"
20
+ },
21
+ "library_yield_ng": {
22
+ "description": "Resulting yield (in ng) from library construction.",
23
+ "type": "number"
24
+ },
25
+ "rin": {
26
+ "description": "RNA integrity number. (0-10)",
27
+ "type": "number",
28
+ "minimum": 0,
29
+ "maximum": 10
30
+ }
31
+ },
32
+ "required": [
33
+ "lane",
34
+ "read_1_file",
35
+ "read_2_file",
36
+ "library_yield_ng",
37
+ "rin"
38
+ ]
39
+ }
@@ -0,0 +1,65 @@
1
+ {
2
+ "$schema": "metaschema/strict_meta_schema.json#",
3
+ "$id": "scrnaseq_preamble",
4
+ "title": "ScRNA Preamble",
5
+ "description": "Preamble information in an scRNAseq assay",
6
+ "type": "object",
7
+ "inheritableBase": true,
8
+ "properties": {
9
+ "azimuth_reference": {
10
+ "description": "Cell type annotation will be performed with this Azimuth reference for all samples in the batch.",
11
+ "type": "string",
12
+ "enum": [
13
+ "adiposeref",
14
+ "bonemarrowref",
15
+ "fetusref",
16
+ "heartref",
17
+ "humancortexref",
18
+ "kidneyref",
19
+ "lungref",
20
+ "pancreasref",
21
+ "pbmcref",
22
+ "tonsilref",
23
+ "none"
24
+ ]
25
+ },
26
+ "tabula_sapiens_reference": {
27
+ "description": "Cell type annotation will be performed with this Tabula Sapiens reference for all samples in the batch.",
28
+ "type": "string",
29
+ "enum": [
30
+ "bladder",
31
+ "blood",
32
+ "bone marrow",
33
+ "eye",
34
+ "fat",
35
+ "immune",
36
+ "mammary",
37
+ "prostrate",
38
+ "skin",
39
+ "endothelial",
40
+ "none"
41
+ ]
42
+ },
43
+ "assay_chemistry_version": {
44
+ "description": "The specific version of the 10x Genomics single-cell gene expression assay chemistry used to prepare and sequence a sample.",
45
+ "type": "string",
46
+ "enum": [
47
+ "Single Cell 3' v2",
48
+ "Single Cell 3' v3",
49
+ "Single Cell 3' v3.1",
50
+ "Single Cell 3' HT v3.1",
51
+ "Single Cell 3' v4"
52
+ ]
53
+ },
54
+ "barcode_include_file_version": {
55
+ "description": "Barcode inclusion file version for the 10x Genomics single-cell gene expression assay. Refer to https://kb.10xgenomics.com/hc/en-us/articles/115004506263-What-is-a-barcode-whitelist for more information. '2' for 737K-august-2016.txt (Single Cell 3' v2), '3' for 3M-february-2018.txt.gz (Single Cell 3' v3, Single Cell 3' v3.1, Single Cell 3' HT v3.1), '4' for 3M-3pgex-may-2023.txt.gz (Single Cell 3' v4)",
56
+ "type": "string",
57
+ "enum": ["2","3","4"]
58
+ },
59
+
60
+ "total_barcode_and_umi_length_in_read": {
61
+ "description": "Should be a a positive integer around 26-28 bp. Equals to the sum of the cell barcode and the unique molecular identifier (UMI) in read 1.",
62
+ "type": "integer"
63
+ }
64
+ }
65
+ }
@@ -0,0 +1,74 @@
1
+ {
2
+ "$schema": "metaschema/strict_meta_schema.json#",
3
+ "$id": "scrnaseq_assay",
4
+ "title": "scRNAseq Assay",
5
+ "type": "object",
6
+ "$comment": "description used in docs/index.html and docs/assays.scrnaseq.html",
7
+ "description": "Single Cell RNA Sequencing (scRNAseq) assay",
8
+ "additionalProperties": false,
9
+ "definitions": {
10
+ "record": {
11
+ "type": "object",
12
+ "mergeStrategy": "objectMerge",
13
+ "description": "A single data record from a scRNAseq 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/scrnaseq_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
+ "azimuth_reference": {
39
+ "$ref": "assays/components/scrnaseq_preamble.json#properties/azimuth_reference"
40
+ },
41
+ "tabula_sapiens_reference": {
42
+ "$ref": "assays/components/scrnaseq_preamble.json#properties/tabula_sapiens_reference"
43
+ },
44
+ "assay_chemistry_version": {
45
+ "$ref": "assays/components/scrnaseq_preamble.json#properties/assay_chemistry_version"
46
+ },
47
+ "barcode_include_file_version": {
48
+ "$ref": "assays/components/scrnaseq_preamble.json#properties/barcode_include_file_version"
49
+ },
50
+ "total_barcode_and_umi_length_in_read": {
51
+ "$ref": "assays/components/scrnaseq_preamble.json#properties/total_barcode_and_umi_length_in_read"
52
+ },
53
+
54
+ "samples_metadata_csv": {"$ref": "artifacts/artifact_csv.json"},
55
+
56
+
57
+ "records": {
58
+ "type": "array",
59
+ "description": "A single data record from a scrnaseq assay.",
60
+ "items": {
61
+ "$ref": "assays/scrnaseq_assay.json#definitions/record"
62
+ },
63
+ "mergeStrategy": "append"
64
+ }
65
+ },
66
+ "required": [
67
+ "assay_creator",
68
+ "batch_id",
69
+ "assay_chemistry_version",
70
+ "barcode_include_file_version",
71
+ "samples_metadata_csv",
72
+ "records"
73
+ ]
74
+ }
@@ -6,7 +6,7 @@
6
6
 
7
7
  "$comment": "description used in docs/index.html and docs/sample.html",
8
8
  "description": "Any material sample taken from a biological entity for testing, diagnostic, propagation, treatment or research purposes, including a sample obtained from a living organism or taken from the biological object after halting of all its life functions. Biospecimen can contain one or more components including but not limited to cellular molecules, cells, tissues, organs, body fluids, embryos, and body excretory products.",
9
-
9
+
10
10
  "properties": {
11
11
  "cimac_id": {
12
12
  "description": "Specimen identifier assigned by the CIMAC-CIDC Network. Formatted as CTTTPPPSS.AA for trial code TTT, participant PPP, sample SS, and aliquot AA.",
@@ -60,7 +60,7 @@
60
60
  "Nanostring",
61
61
  "NULISA",
62
62
  "MIBI",
63
- "scRNA-Seq",
63
+ "scRNAseq",
64
64
  "snRNA-Seq",
65
65
  "Visium"
66
66
  ]
@@ -0,0 +1,97 @@
1
+ { "title": "scRNAseq assay template",
2
+ "description": "Single Cell RNA Sequencing (scRNAseq) submission.",
3
+ "prism_template_root_object_schema": "assays/scrnaseq_assay.json",
4
+ "prism_template_root_object_pointer": "/assays/scrnaseq/0",
5
+ "properties":
6
+ {
7
+ "worksheets":
8
+ {
9
+ "scRNAseq":
10
+ {
11
+ "preamble_rows":
12
+ {
13
+ "protocol identifier":
14
+ {
15
+ "merge_pointer": "3/protocol_identifier",
16
+ "type_ref": "clinical_trial.json#properties/protocol_identifier"
17
+ },
18
+ "assay creator":
19
+ {
20
+ "merge_pointer": "0/assay_creator",
21
+ "type_ref": "assays/scrnaseq_assay.json#properties/assay_creator"
22
+ },
23
+ "batch id": {
24
+ "merge_pointer": "0/batch_id",
25
+ "type_ref": "assays/scrnaseq_assay.json#properties/batch_id"
26
+ },
27
+ "azimuth reference": {
28
+ "merge_pointer": "0/azimuth_reference",
29
+ "type_ref": "assays/components/scrnaseq_preamble.json#properties/azimuth_reference",
30
+ "allow_empty": true
31
+ },
32
+ "tabula sapiens reference": {
33
+ "merge_pointer": "0/tabula_sapiens_reference",
34
+ "type_ref": "assays/components/scrnaseq_preamble.json#properties/tabula_sapiens_reference",
35
+ "allow_empty": true
36
+ },
37
+ "assay chemistry version": {
38
+ "merge_pointer": "0/assay_chemistry_version",
39
+ "type_ref": "assays/components/scrnaseq_preamble.json#properties/assay_chemistry_version"
40
+ },
41
+ "barcode include file version": {
42
+ "merge_pointer": "0/barcode_include_file_version",
43
+ "type_ref": "assays/components/scrnaseq_preamble.json#properties/barcode_include_file_version"
44
+ },
45
+ "total barcode and umi length in read 1": {
46
+ "merge_pointer": "0/total_barcode_and_umi_length_in_read",
47
+ "type_ref": "assays/components/scrnaseq_preamble.json#properties/total_barcode_and_umi_length_in_read"
48
+ },
49
+ "sample metadata csv": {
50
+ "merge_pointer": "0/samples_metadata_csv",
51
+ "gcs_uri_format": "{protocol identifier}/scrnaseq/{batch id}/samples_metadata.csv",
52
+ "is_artifact": 1,
53
+ "type_ref": "assays/components/local_file.json#properties/file_path"
54
+ }
55
+ },
56
+ "prism_data_object_pointer": "/records/-",
57
+ "data_columns":
58
+ {
59
+ "Samples":
60
+ {
61
+ "Cimac ID":
62
+ {
63
+ "merge_pointer": "0/cimac_id",
64
+ "type_ref": "sample.json#properties/cimac_id"
65
+ },
66
+ "Lane": {
67
+ "merge_pointer": "0/details/lane",
68
+ "type": "string"
69
+ },
70
+ "Read 1": {
71
+ "merge_pointer": "0/details/read_1_file",
72
+ "is_artifact": 1,
73
+ "gcs_uri_format": "{protocol identifier}/scrnaseq/{batch id}/{cimac id}/read_1.gz",
74
+ "type_ref": "assays/components/local_file.json#properties/file_path"
75
+ },
76
+ "Read 2": {
77
+ "merge_pointer": "0/details/read_2_file",
78
+ "is_artifact": 1,
79
+ "gcs_uri_format": "{protocol identifier}/scrnaseq/{batch id}/{cimac id}/read_1.gz",
80
+ "type_ref": "assays/components/local_file.json#properties/file_path"
81
+ },
82
+ "library yield ng": {
83
+ "merge_pointer": "0/details/library_yield_ng",
84
+ "type_ref": "assays/components/scrnaseq_input.json#properties/library_yield_ng",
85
+ "allow_empty": true
86
+ },
87
+ "rin": {
88
+ "merge_pointer": "0/details/rin",
89
+ "type_ref": "assays/components/scrnaseq_input.json#properties/rin",
90
+ "allow_empty": true
91
+ }
92
+ }
93
+ }
94
+ }
95
+ }
96
+ }
97
+ }
@@ -219,7 +219,8 @@
219
219
  },
220
220
  "type of tumor sample": {
221
221
  "merge_pointer": "/type_of_tumor_sample",
222
- "type_ref": "sample.json#properties/type_of_tumor_sample"
222
+ "type_ref": "sample.json#properties/type_of_tumor_sample",
223
+ "allow_empty": true
223
224
  },
224
225
  "sample collection procedure": {
225
226
  "merge_pointer": "/sample_collection_procedure",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nci_cidc_schemas
3
- Version: 0.27.20
3
+ Version: 0.27.22
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
@@ -83,6 +83,7 @@ cidc_schemas/schemas/assays/nanostring_assay.json
83
83
  cidc_schemas/schemas/assays/olink_assay.json
84
84
  cidc_schemas/schemas/assays/rna_assay-v0.json
85
85
  cidc_schemas/schemas/assays/rna_assay.json
86
+ cidc_schemas/schemas/assays/scrnaseq_assay.json
86
87
  cidc_schemas/schemas/assays/tcr_analysis.json
87
88
  cidc_schemas/schemas/assays/tcr_assay.json
88
89
  cidc_schemas/schemas/assays/wes_analysis.json
@@ -111,6 +112,8 @@ cidc_schemas/schemas/assays/components/ngs_assay_core.json
111
112
  cidc_schemas/schemas/assays/components/ngs_assay_record.json
112
113
  cidc_schemas/schemas/assays/components/reads_core.json
113
114
  cidc_schemas/schemas/assays/components/reads_with_index.json
115
+ cidc_schemas/schemas/assays/components/scrnaseq_input.json
116
+ cidc_schemas/schemas/assays/components/scrnaseq_preamble.json
114
117
  cidc_schemas/schemas/assays/components/imaging/mif_entry.json
115
118
  cidc_schemas/schemas/assays/components/imaging/mif_export.json
116
119
  cidc_schemas/schemas/assays/components/imaging/mif_input.json
@@ -150,6 +153,7 @@ cidc_schemas/schemas/templates/assays/nanostring_template.json
150
153
  cidc_schemas/schemas/templates/assays/olink_template.json
151
154
  cidc_schemas/schemas/templates/assays/rna_bam_template.json
152
155
  cidc_schemas/schemas/templates/assays/rna_fastq_template.json
156
+ cidc_schemas/schemas/templates/assays/scrnaseq_template.json
153
157
  cidc_schemas/schemas/templates/assays/tcr_adaptive_template.json
154
158
  cidc_schemas/schemas/templates/assays/tcr_fastq_template.json
155
159
  cidc_schemas/schemas/templates/assays/wes_bam_template.json
@@ -3683,6 +3683,116 @@ def nanostring() -> PrismTestData:
3683
3683
  )
3684
3684
 
3685
3685
 
3686
+ @assay_data_generator
3687
+ def scrnaseq() -> PrismTestData:
3688
+ upload_type = "scrnaseq"
3689
+ prismify_args = get_prismify_args(upload_type)
3690
+ prismify_patch = {
3691
+ "protocol_identifier": "test_prism_trial_id",
3692
+ "assays": {
3693
+ "scrnaseq": [
3694
+ {
3695
+ "assay_creator": "DFCI",
3696
+ "batch_id": "test_batch",
3697
+ "azimuth_reference": "adiposeref",
3698
+ "tabula_sapiens_reference": "bladder",
3699
+ "assay_chemistry_version": "Single Cell 3' v2",
3700
+ "barcode_include_file_version": "2",
3701
+ "total_barcode_and_umi_length_in_read": 13456789012,
3702
+ "samples_metadata_csv": {
3703
+ "upload_placeholder": "d658b480-ed78-4717-b622-3e222333"
3704
+ },
3705
+ "records": [
3706
+ {
3707
+ "cimac_id": "CTTTPP121.01",
3708
+ "details": {
3709
+ "lane": "1",
3710
+ "read_1_file": {
3711
+ "upload_placeholder": "4e9d0a47-90dc-4134-9ad6-3e3dd836111"
3712
+ },
3713
+ "read_2_file": {
3714
+ "upload_placeholder": "4e9d0a47-90dc-4134-9ad6-3e3dd836222"
3715
+ },
3716
+ "library_yield_ng": 32,
3717
+ "rin": 3,
3718
+ },
3719
+ },
3720
+ {
3721
+ "cimac_id": "CTTTPP122.01",
3722
+ "details": {
3723
+ "lane": "2",
3724
+ "read_1_file": {
3725
+ "upload_placeholder": "4e9d0a47-90dc-4134-9ad6-3e3dd836333"
3726
+ },
3727
+ "read_2_file": {
3728
+ "upload_placeholder": "4e9d0a47-90dc-4134-9ad6-3e3dd836444"
3729
+ },
3730
+ "library_yield_ng": 33,
3731
+ "rin": 8,
3732
+ },
3733
+ },
3734
+ ],
3735
+ }
3736
+ ]
3737
+ },
3738
+ }
3739
+ upload_entries = [
3740
+ LocalFileUploadEntry(
3741
+ local_path="samples.csv",
3742
+ upload_placeholder="d658b480-ed78-4717-b622-3e222333",
3743
+ gs_key="test_prism_trial_id/scrnaseq/test_batch/samples_metadata.csv",
3744
+ metadata_availability=False,
3745
+ allow_empty=False,
3746
+ ),
3747
+ LocalFileUploadEntry(
3748
+ local_path="1_1.gz",
3749
+ upload_placeholder="4e9d0a47-90dc-4134-9ad6-3e3dd836111",
3750
+ gs_key="test_prism_trial_id/scrnaseq/test_batch/CTTTPP121.01/read_1.gz",
3751
+ metadata_availability=False,
3752
+ allow_empty=False,
3753
+ ),
3754
+ LocalFileUploadEntry(
3755
+ local_path="1_2.gz",
3756
+ upload_placeholder="4e9d0a47-90dc-4134-9ad6-3e3dd836222",
3757
+ gs_key="test_prism_trial_id/scrnaseq/test_batch/CTTTPP121.01/read_2.gz",
3758
+ metadata_availability=False,
3759
+ allow_empty=False,
3760
+ ),
3761
+ LocalFileUploadEntry(
3762
+ local_path="2_1.gz",
3763
+ upload_placeholder="4e9d0a47-90dc-4134-9ad6-3e3dd836333",
3764
+ gs_key="test_prism_trial_id/scrnaseq/test_batch/CTTTPP122.01/read_1.gz",
3765
+ metadata_availability=False,
3766
+ allow_empty=False,
3767
+ ),
3768
+ LocalFileUploadEntry(
3769
+ local_path="2_2.gz",
3770
+ upload_placeholder="4e9d0a47-90dc-4134-9ad6-3e3dd836444",
3771
+ gs_key="test_prism_trial_id/scrnaseq/test_batch/CTTTPP122.01/read_2.gz",
3772
+ metadata_availability=False,
3773
+ allow_empty=False,
3774
+ ),
3775
+ ]
3776
+
3777
+ cimac_ids = [
3778
+ record["cimac_id"]
3779
+ for batch in prismify_patch["assays"]["scrnaseq"]
3780
+ for record in batch["records"]
3781
+ ]
3782
+ base_trial = get_test_trial(cimac_ids)
3783
+
3784
+ target_trial = copy_dict_with_branch(base_trial, prismify_patch, "assays")
3785
+
3786
+ return PrismTestData(
3787
+ upload_type,
3788
+ prismify_args,
3789
+ prismify_patch,
3790
+ upload_entries,
3791
+ base_trial,
3792
+ target_trial,
3793
+ )
3794
+
3795
+
3686
3796
  @assay_data_generator
3687
3797
  def ctdna() -> PrismTestData:
3688
3798
  upload_type = "ctdna"