-
Notifications
You must be signed in to change notification settings - Fork 2
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 #163 from icgc-argo-workflows/payload-gen-seq-expe…
…[email protected] [release]
- Loading branch information
Showing
19 changed files
with
580 additions
and
17 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
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
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
131 changes: 131 additions & 0 deletions
131
...iment/tests/input/318a3b7c-f382-44ed-9c36-221c6254b958.sequencing_experiment.payload.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,131 @@ | ||
{ | ||
"analysisType": { | ||
"name": "sequencing_experiment" | ||
}, | ||
"studyId": "TEST-PRO", | ||
"experiment": { | ||
"submitter_sequencing_experiment_id": "TEST_EXP", | ||
"sequencing_center": "EXT", | ||
"platform": "ILLUMINA", | ||
"platform_model": "HiSeq 2000", | ||
"experimental_strategy": "WGS", | ||
"sequencing_date": "2014-12-12" | ||
}, | ||
"read_group_count": 3, | ||
"read_groups": [ | ||
{ | ||
"submitter_read_group_id": "C0HVY.2", | ||
"read_group_id_in_bam": null, | ||
"platform_unit": "74_8a", | ||
"is_paired_end": true, | ||
"file_r1": "test_rg_3.bam", | ||
"file_r2": "test_rg_3.bam", | ||
"read_length_r1": 150, | ||
"read_length_r2": 150, | ||
"insert_size": 298, | ||
"sample_barcode": null, | ||
"library_name": "Pond-147580" | ||
}, | ||
{ | ||
"submitter_read_group_id": "D0RE2.1", | ||
"read_group_id_in_bam": null, | ||
"platform_unit": "74_8b", | ||
"is_paired_end": true, | ||
"file_r1": "example1.bam", | ||
"file_r2": "example1.bam", | ||
"read_length_r1": 150, | ||
"read_length_r2": 150, | ||
"insert_size": 298, | ||
"sample_barcode": null, | ||
"library_name": "Pond-147580" | ||
}, | ||
{ | ||
"submitter_read_group_id": "D0RH0.2", | ||
"read_group_id_in_bam": null, | ||
"platform_unit": "74_8c", | ||
"is_paired_end": true, | ||
"file_r1": "example2.bam", | ||
"file_r2": "example2.bam", | ||
"read_length_r1": 150, | ||
"read_length_r2": 150, | ||
"insert_size": 298, | ||
"sample_barcode": null, | ||
"library_name": "Pond-147580" | ||
} | ||
], | ||
"samples": [ | ||
{ | ||
"submitterSampleId": "HCC1143_BAM_INPUT", | ||
"matchedNormalSubmitterSampleId": null, | ||
"sampleType": "Total DNA", | ||
"specimen": { | ||
"submitterSpecimenId": "HCC1143_BAM_INPUT", | ||
"tumourNormalDesignation": "Normal", | ||
"specimenTissueSource": "Blood derived", | ||
"specimenType": "Cell line - derived from normal" | ||
}, | ||
"donor": { | ||
"submitterDonorId": "HCC1143", | ||
"gender": "Female" | ||
} | ||
} | ||
], | ||
"files": [ | ||
{ | ||
"fileName": "test_rg_3.bam", | ||
"fileSize": 14911, | ||
"fileMd5sum": "178f97f7b1ca8bfc28fd5586bdd56799", | ||
"fileType": "BAM", | ||
"fileAccess": "controlled", | ||
"dataType": "Submitted Reads", | ||
"info": { | ||
"data_category": "Sequencing Reads", | ||
"ega": { | ||
"ega_file_id": "EGAF000001" | ||
} | ||
} | ||
}, | ||
{ | ||
"fileName": "example1.bam", | ||
"fileSize": 10, | ||
"fileMd5sum": "e2bb33a7b2c6a45933a994e3e2747458", | ||
"fileType": "BAM", | ||
"fileAccess": "controlled", | ||
"dataType": "Submitted Reads", | ||
"info": { | ||
"data_category": "Sequencing Reads", | ||
"ega": { | ||
"ega_file_id": "EGAF000002" | ||
}, | ||
"original_cram_info": { | ||
"fileName": "example1.cram", | ||
"fileSize": 9, | ||
"fileMd5sum": "69e5bd0f686feb422ac4592bab5d74af", | ||
"fileType": "CRAM", | ||
"referenceFileName": "hello.fasta" | ||
} | ||
} | ||
}, | ||
{ | ||
"fileName": "example2.bam", | ||
"fileSize": 8, | ||
"fileMd5sum": "6faea40b2115116047ada65237661273", | ||
"fileType": "BAM", | ||
"fileAccess": "controlled", | ||
"dataType": "Submitted Reads", | ||
"info": { | ||
"data_category": "Sequencing Reads", | ||
"ega": { | ||
"ega_file_id": "EGAF000003" | ||
}, | ||
"original_cram_info": { | ||
"fileName": "example2.cram", | ||
"fileSize": 11, | ||
"fileMd5sum": "4dfbb139c7ee52270157abc5ed3f7842", | ||
"fileType": "CRAM", | ||
"referenceFileName": "hello.fasta" | ||
} | ||
} | ||
} | ||
] | ||
} |
Oops, something went wrong.