-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #79 from icgc-argo/update_experiment_workflow
update experiment and workflow for all schemas
- Loading branch information
Showing
15 changed files
with
2,265 additions
and
1,271 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"analysisId": "bcd90fe1-94f0-46bb-990f-e194f0a6bb6e", | ||
"studyId": "TEST-PR", | ||
"samples": [ | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"analysisId": "a02ef79d-469b-4df2-aef7-9d469bcdf299", | ||
"studyId": "TEST-PR", | ||
"samples": [ | ||
{ | ||
|
92 changes: 92 additions & 0 deletions
92
example_payloads/dna-seq/sequencing_experiment.target_tumour.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
{ | ||
"studyId": "TEST-PR", | ||
"analysisType": { | ||
"name": "sequencing_experiment" | ||
}, | ||
"samples": [ | ||
{ | ||
"submitterSampleId": "HCC1143_BAM_INPUT", | ||
"sampleType": "Total DNA", | ||
"matchedNormalSubmitterSampleId": null, | ||
"specimen": { | ||
"submitterSpecimenId": "HCC1143_BAM_INPUT", | ||
"tumourNormalDesignation": "Tumour", | ||
"specimenTissueSource": "Blood derived", | ||
"specimenType": "Tumour" | ||
}, | ||
"donor": { | ||
"gender": "Female", | ||
"submitterDonorId": "HCC1143" | ||
} | ||
} | ||
], | ||
"files": [ | ||
{ | ||
"info": { | ||
"data_category": "Sequencing Reads" | ||
}, | ||
"fileName": "ffa7767e7d2f6205ecf971a40ccdea44.bam", | ||
"fileSize": 14988, | ||
"fileType": "BAM", | ||
"fileMd5sum": "da81a03e0a04f165f4a682e8e02a8e3c", | ||
"fileAccess": "controlled", | ||
"dataType": "Submitted Reads" | ||
} | ||
], | ||
"experiment": { | ||
"experimental_strategy": "Targeted-Seq", | ||
"platform": "ILLUMINA", | ||
"target_capture_kit": "test-1", | ||
"primary_target_regions": "test-1-primary.bed", | ||
"capture_target_regions": "test-1-capture.bed", | ||
"library_selection": "Hybrid Selection", | ||
"number_of_genes": 400, | ||
"gene_padding": 20, | ||
"coverage": [ | ||
"Hotspot Regions", | ||
"Promoters" | ||
] | ||
}, | ||
"read_group_count": 3, | ||
"read_groups": [ | ||
{ | ||
"file_r1": "ffa7767e7d2f6205ecf971a40ccdea44.bam", | ||
"file_r2": "ffa7767e7d2f6205ecf971a40ccdea44.bam", | ||
"insert_size": 298, | ||
"is_paired_end": true, | ||
"library_name": "Pond-147580", | ||
"platform_unit": "74_8a", | ||
"read_group_id_in_bam": "C0HVY.2", | ||
"read_length_r1": 150, | ||
"read_length_r2": 150, | ||
"sample_barcode": null, | ||
"submitter_read_group_id": "C0HVY_2" | ||
}, | ||
{ | ||
"file_r1": "ffa7767e7d2f6205ecf971a40ccdea44.bam", | ||
"file_r2": "ffa7767e7d2f6205ecf971a40ccdea44.bam", | ||
"insert_size": 298, | ||
"is_paired_end": true, | ||
"library_name": "Pond-147580", | ||
"platform_unit": "74_8b", | ||
"read_group_id_in_bam": "D0RE2.1", | ||
"read_length_r1": 150, | ||
"read_length_r2": 150, | ||
"sample_barcode": null, | ||
"submitter_read_group_id": "D0RE2_1" | ||
}, | ||
{ | ||
"file_r1": "ffa7767e7d2f6205ecf971a40ccdea44.bam", | ||
"file_r2": "ffa7767e7d2f6205ecf971a40ccdea44.bam", | ||
"insert_size": 298, | ||
"is_paired_end": true, | ||
"library_name": "Pond-147580", | ||
"platform_unit": "74_8c", | ||
"read_group_id_in_bam": "D0RH0.2", | ||
"read_length_r1": 150, | ||
"read_length_r2": 150, | ||
"sample_barcode": null, | ||
"submitter_read_group_id": "D0RH0_2" | ||
} | ||
] | ||
} |
82 changes: 82 additions & 0 deletions
82
example_payloads/dna-seq/sequencing_experiment.wgs_tumour.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
{ | ||
"studyId": "TEST-PR", | ||
"analysisType": { | ||
"name": "sequencing_experiment" | ||
}, | ||
"samples": [ | ||
{ | ||
"submitterSampleId": "HCC1143_BAM_INPUT", | ||
"sampleType": "Total DNA", | ||
"matchedNormalSubmitterSampleId": null, | ||
"specimen": { | ||
"submitterSpecimenId": "HCC1143_BAM_INPUT", | ||
"tumourNormalDesignation": "Tumour", | ||
"specimenTissueSource": "Blood derived", | ||
"specimenType": "Tumour" | ||
}, | ||
"donor": { | ||
"gender": "Female", | ||
"submitterDonorId": "HCC1143" | ||
} | ||
} | ||
], | ||
"files": [ | ||
{ | ||
"info": { | ||
"data_category": "Sequencing Reads" | ||
}, | ||
"fileName": "ffa7767e7d2f6205ecf971a40ccdea44.bam", | ||
"fileSize": 14988, | ||
"fileType": "BAM", | ||
"fileMd5sum": "da81a03e0a04f165f4a682e8e02a8e3c", | ||
"fileAccess": "controlled", | ||
"dataType": "Submitted Reads" | ||
} | ||
], | ||
"experiment": { | ||
"experimental_strategy": "WGS", | ||
"platform": "ILLUMINA" | ||
}, | ||
"read_group_count": 3, | ||
"read_groups": [ | ||
{ | ||
"file_r1": "ffa7767e7d2f6205ecf971a40ccdea44.bam", | ||
"file_r2": "ffa7767e7d2f6205ecf971a40ccdea44.bam", | ||
"insert_size": 298, | ||
"is_paired_end": true, | ||
"library_name": "Pond-147580", | ||
"platform_unit": "74_8a", | ||
"read_group_id_in_bam": "C0HVY.2", | ||
"read_length_r1": 150, | ||
"read_length_r2": 150, | ||
"sample_barcode": null, | ||
"submitter_read_group_id": "C0HVY_2" | ||
}, | ||
{ | ||
"file_r1": "ffa7767e7d2f6205ecf971a40ccdea44.bam", | ||
"file_r2": "ffa7767e7d2f6205ecf971a40ccdea44.bam", | ||
"insert_size": 298, | ||
"is_paired_end": true, | ||
"library_name": "Pond-147580", | ||
"platform_unit": "74_8b", | ||
"read_group_id_in_bam": "D0RE2.1", | ||
"read_length_r1": 150, | ||
"read_length_r2": 150, | ||
"sample_barcode": null, | ||
"submitter_read_group_id": "D0RE2_1" | ||
}, | ||
{ | ||
"file_r1": "ffa7767e7d2f6205ecf971a40ccdea44.bam", | ||
"file_r2": "ffa7767e7d2f6205ecf971a40ccdea44.bam", | ||
"insert_size": 298, | ||
"is_paired_end": true, | ||
"library_name": "Pond-147580", | ||
"platform_unit": "74_8c", | ||
"read_group_id_in_bam": "D0RH0.2", | ||
"read_length_r1": 150, | ||
"read_length_r2": 150, | ||
"sample_barcode": null, | ||
"submitter_read_group_id": "D0RH0_2" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"analysisId": "a97ed172-533f-4700-bed1-72533f37008a", | ||
"studyId": "TEST-PR", | ||
"samples": [ | ||
{ | ||
|
Oops, something went wrong.