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.
- cidc_schemas/__init__.py +1 -1
- cidc_schemas/ngs_pipeline_api/__init__.py +0 -1
- cidc_schemas/ngs_pipeline_api/wes/wes_output_API.py +1 -1
- cidc_schemas/prism/constants.py +5 -8
- cidc_schemas/prism/pipelines.py +2 -24
- cidc_schemas/schemas/artifacts/artifact_parquet.json +51 -0
- cidc_schemas/schemas/assays/atacseq_assay.json +4 -0
- cidc_schemas/schemas/assays/components/available_assays.json +23 -2
- cidc_schemas/schemas/assays/components/ngs/atacseq/atacseq_analysis.json +4 -0
- cidc_schemas/schemas/assays/components/ngs/rna/rna_analysis.json +10 -1
- cidc_schemas/schemas/assays/components/ngs_assay_core.json +2 -1
- cidc_schemas/schemas/assays/ctdna_assay.json +4 -0
- cidc_schemas/schemas/assays/cytof_assay.json +4 -0
- cidc_schemas/schemas/assays/cytof_assay_core.json +4 -0
- cidc_schemas/schemas/assays/elisa_assay.json +8 -4
- cidc_schemas/schemas/assays/hande_assay.json +10 -1
- cidc_schemas/schemas/assays/ihc_assay.json +9 -1
- cidc_schemas/schemas/assays/maldi_glycan_assay.json +4 -0
- cidc_schemas/schemas/assays/mibi_assay.json +4 -0
- cidc_schemas/schemas/assays/microbiome_assay.json +5 -1
- cidc_schemas/schemas/assays/mif_assay.json +10 -3
- cidc_schemas/schemas/assays/mihc_assay.json +4 -1
- cidc_schemas/schemas/assays/misc_data.json +9 -1
- cidc_schemas/schemas/assays/nanostring_assay.json +5 -1
- cidc_schemas/schemas/assays/nulisa_assay.json +4 -0
- cidc_schemas/schemas/assays/olink_assay.json +4 -0
- cidc_schemas/schemas/assays/olink_ht_assay.json +100 -0
- cidc_schemas/schemas/assays/rna_assay-v0.json +9 -0
- cidc_schemas/schemas/assays/scrnaseq_analysis.json +4 -0
- cidc_schemas/schemas/assays/scrnaseq_assay.json +4 -0
- cidc_schemas/schemas/assays/tcr_analysis.json +4 -0
- cidc_schemas/schemas/assays/tcr_assay.json +4 -0
- cidc_schemas/schemas/assays/tcrseq_rna_assay.json +64 -0
- cidc_schemas/schemas/assays/visium_analysis.json +4 -0
- cidc_schemas/schemas/assays/visium_assay.json +4 -0
- cidc_schemas/schemas/assays/wes_analysis.json +9 -1
- cidc_schemas/schemas/assays/wes_assay.json +25 -3
- cidc_schemas/schemas/assays/wes_tumor_only_analysis.json +9 -1
- cidc_schemas/schemas/clinical_data.json +8 -0
- cidc_schemas/schemas/shipping_core.json +3 -2
- cidc_schemas/schemas/templates/analyses/atacseq_analysis_template.json +6 -2
- cidc_schemas/schemas/templates/analyses/cytof_analysis_template.json +16 -12
- cidc_schemas/schemas/templates/analyses/rna_level1_analysis_template.json +9 -1
- cidc_schemas/schemas/templates/analyses/scrnaseq_analysis_template.json +32 -28
- cidc_schemas/schemas/templates/analyses/tcr_analysis_template.json +9 -5
- cidc_schemas/schemas/templates/analyses/visium_analysis_template.json +11 -7
- cidc_schemas/schemas/templates/analyses/wes_analysis_template.json +9 -1
- cidc_schemas/schemas/templates/analyses/wes_tumor_only_analysis_template.json +9 -1
- cidc_schemas/schemas/templates/assays/atacseq_fastq_template.json +6 -2
- cidc_schemas/schemas/templates/assays/clinical_data_template.json +8 -0
- cidc_schemas/schemas/templates/assays/ctdna_template.json +15 -11
- cidc_schemas/schemas/templates/assays/cytof_template.json +9 -4
- cidc_schemas/schemas/templates/assays/elisa_template.json +8 -4
- cidc_schemas/schemas/templates/assays/hande_template.json +8 -0
- cidc_schemas/schemas/templates/assays/ihc_template.json +8 -0
- cidc_schemas/schemas/templates/assays/maldi_glycan_template.json +11 -7
- cidc_schemas/schemas/templates/assays/mibi_template.json +8 -4
- cidc_schemas/schemas/templates/assays/microbiome_template.json +12 -8
- cidc_schemas/schemas/templates/assays/mif_template.json +8 -0
- cidc_schemas/schemas/templates/assays/mihc_template.json +6 -2
- cidc_schemas/schemas/templates/assays/misc_data_template.json +8 -0
- cidc_schemas/schemas/templates/assays/nanostring_template.json +10 -6
- cidc_schemas/schemas/templates/assays/nulisa_template.json +8 -4
- cidc_schemas/schemas/templates/assays/olink_ht_template.json +86 -0
- cidc_schemas/schemas/templates/assays/olink_template.json +8 -4
- cidc_schemas/schemas/templates/assays/rna_bam_template.json +9 -1
- cidc_schemas/schemas/templates/assays/rna_fastq_template.json +9 -1
- cidc_schemas/schemas/templates/assays/scrnaseq_template.json +8 -4
- cidc_schemas/schemas/templates/assays/tcr_adaptive_template.json +9 -5
- cidc_schemas/schemas/templates/assays/tcr_fastq_template.json +10 -6
- cidc_schemas/schemas/templates/assays/tcrseq_rna_template.json +59 -0
- cidc_schemas/schemas/templates/assays/visium_template.json +13 -9
- cidc_schemas/schemas/templates/assays/wes_bam_template.json +8 -0
- cidc_schemas/schemas/templates/assays/wes_fastq_template.json +8 -0
- cidc_schemas/template.py +0 -4
- cidc_schemas/unprism.py +3 -3
- {nci_cidc_schemas-0.28.7.dist-info → nci_cidc_schemas-0.28.13.dist-info}/METADATA +12 -12
- {nci_cidc_schemas-0.28.7.dist-info → nci_cidc_schemas-0.28.13.dist-info}/RECORD +82 -78
- {nci_cidc_schemas-0.28.7.dist-info → nci_cidc_schemas-0.28.13.dist-info}/WHEEL +1 -1
- cidc_schemas/schemas/templates/manifests/tumor_normal_pairing_template.json +0 -63
- {nci_cidc_schemas-0.28.7.dist-info → nci_cidc_schemas-0.28.13.dist-info}/entry_points.txt +0 -0
- {nci_cidc_schemas-0.28.7.dist-info → nci_cidc_schemas-0.28.13.dist-info}/licenses/LICENSE +0 -0
- {nci_cidc_schemas-0.28.7.dist-info → nci_cidc_schemas-0.28.13.dist-info}/top_level.txt +0 -0
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
"mergeStrategy": "objectMerge",
|
|
9
9
|
|
|
10
10
|
"required": [
|
|
11
|
+
"batch_id",
|
|
11
12
|
"assay_creator",
|
|
12
13
|
"enrichment_method",
|
|
13
14
|
"records",
|
|
@@ -21,6 +22,14 @@
|
|
|
21
22
|
|
|
22
23
|
"properties": {
|
|
23
24
|
"assay_creator": { "$ref": "assays/components/assay_core.json#properties/assay_creator" },
|
|
25
|
+
"batch_id": {
|
|
26
|
+
"description": "Batch identification number. Unique to every upload.",
|
|
27
|
+
"type": "string"
|
|
28
|
+
},
|
|
29
|
+
"optional_id": {
|
|
30
|
+
"description": "User provided optional id. Currently comes from CIDC Submission ID",
|
|
31
|
+
"type": "string"
|
|
32
|
+
},
|
|
24
33
|
"sequencer_platform": { "$ref": "assays/components/ngs_assay_core.json#properties/sequencer_platform" },
|
|
25
34
|
"library_kit": { "$ref": "assays/components/ngs_assay_core.json#properties/library_kit" },
|
|
26
35
|
"paired_end_reads": { "$ref": "assays/components/ngs_assay_core.json#properties/paired_end_reads" },
|
|
@@ -78,6 +78,10 @@
|
|
|
78
78
|
"batch_id":{
|
|
79
79
|
"$ref": "assays/scrnaseq_assay.json#properties/batch_id"
|
|
80
80
|
},
|
|
81
|
+
"optional_id": {
|
|
82
|
+
"description": "User provided optional id. Currently comes from CIDC Submission ID",
|
|
83
|
+
"type": "string"
|
|
84
|
+
},
|
|
81
85
|
"records": {
|
|
82
86
|
"type": "array",
|
|
83
87
|
"mergeStrategy": "arrayMergeById",
|
|
@@ -35,6 +35,10 @@
|
|
|
35
35
|
"description": "Batch identification number. Unique to every upload.",
|
|
36
36
|
"type": "string"
|
|
37
37
|
},
|
|
38
|
+
"optional_id": {
|
|
39
|
+
"description": "User provided optional id. Currently comes from CIDC Submission ID",
|
|
40
|
+
"type": "string"
|
|
41
|
+
},
|
|
38
42
|
"azimuth_reference": {
|
|
39
43
|
"$ref": "assays/components/scrnaseq_preamble.json#properties/azimuth_reference"
|
|
40
44
|
},
|
|
@@ -12,6 +12,10 @@
|
|
|
12
12
|
"required": ["batch_id"],
|
|
13
13
|
"properties": {
|
|
14
14
|
"batch_id": {"$ref": "assays/tcr_assay.json#properties/batch_id"},
|
|
15
|
+
"optional_id": {
|
|
16
|
+
"description": "User provided optional id. Currently comes from CIDC Submission ID",
|
|
17
|
+
"type": "string"
|
|
18
|
+
},
|
|
15
19
|
"report_trial": {"$ref": "artifacts/artifact_gz.json"},
|
|
16
20
|
"summary_info": {"$ref": "artifacts/artifact_csv.json"},
|
|
17
21
|
"excluded_samples": {"$ref": "assays/components/excluded_samples.json"},
|
|
@@ -127,6 +127,10 @@
|
|
|
127
127
|
"description": "TCRseq batch identification number.",
|
|
128
128
|
"type": "string"
|
|
129
129
|
},
|
|
130
|
+
"optional_id": {
|
|
131
|
+
"description": "User provided optional id. Currently comes from CIDC Submission ID",
|
|
132
|
+
"type": "string"
|
|
133
|
+
},
|
|
130
134
|
"controls": {
|
|
131
135
|
"type": "array",
|
|
132
136
|
"description": "Data records from TCRseq assay for a control for this batch.",
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "metaschema/strict_meta_schema.json#",
|
|
3
|
+
"$id": "tcrseq_rna_assay",
|
|
4
|
+
"title": "TCR RNA Assay",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"$comment": "description used in docs/index.html and docs/assays.tcrseq_rna.html",
|
|
7
|
+
"description": "TCR RNA assay",
|
|
8
|
+
"additionalProperties": false,
|
|
9
|
+
"definitions": {
|
|
10
|
+
"record": {
|
|
11
|
+
"type": "object",
|
|
12
|
+
"mergeStrategy": "objectMerge",
|
|
13
|
+
"description": "A single data record from a TCR RNA assay.",
|
|
14
|
+
"additionalProperties": false,
|
|
15
|
+
"required": [
|
|
16
|
+
"cimac_id",
|
|
17
|
+
"alpha_results_file",
|
|
18
|
+
"beta_results_file"
|
|
19
|
+
],
|
|
20
|
+
"properties": {
|
|
21
|
+
"cimac_id": {
|
|
22
|
+
"description": "Id of an sample within this clinical trial, that this assay record is based upon.",
|
|
23
|
+
"$ref": "sample.json#properties/cimac_id"
|
|
24
|
+
},
|
|
25
|
+
"alpha_results_file": {"$ref": "artifacts/artifact_csv.json"},
|
|
26
|
+
"beta_results_file": {"$ref": "artifacts/artifact_csv.json"}
|
|
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
|
+
"optional_id": {
|
|
39
|
+
"description": "User provided optional id. Currently comes from CIDC Submission ID",
|
|
40
|
+
"type": "string"
|
|
41
|
+
},
|
|
42
|
+
"sequencer_platform": {"$ref": "assays/components/ngs_assay_core.json#properties/sequencer_platform"},
|
|
43
|
+
"sequencing_run_date": {
|
|
44
|
+
"description": "Date when the TCR sequencing was run.",
|
|
45
|
+
"type": "string",
|
|
46
|
+
"format": "date"
|
|
47
|
+
},
|
|
48
|
+
"records": {
|
|
49
|
+
"type": "array",
|
|
50
|
+
"description": "A single data record from a TCR RNA assay.",
|
|
51
|
+
"items": {
|
|
52
|
+
"$ref": "assays/tcrseq_rna_assay.json#definitions/record"
|
|
53
|
+
},
|
|
54
|
+
"mergeStrategy": "append"
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
"required": [
|
|
58
|
+
"assay_creator",
|
|
59
|
+
"batch_id",
|
|
60
|
+
"sequencer_platform",
|
|
61
|
+
"sequencing_run_date",
|
|
62
|
+
"records"
|
|
63
|
+
]
|
|
64
|
+
}
|
|
@@ -43,6 +43,10 @@
|
|
|
43
43
|
"batch_id":{
|
|
44
44
|
"$ref": "assays/scrnaseq_assay.json#properties/batch_id"
|
|
45
45
|
},
|
|
46
|
+
"optional_id": {
|
|
47
|
+
"description": "User provided optional id. Currently comes from CIDC Submission ID",
|
|
48
|
+
"type": "string"
|
|
49
|
+
},
|
|
46
50
|
"records": {
|
|
47
51
|
"type": "array",
|
|
48
52
|
"mergeStrategy": "arrayMergeById",
|
|
@@ -35,6 +35,10 @@
|
|
|
35
35
|
"description": "Batch identification number. Unique to every upload.",
|
|
36
36
|
"type": "string"
|
|
37
37
|
},
|
|
38
|
+
"optional_id": {
|
|
39
|
+
"description": "User provided optional id. Currently comes from CIDC Submission ID",
|
|
40
|
+
"type": "string"
|
|
41
|
+
},
|
|
38
42
|
"azimuth_reference": {
|
|
39
43
|
"$ref": "assays/components/scrnaseq_preamble.json#properties/azimuth_reference"
|
|
40
44
|
},
|
|
@@ -72,9 +72,17 @@
|
|
|
72
72
|
}
|
|
73
73
|
},
|
|
74
74
|
|
|
75
|
-
"required": [],
|
|
75
|
+
"required": ["batch_id"],
|
|
76
76
|
"additionalProperties": false,
|
|
77
77
|
"properties": {
|
|
78
|
+
"batch_id": {
|
|
79
|
+
"description": "Batch identification number. Unique to every upload.",
|
|
80
|
+
"type": "string"
|
|
81
|
+
},
|
|
82
|
+
"optional_id": {
|
|
83
|
+
"description": "User provided optional id. Currently comes from CIDC Submission ID",
|
|
84
|
+
"type": "string"
|
|
85
|
+
},
|
|
78
86
|
"pair_runs": {
|
|
79
87
|
"type": "array",
|
|
80
88
|
"items": {
|
|
@@ -61,23 +61,45 @@
|
|
|
61
61
|
"required": [
|
|
62
62
|
"records",
|
|
63
63
|
"bait_set",
|
|
64
|
-
"read_length"
|
|
64
|
+
"read_length",
|
|
65
|
+
"batch_id"
|
|
65
66
|
],
|
|
66
67
|
"additionalProperties": false,
|
|
67
68
|
"properties": {
|
|
68
69
|
"assay_creator": {"$ref": "assays/components/assay_core.json#properties/assay_creator"},
|
|
70
|
+
"batch_id": {
|
|
71
|
+
"description": "Batch identification number. Unique to every upload.",
|
|
72
|
+
"type": "string"
|
|
73
|
+
},
|
|
74
|
+
"optional_id": {
|
|
75
|
+
"description": "User provided optional id. Currently comes from CIDC Submission ID",
|
|
76
|
+
"type": "string"
|
|
77
|
+
},
|
|
69
78
|
"sequencer_platform": {"$ref": "assays/components/ngs_assay_core.json#properties/sequencer_platform"},
|
|
70
79
|
"library_kit": {"$ref": "assays/components/ngs_assay_core.json#properties/library_kit"},
|
|
71
80
|
"paired_end_reads": {"$ref": "assays/components/ngs_assay_core.json#properties/paired_end_reads"},
|
|
72
81
|
"sequencing_protocol": {
|
|
73
82
|
"description": "Protocol and version used for the sequencing.",
|
|
74
83
|
"type": "string",
|
|
75
|
-
"enum": [
|
|
84
|
+
"enum": [
|
|
85
|
+
"Express Somatic Human WES (Deep Coverage) v1.1",
|
|
86
|
+
"Somatic Human WES v4",
|
|
87
|
+
"Somatic Human WES v6",
|
|
88
|
+
"TWIST Custom Panel PN 101042",
|
|
89
|
+
"TWIST"
|
|
90
|
+
]
|
|
76
91
|
},
|
|
77
92
|
"bait_set": {
|
|
78
93
|
"description": "Bait set ID.",
|
|
79
94
|
"type": "string",
|
|
80
|
-
"enum": [
|
|
95
|
+
"enum": [
|
|
96
|
+
"whole_exome_illumina_coding_v1",
|
|
97
|
+
"broad_custom_exome_v1",
|
|
98
|
+
"TWIST Dana Farber Custom Panel",
|
|
99
|
+
"TWIST Custom Panel PN 101042",
|
|
100
|
+
"TWIST Clin Research Exome PN 104033",
|
|
101
|
+
"Agilent SS Human All Exon V4"
|
|
102
|
+
]
|
|
81
103
|
},
|
|
82
104
|
"read_length": {
|
|
83
105
|
"description": "Number of cycles for each sequencing read.",
|
|
@@ -38,9 +38,17 @@
|
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
40
|
|
|
41
|
-
"required": [],
|
|
41
|
+
"required": ["batch_id"],
|
|
42
42
|
"additionalProperties": false,
|
|
43
43
|
"properties": {
|
|
44
|
+
"batch_id": {
|
|
45
|
+
"description": "Batch identification number. Unique to every upload.",
|
|
46
|
+
"type": "string"
|
|
47
|
+
},
|
|
48
|
+
"optional_id": {
|
|
49
|
+
"description": "User provided optional id. Currently comes from CIDC Submission ID",
|
|
50
|
+
"type": "string"
|
|
51
|
+
},
|
|
44
52
|
"runs": {
|
|
45
53
|
"type": "array",
|
|
46
54
|
"items": {
|
|
@@ -40,6 +40,14 @@
|
|
|
40
40
|
"assay_creator": {
|
|
41
41
|
"$ref": "assays/components/assay_core.json#properties/assay_creator"
|
|
42
42
|
},
|
|
43
|
+
"batch_id": {
|
|
44
|
+
"description": "ctDNA batch identification number. Unique to every batch.",
|
|
45
|
+
"type": "string"
|
|
46
|
+
},
|
|
47
|
+
"optional_id": {
|
|
48
|
+
"description": "User provided optional id. Currently comes from CIDC Submission ID",
|
|
49
|
+
"type": "string"
|
|
50
|
+
},
|
|
43
51
|
"records": {
|
|
44
52
|
"type": "array",
|
|
45
53
|
"description": "A single file from clinical data upload.",
|
|
@@ -16,9 +16,13 @@
|
|
|
16
16
|
"type": "string",
|
|
17
17
|
"allow_empty": true
|
|
18
18
|
},
|
|
19
|
-
"
|
|
19
|
+
"CIMAC Batch ID": {
|
|
20
20
|
"merge_pointer": "0/batch_id",
|
|
21
21
|
"type_ref": "assays/atacseq_assay.json#properties/batch_id"
|
|
22
|
+
},
|
|
23
|
+
"CIDC Submission ID": {
|
|
24
|
+
"merge_pointer": "0/optional_id",
|
|
25
|
+
"type_ref": "assays/atacseq_assay.json#properties/optional_id"
|
|
22
26
|
}
|
|
23
27
|
},
|
|
24
28
|
"prism_data_object_pointer": "/records/-",
|
|
@@ -90,4 +94,4 @@
|
|
|
90
94
|
}
|
|
91
95
|
}
|
|
92
96
|
}
|
|
93
|
-
}
|
|
97
|
+
}
|
|
@@ -15,26 +15,30 @@
|
|
|
15
15
|
"merge_pointer": "3/protocol_identifier",
|
|
16
16
|
"type_ref": "clinical_trial.json#properties/protocol_identifier"
|
|
17
17
|
},
|
|
18
|
-
"
|
|
18
|
+
"CIMAC Batch ID": {
|
|
19
19
|
"merge_pointer": "0/batch_id",
|
|
20
20
|
"type_ref": "assays/cytof_assay_core.json#properties/batch_id"
|
|
21
21
|
},
|
|
22
|
+
"CIDC Submission ID": {
|
|
23
|
+
"merge_pointer": "0/optional_id",
|
|
24
|
+
"type_ref": "assays/cytof_assay_core.json#properties/optional_id"
|
|
25
|
+
},
|
|
22
26
|
"astrolabe reports": {
|
|
23
27
|
"merge_pointer": "0/astrolabe_reports",
|
|
24
28
|
"type_ref": "assays/components/local_file.json#properties/file_path",
|
|
25
|
-
"gcs_uri_format": "{protocol identifier}/cytof_analysis/{assay run id}/{batch id}/reports.zip",
|
|
29
|
+
"gcs_uri_format": "{protocol identifier}/cytof_analysis/{assay run id}/{cimac batch id}/reports.zip",
|
|
26
30
|
"is_artifact": 1
|
|
27
31
|
},
|
|
28
32
|
"astrolabe analysis": {
|
|
29
33
|
"merge_pointer": "0/astrolabe_analysis",
|
|
30
34
|
"type_ref": "assays/components/local_file.json#properties/file_path",
|
|
31
|
-
"gcs_uri_format": "{protocol identifier}/cytof_analysis/{assay run id}/{batch id}/analysis.zip",
|
|
35
|
+
"gcs_uri_format": "{protocol identifier}/cytof_analysis/{assay run id}/{cimac batch id}/analysis.zip",
|
|
32
36
|
"is_artifact": 1
|
|
33
37
|
},
|
|
34
38
|
"control files package": {
|
|
35
39
|
"merge_pointer": "0/control_files_analysis",
|
|
36
40
|
"type_ref": "assays/components/local_file.json#properties/file_path",
|
|
37
|
-
"gcs_uri_format": "{protocol identifier}/cytof_analysis/{assay run id}/{batch id}/control_files_analysis.zip",
|
|
41
|
+
"gcs_uri_format": "{protocol identifier}/cytof_analysis/{assay run id}/{cimac batch id}/control_files_analysis.zip",
|
|
38
42
|
"is_artifact": 1,
|
|
39
43
|
"allow_empty": true
|
|
40
44
|
}
|
|
@@ -49,43 +53,43 @@
|
|
|
49
53
|
"fcs file": {
|
|
50
54
|
"merge_pointer": "0/output_files/fcs_file",
|
|
51
55
|
"type_ref": "assays/components/local_file.json#properties/file_path",
|
|
52
|
-
"gcs_uri_format": "{protocol identifier}/cytof_analysis/{assay run id}/{batch id}/{cimac id}/source.fcs",
|
|
56
|
+
"gcs_uri_format": "{protocol identifier}/cytof_analysis/{assay run id}/{cimac batch id}/{cimac id}/source.fcs",
|
|
53
57
|
"is_artifact": 1
|
|
54
58
|
},
|
|
55
59
|
"assignment": {
|
|
56
60
|
"merge_pointer": "0/output_files/assignment",
|
|
57
61
|
"type_ref": "assays/components/local_file.json#properties/file_path",
|
|
58
|
-
"gcs_uri_format": "{protocol identifier}/cytof_analysis/{assay run id}/{batch id}/{cimac id}/assignment.csv",
|
|
62
|
+
"gcs_uri_format": "{protocol identifier}/cytof_analysis/{assay run id}/{cimac batch id}/{cimac id}/assignment.csv",
|
|
59
63
|
"is_artifact": 1
|
|
60
64
|
},
|
|
61
65
|
"compartment": {
|
|
62
66
|
"merge_pointer": "0/output_files/compartment",
|
|
63
67
|
"type_ref": "assays/components/local_file.json#properties/file_path",
|
|
64
|
-
"gcs_uri_format": "{protocol identifier}/cytof_analysis/{assay run id}/{batch id}/{cimac id}/compartment.csv",
|
|
68
|
+
"gcs_uri_format": "{protocol identifier}/cytof_analysis/{assay run id}/{cimac batch id}/{cimac id}/compartment.csv",
|
|
65
69
|
"is_artifact": 1
|
|
66
70
|
},
|
|
67
71
|
"profiling": {
|
|
68
72
|
"merge_pointer": "0/output_files/profiling",
|
|
69
73
|
"type_ref": "assays/components/local_file.json#properties/file_path",
|
|
70
|
-
"gcs_uri_format": "{protocol identifier}/cytof_analysis/{assay run id}/{batch id}/{cimac id}/profiling.csv",
|
|
74
|
+
"gcs_uri_format": "{protocol identifier}/cytof_analysis/{assay run id}/{cimac batch id}/{cimac id}/profiling.csv",
|
|
71
75
|
"is_artifact": 1
|
|
72
76
|
},
|
|
73
77
|
"cell counts assignment": {
|
|
74
78
|
"merge_pointer": "0/output_files/cell_counts_assignment",
|
|
75
79
|
"type_ref": "assays/components/local_file.json#properties/file_path",
|
|
76
|
-
"gcs_uri_format": "{protocol identifier}/cytof_analysis/{assay run id}/{batch id}/{cimac id}/cell_counts_assignment.csv",
|
|
80
|
+
"gcs_uri_format": "{protocol identifier}/cytof_analysis/{assay run id}/{cimac batch id}/{cimac id}/cell_counts_assignment.csv",
|
|
77
81
|
"is_artifact": 1
|
|
78
82
|
},
|
|
79
83
|
"cell counts compartment": {
|
|
80
84
|
"merge_pointer": "0/output_files/cell_counts_compartment",
|
|
81
85
|
"type_ref": "assays/components/local_file.json#properties/file_path",
|
|
82
|
-
"gcs_uri_format": "{protocol identifier}/cytof_analysis/{assay run id}/{batch id}/{cimac id}/cell_counts_compartment.csv",
|
|
86
|
+
"gcs_uri_format": "{protocol identifier}/cytof_analysis/{assay run id}/{cimac batch id}/{cimac id}/cell_counts_compartment.csv",
|
|
83
87
|
"is_artifact": 1
|
|
84
88
|
},
|
|
85
89
|
"cell counts profiling": {
|
|
86
90
|
"merge_pointer": "0/output_files/cell_counts_profiling",
|
|
87
91
|
"type_ref": "assays/components/local_file.json#properties/file_path",
|
|
88
|
-
"gcs_uri_format": "{protocol identifier}/cytof_analysis/{assay run id}/{batch id}/{cimac id}/cell_counts_profiling.csv",
|
|
92
|
+
"gcs_uri_format": "{protocol identifier}/cytof_analysis/{assay run id}/{cimac batch id}/{cimac id}/cell_counts_profiling.csv",
|
|
89
93
|
"is_artifact": 1
|
|
90
94
|
}
|
|
91
95
|
}
|
|
@@ -108,4 +112,4 @@
|
|
|
108
112
|
}
|
|
109
113
|
}
|
|
110
114
|
}
|
|
111
|
-
}
|
|
115
|
+
}
|
|
@@ -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/rna_assay-v0.json#properties/batch_id"
|
|
17
|
+
},
|
|
18
|
+
"CIDC Submission ID": {
|
|
19
|
+
"merge_pointer": "0/optional_id",
|
|
20
|
+
"type_ref": "assays/rna_assay-v0.json#properties/optional_id"
|
|
21
|
+
},
|
|
14
22
|
"folder": {
|
|
15
23
|
"do_not_merge": true,
|
|
16
24
|
"type": "string",
|
|
@@ -220,4 +228,4 @@
|
|
|
220
228
|
}
|
|
221
229
|
}
|
|
222
230
|
}
|
|
223
|
-
}
|
|
231
|
+
}
|