nci-cidc-schemas 0.28.7__py2.py3-none-any.whl → 0.28.13__py2.py3-none-any.whl

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.
Files changed (83) hide show
  1. cidc_schemas/__init__.py +1 -1
  2. cidc_schemas/ngs_pipeline_api/__init__.py +0 -1
  3. cidc_schemas/ngs_pipeline_api/wes/wes_output_API.py +1 -1
  4. cidc_schemas/prism/constants.py +5 -8
  5. cidc_schemas/prism/pipelines.py +2 -24
  6. cidc_schemas/schemas/artifacts/artifact_parquet.json +51 -0
  7. cidc_schemas/schemas/assays/atacseq_assay.json +4 -0
  8. cidc_schemas/schemas/assays/components/available_assays.json +23 -2
  9. cidc_schemas/schemas/assays/components/ngs/atacseq/atacseq_analysis.json +4 -0
  10. cidc_schemas/schemas/assays/components/ngs/rna/rna_analysis.json +10 -1
  11. cidc_schemas/schemas/assays/components/ngs_assay_core.json +2 -1
  12. cidc_schemas/schemas/assays/ctdna_assay.json +4 -0
  13. cidc_schemas/schemas/assays/cytof_assay.json +4 -0
  14. cidc_schemas/schemas/assays/cytof_assay_core.json +4 -0
  15. cidc_schemas/schemas/assays/elisa_assay.json +8 -4
  16. cidc_schemas/schemas/assays/hande_assay.json +10 -1
  17. cidc_schemas/schemas/assays/ihc_assay.json +9 -1
  18. cidc_schemas/schemas/assays/maldi_glycan_assay.json +4 -0
  19. cidc_schemas/schemas/assays/mibi_assay.json +4 -0
  20. cidc_schemas/schemas/assays/microbiome_assay.json +5 -1
  21. cidc_schemas/schemas/assays/mif_assay.json +10 -3
  22. cidc_schemas/schemas/assays/mihc_assay.json +4 -1
  23. cidc_schemas/schemas/assays/misc_data.json +9 -1
  24. cidc_schemas/schemas/assays/nanostring_assay.json +5 -1
  25. cidc_schemas/schemas/assays/nulisa_assay.json +4 -0
  26. cidc_schemas/schemas/assays/olink_assay.json +4 -0
  27. cidc_schemas/schemas/assays/olink_ht_assay.json +100 -0
  28. cidc_schemas/schemas/assays/rna_assay-v0.json +9 -0
  29. cidc_schemas/schemas/assays/scrnaseq_analysis.json +4 -0
  30. cidc_schemas/schemas/assays/scrnaseq_assay.json +4 -0
  31. cidc_schemas/schemas/assays/tcr_analysis.json +4 -0
  32. cidc_schemas/schemas/assays/tcr_assay.json +4 -0
  33. cidc_schemas/schemas/assays/tcrseq_rna_assay.json +64 -0
  34. cidc_schemas/schemas/assays/visium_analysis.json +4 -0
  35. cidc_schemas/schemas/assays/visium_assay.json +4 -0
  36. cidc_schemas/schemas/assays/wes_analysis.json +9 -1
  37. cidc_schemas/schemas/assays/wes_assay.json +25 -3
  38. cidc_schemas/schemas/assays/wes_tumor_only_analysis.json +9 -1
  39. cidc_schemas/schemas/clinical_data.json +8 -0
  40. cidc_schemas/schemas/shipping_core.json +3 -2
  41. cidc_schemas/schemas/templates/analyses/atacseq_analysis_template.json +6 -2
  42. cidc_schemas/schemas/templates/analyses/cytof_analysis_template.json +16 -12
  43. cidc_schemas/schemas/templates/analyses/rna_level1_analysis_template.json +9 -1
  44. cidc_schemas/schemas/templates/analyses/scrnaseq_analysis_template.json +32 -28
  45. cidc_schemas/schemas/templates/analyses/tcr_analysis_template.json +9 -5
  46. cidc_schemas/schemas/templates/analyses/visium_analysis_template.json +11 -7
  47. cidc_schemas/schemas/templates/analyses/wes_analysis_template.json +9 -1
  48. cidc_schemas/schemas/templates/analyses/wes_tumor_only_analysis_template.json +9 -1
  49. cidc_schemas/schemas/templates/assays/atacseq_fastq_template.json +6 -2
  50. cidc_schemas/schemas/templates/assays/clinical_data_template.json +8 -0
  51. cidc_schemas/schemas/templates/assays/ctdna_template.json +15 -11
  52. cidc_schemas/schemas/templates/assays/cytof_template.json +9 -4
  53. cidc_schemas/schemas/templates/assays/elisa_template.json +8 -4
  54. cidc_schemas/schemas/templates/assays/hande_template.json +8 -0
  55. cidc_schemas/schemas/templates/assays/ihc_template.json +8 -0
  56. cidc_schemas/schemas/templates/assays/maldi_glycan_template.json +11 -7
  57. cidc_schemas/schemas/templates/assays/mibi_template.json +8 -4
  58. cidc_schemas/schemas/templates/assays/microbiome_template.json +12 -8
  59. cidc_schemas/schemas/templates/assays/mif_template.json +8 -0
  60. cidc_schemas/schemas/templates/assays/mihc_template.json +6 -2
  61. cidc_schemas/schemas/templates/assays/misc_data_template.json +8 -0
  62. cidc_schemas/schemas/templates/assays/nanostring_template.json +10 -6
  63. cidc_schemas/schemas/templates/assays/nulisa_template.json +8 -4
  64. cidc_schemas/schemas/templates/assays/olink_ht_template.json +86 -0
  65. cidc_schemas/schemas/templates/assays/olink_template.json +8 -4
  66. cidc_schemas/schemas/templates/assays/rna_bam_template.json +9 -1
  67. cidc_schemas/schemas/templates/assays/rna_fastq_template.json +9 -1
  68. cidc_schemas/schemas/templates/assays/scrnaseq_template.json +8 -4
  69. cidc_schemas/schemas/templates/assays/tcr_adaptive_template.json +9 -5
  70. cidc_schemas/schemas/templates/assays/tcr_fastq_template.json +10 -6
  71. cidc_schemas/schemas/templates/assays/tcrseq_rna_template.json +59 -0
  72. cidc_schemas/schemas/templates/assays/visium_template.json +13 -9
  73. cidc_schemas/schemas/templates/assays/wes_bam_template.json +8 -0
  74. cidc_schemas/schemas/templates/assays/wes_fastq_template.json +8 -0
  75. cidc_schemas/template.py +0 -4
  76. cidc_schemas/unprism.py +3 -3
  77. {nci_cidc_schemas-0.28.7.dist-info → nci_cidc_schemas-0.28.13.dist-info}/METADATA +12 -12
  78. {nci_cidc_schemas-0.28.7.dist-info → nci_cidc_schemas-0.28.13.dist-info}/RECORD +82 -78
  79. {nci_cidc_schemas-0.28.7.dist-info → nci_cidc_schemas-0.28.13.dist-info}/WHEEL +1 -1
  80. cidc_schemas/schemas/templates/manifests/tumor_normal_pairing_template.json +0 -63
  81. {nci_cidc_schemas-0.28.7.dist-info → nci_cidc_schemas-0.28.13.dist-info}/entry_points.txt +0 -0
  82. {nci_cidc_schemas-0.28.7.dist-info → nci_cidc_schemas-0.28.13.dist-info}/licenses/LICENSE +0 -0
  83. {nci_cidc_schemas-0.28.7.dist-info → nci_cidc_schemas-0.28.13.dist-info}/top_level.txt +0 -0
@@ -16,62 +16,66 @@
16
16
  "type": "string",
17
17
  "allow_empty": true
18
18
  },
19
- "batch id": {
19
+ "CIMAC Batch ID": {
20
20
  "merge_pointer": "0/batch_id",
21
21
  "type_ref": "assays/scrnaseq_assay.json#properties/batch_id"
22
22
  },
23
+ "CIDC Submission ID": {
24
+ "merge_pointer": "0/optional_id",
25
+ "type_ref": "assays/scrnaseq_assay.json#properties/optional_id"
26
+ },
23
27
  "samples metadata csv": {
24
28
  "merge_pointer": "0/samples_metadata_csv",
25
29
  "type_ref": "assays/components/local_file.json#properties/file_path",
26
- "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{batch id}/samples_metadata.csv",
30
+ "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{cimac batch id}/samples_metadata.csv",
27
31
  "is_artifact": 1
28
32
  },
29
33
  "config yaml": {
30
34
  "merge_pointer": "0/config_yaml",
31
35
  "type_ref": "assays/components/local_file.json#properties/file_path",
32
- "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{batch id}/config.yaml",
36
+ "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{cimac batch id}/config.yaml",
33
37
  "is_artifact": 1
34
38
  },
35
39
  "r package versions": {
36
40
  "merge_pointer": "0/r_package_versions",
37
41
  "type_ref": "assays/components/local_file.json#properties/file_path",
38
- "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{batch id}/R_package_versions.csv",
42
+ "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{cimac batch id}/R_package_versions.csv",
39
43
  "is_artifact": 1
40
44
  },
41
45
  "integration rds": {
42
46
  "merge_pointer": "0/integration_rds",
43
47
  "type_ref": "assays/components/local_file.json#properties/file_path",
44
- "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{batch id}/integration.rds",
48
+ "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{cimac batch id}/integration.rds",
45
49
  "is_artifact": 1
46
50
  },
47
51
  "integration heatmap plots": {
48
52
  "merge_pointer": "0/integration_heatmap_plots",
49
53
  "type_ref": "assays/components/local_file.json#properties/file_path",
50
- "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{batch id}/integration_heatmap_plots.zip",
54
+ "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{cimac batch id}/integration_heatmap_plots.zip",
51
55
  "is_artifact": 1
52
56
  },
53
57
  "integration markers zip": {
54
58
  "merge_pointer": "0/integration_markers_zip",
55
59
  "type_ref": "assays/components/local_file.json#properties/file_path",
56
- "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{batch id}/integration_markers.zip",
60
+ "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{cimac batch id}/integration_markers.zip",
57
61
  "is_artifact": 1
58
62
  },
59
63
  "integration split percent plots": {
60
64
  "merge_pointer": "0/integration_split_percent_plots",
61
65
  "type_ref": "assays/components/local_file.json#properties/file_path",
62
- "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{batch id}/integration_split_percent_plots.zip",
66
+ "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{cimac batch id}/integration_split_percent_plots.zip",
63
67
  "is_artifact": 1
64
68
  },
65
69
  "integration split umap plots": {
66
70
  "merge_pointer": "0/integration_split_umap_plots",
67
71
  "type_ref": "assays/components/local_file.json#properties/file_path",
68
- "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{batch id}/integration_split_umap_plots.zip",
72
+ "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{cimac batch id}/integration_split_umap_plots.zip",
69
73
  "is_artifact": 1
70
74
  },
71
75
  "integration umap plots": {
72
76
  "merge_pointer": "0/integration_umap_plots",
73
77
  "type_ref": "assays/components/local_file.json#properties/file_path",
74
- "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{batch id}/integration_umap_plots.zip",
78
+ "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{cimac batch id}/integration_umap_plots.zip",
75
79
  "is_artifact": 1
76
80
  }
77
81
  },
@@ -85,126 +89,126 @@
85
89
  {
86
90
  "parse_through": "lambda id: f'{folder or \"\"}clustering/{id}_clustering.rds'",
87
91
  "merge_pointer": "0/clustering_rds",
88
- "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{batch id}/{cimac id}/clustering.rds",
92
+ "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{cimac batch id}/{cimac id}/clustering.rds",
89
93
  "type_ref": "assays/components/local_file.json#properties/file_path",
90
94
  "is_artifact": 1
91
95
  },
92
96
  {
93
97
  "parse_through": "lambda id: f'{folder or \"\"}report/{id}_report.html'",
94
98
  "merge_pointer": "0/report_html",
95
- "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{batch id}/{cimac id}/report.html",
99
+ "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{cimac batch id}/{cimac id}/report.html",
96
100
  "type_ref": "assays/components/local_file.json#properties/file_path",
97
101
  "is_artifact": 1
98
102
  },
99
103
  {
100
104
  "parse_through": "lambda id: f'{folder or \"\"}star/{id}.Aligned.sortedByCoord.out.bam'",
101
105
  "merge_pointer": "0/star_sorted_by_coord_bam",
102
- "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{batch id}/{cimac id}/star_sorted_by_cord.bam",
106
+ "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{cimac batch id}/{cimac id}/star_sorted_by_cord.bam",
103
107
  "type_ref": "assays/components/local_file.json#properties/file_path",
104
108
  "is_artifact": 1
105
109
  },
106
110
  {
107
111
  "parse_through": "lambda id: f'{folder or \"\"}star/{id}.Aligned.sortedByCoord.out.bam.bai'",
108
112
  "merge_pointer": "0/star_sorted_by_coord_bam_bai",
109
- "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{batch id}/{cimac id}/star_sorted_by_cord.bam.bai",
113
+ "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{cimac batch id}/{cimac id}/star_sorted_by_cord.bam.bai",
110
114
  "type_ref": "assays/components/local_file.json#properties/file_path",
111
115
  "is_artifact": 1
112
116
  },
113
117
  {
114
118
  "parse_through": "lambda id: f'{folder or \"\"}star/{id}.Log.final.out'",
115
119
  "merge_pointer": "0/star_log_final_out",
116
- "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{batch id}/{cimac id}/log_final.out",
120
+ "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{cimac batch id}/{cimac id}/log_final.out",
117
121
  "type_ref": "assays/components/local_file.json#properties/file_path",
118
122
  "is_artifact": 1
119
123
  },
120
124
  {
121
125
  "parse_through": "lambda id: f'{folder or \"\"}star/{id}.Log.out'",
122
126
  "merge_pointer": "0/star_log_out",
123
- "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{batch id}/{cimac id}/log.out",
127
+ "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{cimac batch id}/{cimac id}/log.out",
124
128
  "type_ref": "assays/components/local_file.json#properties/file_path",
125
129
  "is_artifact": 1
126
130
  },
127
131
  {
128
132
  "parse_through": "lambda id: f'{folder or \"\"}star/{id}.Log.progress.out'",
129
133
  "merge_pointer": "0/star_log_progress_out",
130
- "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{batch id}/{cimac id}/log_progress.out",
134
+ "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{cimac batch id}/{cimac id}/log_progress.out",
131
135
  "type_ref": "assays/components/local_file.json#properties/file_path",
132
136
  "is_artifact": 1
133
137
  },
134
138
  {
135
139
  "parse_through": "lambda id: f'{folder or \"\"}star/{id}.SJ.out.tab'",
136
140
  "merge_pointer": "0/star_sj_out",
137
- "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{batch id}/{cimac id}/sj_out.tab",
141
+ "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{cimac batch id}/{cimac id}/sj_out.tab",
138
142
  "type_ref": "assays/components/local_file.json#properties/file_path",
139
143
  "is_artifact": 1
140
144
  },
141
145
  {
142
146
  "parse_through": "lambda id: f'{folder or \"\"}star/{id}.Solo.out/Barcodes.stats'",
143
147
  "merge_pointer": "0/star_barcode_stats",
144
- "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{batch id}/{cimac id}/barcodes.stats",
148
+ "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{cimac batch id}/{cimac id}/barcodes.stats",
145
149
  "type_ref": "assays/components/local_file.json#properties/file_path",
146
150
  "is_artifact": 1
147
151
  },
148
152
  {
149
153
  "parse_through": "lambda id: f'{folder or \"\"}star/{id}.Solo.out/Gene/Features.stats'",
150
154
  "merge_pointer": "0/star_gene_features_stats",
151
- "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{batch id}/{cimac id}/gene_features.stats",
155
+ "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{cimac batch id}/{cimac id}/gene_features.stats",
152
156
  "type_ref": "assays/components/local_file.json#properties/file_path",
153
157
  "is_artifact": 1
154
158
  },
155
159
  {
156
160
  "parse_through": "lambda id: f'{folder or \"\"}star/{id}.Solo.out/Gene/Summary.csv'",
157
161
  "merge_pointer": "0/star_gene_summary_csv",
158
- "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{batch id}/{cimac id}/gene_summary.csv",
162
+ "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{cimac batch id}/{cimac id}/gene_summary.csv",
159
163
  "type_ref": "assays/components/local_file.json#properties/file_path",
160
164
  "is_artifact": 1
161
165
  },
162
166
  {
163
167
  "parse_through": "lambda id: f'{folder or \"\"}star/{id}.Solo.out/Gene/UMIperCellSorted.txt'",
164
168
  "merge_pointer": "0/star_gene_umi_per_cell_sorted",
165
- "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{batch id}/{cimac id}/gene_umi_per_cell_sorted.txt",
169
+ "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{cimac batch id}/{cimac id}/gene_umi_per_cell_sorted.txt",
166
170
  "type_ref": "assays/components/local_file.json#properties/file_path",
167
171
  "is_artifact": 1
168
172
  },
169
173
  {
170
174
  "parse_through": "lambda id: f'{folder or \"\"}star/{id}.Solo.out/Gene/filtered/features.tsv'",
171
175
  "merge_pointer": "0/star_gene_filtered_features_tsv",
172
- "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{batch id}/{cimac id}/gene_filtered_features.tsv",
176
+ "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{cimac batch id}/{cimac id}/gene_filtered_features.tsv",
173
177
  "type_ref": "assays/components/local_file.json#properties/file_path",
174
178
  "is_artifact": 1
175
179
  },
176
180
  {
177
181
  "parse_through": "lambda id: f'{folder or \"\"}star/{id}.Solo.out/Gene/filtered/barcodes.tsv'",
178
182
  "merge_pointer": "0/star_gene_filtered_barcodes",
179
- "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{batch id}/{cimac id}/gene_filtered_barcodes.tsv",
183
+ "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{cimac batch id}/{cimac id}/gene_filtered_barcodes.tsv",
180
184
  "type_ref": "assays/components/local_file.json#properties/file_path",
181
185
  "is_artifact": 1
182
186
  },
183
187
  {
184
188
  "parse_through": "lambda id: f'{folder or \"\"}star/{id}.Solo.out/Gene/filtered/matrix.mtx'",
185
189
  "merge_pointer": "0/star_gene_filtered_matrix",
186
- "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{batch id}/{cimac id}/gene_filtered_matrix.mtx",
190
+ "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{cimac batch id}/{cimac id}/gene_filtered_matrix.mtx",
187
191
  "type_ref": "assays/components/local_file.json#properties/file_path",
188
192
  "is_artifact": 1
189
193
  },
190
194
  {
191
195
  "parse_through": "lambda id: f'{folder or \"\"}star/{id}.Solo.out/Gene/raw/features.tsv'",
192
196
  "merge_pointer": "0/star_gene_raw_features_tsv",
193
- "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{batch id}/{cimac id}/gene_raw_features.tsv",
197
+ "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{cimac batch id}/{cimac id}/gene_raw_features.tsv",
194
198
  "type_ref": "assays/components/local_file.json#properties/file_path",
195
199
  "is_artifact": 1
196
200
  },
197
201
  {
198
202
  "parse_through": "lambda id: f'{folder or \"\"}star/{id}.Solo.out/Gene/raw/barcodes.tsv'",
199
203
  "merge_pointer": "0/star_gene_raw_barcodes",
200
- "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{batch id}/{cimac id}/gene_raw_barcodes.tsv",
204
+ "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{cimac batch id}/{cimac id}/gene_raw_barcodes.tsv",
201
205
  "type_ref": "assays/components/local_file.json#properties/file_path",
202
206
  "is_artifact": 1
203
207
  },
204
208
  {
205
209
  "parse_through": "lambda id: f'{folder or \"\"}star/{id}.Solo.out/Gene/raw/matrix.mtx'",
206
210
  "merge_pointer": "0/star_gene_raw_matrix",
207
- "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{batch id}/{cimac id}/gene_raw_matrix.mtx",
211
+ "gcs_uri_format": "{protocol identifier}/scrnaseq_analysis/{cimac batch id}/{cimac id}/gene_raw_matrix.mtx",
208
212
  "type_ref": "assays/components/local_file.json#properties/file_path",
209
213
  "is_artifact": 1
210
214
  }
@@ -11,21 +11,25 @@
11
11
  "merge_pointer": "4/protocol_identifier",
12
12
  "type_ref": "clinical_trial.json#properties/protocol_identifier"
13
13
  },
14
- "batch id": {
14
+ "CIMAC Batch ID": {
15
15
  "merge_pointer": "0/batch_id",
16
16
  "type_ref": "assays/tcr_assay.json#properties/batch_id"
17
17
  },
18
+ "CIDC Submission ID": {
19
+ "merge_pointer": "0/optional_id",
20
+ "type_ref": "assays/tcr_assay.json#properties/optional_id"
21
+ },
18
22
  "summary info": {
19
23
  "merge_pointer": "0/summary_info",
20
24
  "type_ref": "assays/components/local_file.json#properties/file_path",
21
- "gcs_uri_format": "{protocol identifier}/tcr_analysis/{batch id}/summary_info.csv",
25
+ "gcs_uri_format": "{protocol identifier}/tcr_analysis/{cimac batch id}/summary_info.csv",
22
26
  "is_artifact": 1,
23
27
  "allow_empty": true
24
28
  },
25
29
  "report trial": {
26
30
  "merge_pointer": "0/report_trial",
27
31
  "type_ref": "assays/components/local_file.json#properties/file_path",
28
- "gcs_uri_format": "{protocol identifier}/tcr_analysis/{batch id}/report_trial.tar.gz",
32
+ "gcs_uri_format": "{protocol identifier}/tcr_analysis/{cimac batch id}/report_trial.tar.gz",
29
33
  "is_artifact": 1
30
34
  }
31
35
  },
@@ -39,14 +43,14 @@
39
43
  "TRA Clones UMI Counts": {
40
44
  "merge_pointer": "0/tra_clone",
41
45
  "type_ref": "assays/components/local_file.json#properties/file_path",
42
- "gcs_uri_format": "{protocol identifier}/tcr_analysis/{batch id}/{cimac id}/tra_clone.csv",
46
+ "gcs_uri_format": "{protocol identifier}/tcr_analysis/{cimac batch id}/{cimac id}/tra_clone.csv",
43
47
  "is_artifact": 1,
44
48
  "allow_empty": true
45
49
  },
46
50
  "TRB Clones UMI Counts": {
47
51
  "merge_pointer": "0/trb_clone",
48
52
  "type_ref": "assays/components/local_file.json#properties/file_path",
49
- "gcs_uri_format": "{protocol identifier}/tcr_analysis/{batch id}/{cimac id}/trb_clone.csv",
53
+ "gcs_uri_format": "{protocol identifier}/tcr_analysis/{cimac batch id}/{cimac id}/trb_clone.csv",
50
54
  "is_artifact": 1,
51
55
  "allow_empty": true
52
56
  },
@@ -16,10 +16,14 @@
16
16
  "type": "string",
17
17
  "allow_empty": true
18
18
  },
19
- "batch id": {
19
+ "CIMAC Batch ID": {
20
20
  "merge_pointer": "0/batch_id",
21
21
  "type_ref": "assays/scrnaseq_assay.json#properties/batch_id"
22
22
  },
23
+ "CIDC Submission ID": {
24
+ "merge_pointer": "0/optional_id",
25
+ "type_ref": "assays/scrnaseq_assay.json#properties/optional_id"
26
+ },
23
27
  "samples metadata csv": {
24
28
  "merge_pointer": "0/samples_metadata_csv",
25
29
  "type_ref": "assays/components/local_file.json#properties/file_path",
@@ -29,19 +33,19 @@
29
33
  "config yaml": {
30
34
  "merge_pointer": "0/config_yaml",
31
35
  "type_ref": "assays/components/local_file.json#properties/file_path",
32
- "gcs_uri_format": "{protocol identifier}/visium_analysis/{batch id}/config.yaml",
36
+ "gcs_uri_format": "{protocol identifier}/visium_analysis/{cimac batch id}/config.yaml",
33
37
  "is_artifact": 1
34
38
  },
35
39
  "r package versions": {
36
40
  "merge_pointer": "0/r_package_versions",
37
41
  "type_ref": "assays/components/local_file.json#properties/file_path",
38
- "gcs_uri_format": "{protocol identifier}/visium_analysis/{batch id}/R_package_versions.csv",
42
+ "gcs_uri_format": "{protocol identifier}/visium_analysis/{cimac batch id}/R_package_versions.csv",
39
43
  "is_artifact": 1
40
44
  },
41
45
  "merged rds": {
42
46
  "merge_pointer": "0/merged_rds",
43
47
  "type_ref": "assays/components/local_file.json#properties/file_path",
44
- "gcs_uri_format": "{protocol identifier}/visium_analysis/{batch id}/merged.rds",
48
+ "gcs_uri_format": "{protocol identifier}/visium_analysis/{cimac batch id}/merged.rds",
45
49
  "is_artifact": 1
46
50
  }
47
51
  },
@@ -55,21 +59,21 @@
55
59
  {
56
60
  "parse_through": "lambda id: f'{folder or \"\"}spatial_variable_features/{id}_spatial_variable_features.rds'",
57
61
  "merge_pointer": "0/spatial_variable_features_rds",
58
- "gcs_uri_format": "{protocol identifier}/visium_analysis/{batch id}/{cimac id}/spatial_variable_features.rds",
62
+ "gcs_uri_format": "{protocol identifier}/visium_analysis/{cimac batch id}/{cimac id}/spatial_variable_features.rds",
59
63
  "type_ref": "assays/components/local_file.json#properties/file_path",
60
64
  "is_artifact": 1
61
65
  },
62
66
  {
63
67
  "parse_through": "lambda id: f'{folder or \"\"}report/{id}_report.html'",
64
68
  "merge_pointer": "0/report_html",
65
- "gcs_uri_format": "{protocol identifier}/visium_analysis/{batch id}/{cimac id}/report.html",
69
+ "gcs_uri_format": "{protocol identifier}/visium_analysis/{cimac batch id}/{cimac id}/report.html",
66
70
  "type_ref": "assays/components/local_file.json#properties/file_path",
67
71
  "is_artifact": 1
68
72
  },
69
73
  {
70
74
  "parse_through": "lambda id: f'{folder or \"\"}{id}_spaceranger.zip'",
71
75
  "merge_pointer": "0/visium_spaceranger_output_zip",
72
- "gcs_uri_format": "{protocol identifier}/visium_analysis/{batch id}/{cimac id}/visium_spaceranger_output.zip",
76
+ "gcs_uri_format": "{protocol identifier}/visium_analysis/{cimac batch id}/{cimac id}/visium_spaceranger_output.zip",
73
77
  "type_ref": "assays/components/local_file.json#properties/file_path",
74
78
  "is_artifact": 1
75
79
  }
@@ -11,6 +11,14 @@
11
11
  "merge_pointer": "2/protocol_identifier",
12
12
  "type_ref": "clinical_trial.json#properties/protocol_identifier"
13
13
  },
14
+ "CIMAC Batch ID": {
15
+ "merge_pointer": "0/batch_id",
16
+ "type_ref": "assays/wes_assay.json#properties/batch_id"
17
+ },
18
+ "CIDC Submission ID": {
19
+ "merge_pointer": "0/optional_id",
20
+ "type_ref": "assays/wes_assay.json#properties/optional_id"
21
+ },
14
22
  "folder": {
15
23
  "do_not_merge": true,
16
24
  "type": "string",
@@ -451,4 +459,4 @@
451
459
  }
452
460
  }
453
461
  }
454
- }
462
+ }
@@ -11,6 +11,14 @@
11
11
  "merge_pointer": "2/protocol_identifier",
12
12
  "type_ref": "clinical_trial.json#properties/protocol_identifier"
13
13
  },
14
+ "CIMAC Batch ID": {
15
+ "merge_pointer": "0/batch_id",
16
+ "type_ref": "assays/wes_assay.json#properties/batch_id"
17
+ },
18
+ "CIDC Submission ID": {
19
+ "merge_pointer": "0/optional_id",
20
+ "type_ref": "assays/wes_assay.json#properties/optional_id"
21
+ },
14
22
  "folder": {
15
23
  "do_not_merge": true,
16
24
  "type": "string",
@@ -221,4 +229,4 @@
221
229
  }
222
230
  }
223
231
  }
224
- }
232
+ }
@@ -12,10 +12,14 @@
12
12
  "merge_pointer": "3/protocol_identifier",
13
13
  "type_ref": "clinical_trial.json#properties/protocol_identifier"
14
14
  },
15
- "batch id": {
15
+ "CIMAC Batch ID": {
16
16
  "merge_pointer": "0/batch_id",
17
17
  "type_ref": "assays/atacseq_assay.json#properties/batch_id"
18
- },
18
+ },
19
+ "CIDC Submission ID": {
20
+ "merge_pointer": "0/optional_id",
21
+ "type_ref": "assays/atacseq_assay.json#properties/optional_id"
22
+ },
19
23
  "assay creator": {
20
24
  "merge_pointer": "0/assay_creator",
21
25
  "type_ref": "assays/components/assay_core.json#properties/assay_creator"
@@ -15,6 +15,14 @@
15
15
  "assay creator": {
16
16
  "merge_pointer": "0/assay_creator",
17
17
  "type_ref": "assays/components/assay_core.json#properties/assay_creator"
18
+ },
19
+ "CIMAC Batch ID": {
20
+ "merge_pointer": "0/batch_id",
21
+ "type_ref": "clinical_data.json#properties/batch_id"
22
+ },
23
+ "CIDC Submission ID": {
24
+ "merge_pointer": "0/optional_id",
25
+ "type_ref": "clinical_data.json#properties/optional_id"
18
26
  }
19
27
  },
20
28
  "data_columns": {
@@ -12,10 +12,14 @@
12
12
  "merge_pointer": "3/protocol_identifier",
13
13
  "type_ref": "clinical_trial.json#properties/protocol_identifier"
14
14
  },
15
- "batch id": {
15
+ "CIMAC Batch ID": {
16
16
  "merge_pointer": "0/batch_id",
17
17
  "type_ref": "assays/ctdna_assay.json#properties/batch_id"
18
18
  },
19
+ "CIDC Submission ID": {
20
+ "merge_pointer": "0/optional_id",
21
+ "type_ref": "assays/ctdna_assay.json#properties/optional_id"
22
+ },
19
23
  "assay creator": {
20
24
  "merge_pointer": "0/assay_creator",
21
25
  "type_ref": "assays/components/assay_core.json#properties/assay_creator"
@@ -23,7 +27,7 @@
23
27
  "summary plots": {
24
28
  "merge_pointer": "0/summary_plots",
25
29
  "type_ref": "assays/components/local_file.json#properties/file_path",
26
- "gcs_uri_format": "{protocol identifier}/ctdna/{batch id}/summary_plots.pdf",
30
+ "gcs_uri_format": "{protocol identifier}/ctdna/{cimac batch id}/summary_plots.pdf",
27
31
  "is_artifact": 1
28
32
  }
29
33
  },
@@ -35,13 +39,13 @@
35
39
  },
36
40
  "demultiplexed bam": {
37
41
  "merge_pointer": "0/demultiplexed_bam",
38
- "gcs_uri_format": "{protocol identifier}/ctdna/{batch id}/{cimac id}/demultiplexed.bam",
42
+ "gcs_uri_format": "{protocol identifier}/ctdna/{cimac batch id}/{cimac id}/demultiplexed.bam",
39
43
  "is_artifact": 1,
40
44
  "type_ref": "assays/components/local_file.json#properties/file_path"
41
45
  },
42
46
  "demultiplexed bam index": {
43
47
  "merge_pointer": "0/demultiplexed_bam_index",
44
- "gcs_uri_format": "{protocol identifier}/ctdna/{batch id}/{cimac id}/demultiplexed.bam.bai",
48
+ "gcs_uri_format": "{protocol identifier}/ctdna/{cimac batch id}/{cimac id}/demultiplexed.bam.bai",
45
49
  "is_artifact" : 1,
46
50
  "type_ref": "assays/components/local_file.json#properties/file_path"
47
51
  },
@@ -49,13 +53,13 @@
49
53
  "merge_pointer": "0/genome-wide_plots",
50
54
  "type_ref": "assays/components/local_file.json#properties/file_path",
51
55
  "is_artifact": 1,
52
- "gcs_uri_format": "{protocol identifier}/ctdna/{batch id}/{cimac id}/genome-wide_plots.pdf"
56
+ "gcs_uri_format": "{protocol identifier}/ctdna/{cimac batch id}/{cimac id}/genome-wide_plots.pdf"
53
57
  },
54
58
  "bias qc plots": {
55
59
  "merge_pointer": "0/bias_qc_plots",
56
60
  "type_ref": "assays/components/local_file.json#properties/file_path",
57
61
  "is_artifact": 1,
58
- "gcs_uri_format": "{protocol identifier}/ctdna/{batch id}/{cimac id}/bias_qc_plots.pdf"
62
+ "gcs_uri_format": "{protocol identifier}/ctdna/{cimac batch id}/{cimac id}/bias_qc_plots.pdf"
59
63
  },
60
64
  "fraction cna subclonal": {
61
65
  "merge_pointer": "0/fraction_cna_subclonal",
@@ -74,13 +78,13 @@
74
78
  "merge_pointer": "0/optimal_solution",
75
79
  "type_ref": "assays/components/local_file.json#properties/file_path",
76
80
  "is_artifact": 1,
77
- "gcs_uri_format": "{protocol identifier}/ctdna/{batch id}/{cimac id}/optimal_solution.zip"
81
+ "gcs_uri_format": "{protocol identifier}/ctdna/{cimac batch id}/{cimac id}/optimal_solution.zip"
78
82
  },
79
83
  "other solutions": {
80
84
  "merge_pointer": "0/other_solutions",
81
85
  "type_ref": "assays/components/local_file.json#properties/file_path",
82
86
  "is_artifact": 1,
83
- "gcs_uri_format": "{protocol identifier}/ctdna/{batch id}/{cimac id}/other_solutions.zip"
87
+ "gcs_uri_format": "{protocol identifier}/ctdna/{cimac batch id}/{cimac id}/other_solutions.zip"
84
88
  },
85
89
  "tumor ploidy": {
86
90
  "merge_pointer": "0/tumor_ploidy",
@@ -99,21 +103,21 @@
99
103
  "merge_pointer": "0/on_premise_corrected_depth_file",
100
104
  "type_ref": "assays/components/local_file.json#properties/file_path",
101
105
  "is_artifact": 1,
102
- "gcs_uri_format": "{protocol identifier}/ctdna/{batch id}/{cimac id}/OnPrem.correctedDepth.txt",
106
+ "gcs_uri_format": "{protocol identifier}/ctdna/{cimac batch id}/{cimac id}/OnPrem.correctedDepth.txt",
103
107
  "allow_empty": true
104
108
  },
105
109
  "on premise parameters file": {
106
110
  "merge_pointer": "0/on_premise_parameters_file",
107
111
  "type_ref": "assays/components/local_file.json#properties/file_path",
108
112
  "is_artifact": 1,
109
- "gcs_uri_format": "{protocol identifier}/ctdna/{batch id}/{cimac id}/OnPrem.params.txt",
113
+ "gcs_uri_format": "{protocol identifier}/ctdna/{cimac batch id}/{cimac id}/OnPrem.params.txt",
110
114
  "allow_empty": true
111
115
  },
112
116
  "on premise rdata file": {
113
117
  "merge_pointer": "0/on_premise_rdata_file",
114
118
  "type_ref": "assays/components/local_file.json#properties/file_path",
115
119
  "is_artifact": 1,
116
- "gcs_uri_format": "{protocol identifier}/ctdna/{batch id}/{cimac id}/OnPrem.RData",
120
+ "gcs_uri_format": "{protocol identifier}/ctdna/{cimac batch id}/{cimac id}/OnPrem.RData",
117
121
  "allow_empty": true
118
122
  },
119
123
  "comments": {
@@ -12,10 +12,15 @@
12
12
  "merge_pointer": "/assay_run_id",
13
13
  "type_ref": "assays/cytof_assay_core.json#properties/assay_run_id"
14
14
  },
15
- "batch id": {
15
+ "CIMAC Batch ID": {
16
16
  "merge_pointer": "0/batch_id",
17
17
  "type_ref": "assays/cytof_assay_core.json#properties/batch_id"
18
18
  },
19
+ "CIDC Submission ID": {
20
+ "merge_pointer": "0/optional_id",
21
+ "type_ref": "assays/cytof_assay_core.json#properties/optional_id"
22
+ },
23
+
19
24
  "protocol identifier": {
20
25
  "merge_pointer": "3/protocol_identifier",
21
26
  "type_ref": "clinical_trial.json#properties/protocol_identifier"
@@ -64,7 +69,7 @@
64
69
  "concatenated spike in fcs filename": {
65
70
  "merge_pointer": "0/spike_in_fcs",
66
71
  "is_artifact" : 1,
67
- "gcs_uri_format": "{protocol identifier}/cytof/{batch id}/spike_in.fcs",
72
+ "gcs_uri_format": "{protocol identifier}/cytof/{cimac batch id}/spike_in.fcs",
68
73
  "type_ref": "assays/components/local_file.json#properties/file_path",
69
74
  "description": "Path to a file on a User's computer. \nThis file contains the normalized & debarcoded spike-in for a batch.",
70
75
  "allow_empty": true
@@ -72,7 +77,7 @@
72
77
  "concatenated raw fcs filename(s)": {
73
78
  "merge_pointer": "0/source_fcs",
74
79
  "type_ref": "assays/components/local_file.json#properties/file_path",
75
- "gcs_uri_format": "{protocol identifier}/cytof/{batch id}/source_{num}.fcs",
80
+ "gcs_uri_format": "{protocol identifier}/cytof/{cimac batch id}/source_{num}.fcs",
76
81
  "is_artifact": "multi",
77
82
  "allow_empty": true
78
83
  }
@@ -217,7 +222,7 @@
217
222
  "Debarcoding key file": {
218
223
  "merge_pointer": "0/barcoding_key_csv",
219
224
  "is_artifact" : 1,
220
- "gcs_uri_format": "{protocol identifier}/cytof/{batch id}/debarcoding_key.csv",
225
+ "gcs_uri_format": "{protocol identifier}/cytof/{cimac batch id}/debarcoding_key.csv",
221
226
  "type_ref": "assays/components/local_file.json#properties/file_path",
222
227
  "description": "Path to a file on a User's computer. \nThis contains the master debarcoding key in a CSV file.",
223
228
  "allow_empty": true
@@ -18,14 +18,18 @@
18
18
  "merge_pointer": "0/assay_creator",
19
19
  "type_ref": "assays/components/assay_core.json#properties/assay_creator"
20
20
  },
21
- "run id": {
22
- "merge_pointer": "0/assay_run_id",
23
- "type_ref": "assays/elisa_assay.json#properties/assay_run_id"
21
+ "CIMAC Batch ID": {
22
+ "merge_pointer": "0/batch_id",
23
+ "type_ref": "assays/elisa_assay.json#properties/batch_id"
24
+ },
25
+ "CIDC Submission ID": {
26
+ "merge_pointer": "0/optional_id",
27
+ "type_ref": "assays/elisa_assay.json#properties/optional_id"
24
28
  },
25
29
  "serology file": {
26
30
  "merge_pointer": "0/assay_xlsx",
27
31
  "is_artifact" : 1,
28
- "gcs_uri_format": "{protocol identifier}/elisa/{run id}/assay.xlsx",
32
+ "gcs_uri_format": "{protocol identifier}/elisa/{cimac batch id}/assay.xlsx",
29
33
  "type_ref": "assays/components/local_file.json#properties/file_path",
30
34
  "extra_metadata": true,
31
35
  "description": "XLSX ELISA results file name on a user's computer."
@@ -15,6 +15,14 @@
15
15
  "assay creator": {
16
16
  "merge_pointer": "0/assay_creator",
17
17
  "type_ref": "assays/components/assay_core.json#properties/assay_creator"
18
+ },
19
+ "CIMAC Batch ID": {
20
+ "merge_pointer": "0/batch_id",
21
+ "type_ref": "assays/hande_assay.json#properties/batch_id"
22
+ },
23
+ "CIDC Submission ID": {
24
+ "merge_pointer": "0/optional_id",
25
+ "type_ref": "assays/hande_assay.json#properties/optional_id"
18
26
  }
19
27
  },
20
28
  "data_columns": {
@@ -16,6 +16,14 @@
16
16
  "merge_pointer": "0/assay_creator",
17
17
  "type_ref": "assays/components/assay_core.json#properties/assay_creator"
18
18
  },
19
+ "CIMAC Batch ID": {
20
+ "merge_pointer": "0/batch_id",
21
+ "type_ref": "assays/ihc_assay.json#properties/batch_id"
22
+ },
23
+ "CIDC Submission ID": {
24
+ "merge_pointer": "0/optional_id",
25
+ "type_ref": "assays/ihc_assay.json#properties/optional_id"
26
+ },
19
27
  "slide scanner model": {
20
28
  "merge_pointer": "0/slide_scanner_model",
21
29
  "type_ref": "assays/ihc_assay.json#properties/slide_scanner_model"