|
1 | 1 | {
|
2 |
| - "study" : "ABC123", |
| 2 | + "studyId" : "ABC123", |
3 | 3 | "analysisType" : {
|
4 |
| - "name" : "variantCall", |
5 |
| - "version" : 1 |
| 4 | + "name" : "variantCall" |
6 | 5 | },
|
7 | 6 | "experiment": {
|
8 | 7 | "variantCallingTool": "silver bullet",
|
9 |
| - "matchedNormalSampleSubmitterId": "sample x24-11a", |
| 8 | + "matchedNormalSampleSubmitterId": "sample-x24-11a", |
10 | 9 | "randomField14" : "we can define any EXPERIMENT field. For example, randomField14",
|
11 | 10 | "randomField15" : "as a second example, we can define another random EXPERIMENT field called randomField15",
|
12 | 11 | "info" : {
|
13 | 12 | "randomField16" : "alternatively, put some extra EXPERIMENT fields here"
|
14 | 13 | }
|
15 | 14 | },
|
16 |
| - "sample": [ |
| 15 | + "samples": [ |
17 | 16 | {
|
18 |
| - "sampleSubmitterId": "internal_sample_98024759826836", |
| 17 | + "submitterSampleId": "internal_sample_98024759826836", |
19 | 18 | "sampleType": "Total RNA",
|
| 19 | + "matchedNormalSubmitterSampleId": "sample-x24-11a", |
20 | 20 | "specimen": {
|
21 |
| - "specimenSubmitterId": "internal_specimen_9b73gk8s02dk", |
22 |
| - "specimenClass": "Tumour", |
23 |
| - "specimenType": "Primary tumour - other", |
| 21 | + "submitterSpecimenId": "internal_specimen_9b73gk8s02dk", |
| 22 | + "specimenType": "Primary tumour", |
| 23 | + "specimenTissueSource": "Solid tissue", |
| 24 | + "tumourNormalDesignation": "Tumour", |
24 | 25 | "randomField1" : "we can define any SPECIMEN field. For example, randomField1",
|
25 | 26 | "randomField2" : "as a second example, we can define another random SPECIMEN field called randomField2",
|
26 | 27 | "info" : {
|
27 | 28 | "randomField3" : "alternatively, put some extra SPECIMEN fields here"
|
28 | 29 | }
|
29 | 30 | },
|
30 | 31 | "donor": {
|
31 |
| - "donorSubmitterId": "internal_donor_123456789-00", |
32 |
| - "donorGender": "female", |
| 32 | + "submitterDonorId": "internal_donor_123456789-00", |
| 33 | + "gender": "Female", |
33 | 34 | "randomField4" : "we can define any DONOR field. For example, randomField4",
|
34 | 35 | "randomField5" : "as a second example, we can define another random DONOR field called randomField5",
|
35 | 36 | "info" : {
|
|
43 | 44 | }
|
44 | 45 | }
|
45 | 46 | ],
|
46 |
| - "file": [ |
| 47 | + "files": [ |
47 | 48 | {
|
| 49 | + "dataType": "Variant Calling Data", |
48 | 50 | "fileName": "example.vcf.gz",
|
49 | 51 | "fileSize": 52,
|
50 | 52 | "fileMd5sum": "9a793e90d0d1e11301ea8da996446e59",
|
|
57 | 59 | }
|
58 | 60 | },
|
59 | 61 | {
|
| 62 | + "dataType": "Variant Calling Index", |
60 | 63 | "fileName": "example.vcf.gz.idx",
|
61 | 64 | "fileSize": 25,
|
62 | 65 | "fileMd5sum": "c03274816eb4907a92b8e5632cd6eb81",
|
|
0 commit comments