Skip to content

Commit

Permalink
Merge pull request #77 from CanDIG/feature/map_multisample_2
Browse files Browse the repository at this point in the history
Add a mapping for the multisample_2 sample ingested during integration tests
  • Loading branch information
OrdiNeu authored Mar 5, 2024
2 parents 6808db2 + b29cfa3 commit 7dc1375
Showing 1 changed file with 31 additions and 4 deletions.
35 changes: 31 additions & 4 deletions tests/genomic_ingest.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,37 @@
"genomic_file_sample_id": "TUMOR",
"submitter_sample_id": "SAMPLE_REGISTRATION_4"
},
{
"genomic_file_sample_id": "NORMAL",
"submitter_sample_id": "SPECIMEN_5"
}
{
"genomic_file_sample_id": "NORMAL",
"submitter_sample_id": "SPECIMEN_5"
}
]
},
{
"program_id": "SYNTHETIC-2",
"genomic_file_id": "multisample_2",
"main": {
"access_method": "file:////app/htsget_server/data/files/multisample_2.vcf.gz",
"name": "multisample_2.vcf.gz"
},
"index": {
"access_method": "file:////app/htsget_server/data/files/multisample_2.vcf.gz.tbi",
"name": "multisample_2.vcf.gz.tbi"
},
"metadata": {
"sequence_type": "wgs",
"data_type": "variant",
"reference": "hg38"
},
"samples": [
{
"genomic_file_sample_id": "TUMOR",
"submitter_sample_id": "SAMPLE_REGISTRATION_1"
},
{
"genomic_file_sample_id": "NORMAL",
"submitter_sample_id": "SAMPLE_REGISTRATION_2"
}
]
},
{
Expand Down

0 comments on commit 7dc1375

Please sign in to comment.