Skip to content

Commit

Permalink
[DT-781][risk=no] adding CDR v8 in preprod config (#8473)
Browse files Browse the repository at this point in the history
* adding CDR v8

* updating typo in creation date

* updating release numbers
  • Loading branch information
freemabd authored Apr 4, 2024
1 parent 8f039db commit 7eef4fe
Showing 1 changed file with 47 additions and 2 deletions.
49 changes: 47 additions & 2 deletions api/config/cdr_config_preprod.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@
{
"cdrVersionId": 12,
"name": "All of Us Registered Tier Dataset v7",
"isDefault": true,
"bigqueryProject": "fc-aou-cdr-preprod",
"bigqueryDataset": "R2022Q4R9",
"creationTime": "2022-11-15 00:00:00Z",
Expand All @@ -206,7 +205,6 @@
{
"cdrVersionId": 13,
"name": "All of Us Controlled Tier Dataset v7",
"isDefault": true,
"bigqueryProject": "fc-aou-cdr-preprod-ct",
"bigqueryDataset": "C2022Q4R11",
"wgsBigqueryDataset": "wgs_C2023Q1",
Expand All @@ -233,6 +231,53 @@
"wgsLongReadsHailT2T": "longreads/hail.mt/T2T",
"wgsLongReadsJointVcfGRCh38": "longreads/joint_vcf/GRCh38",
"wgsLongReadsJointVcfT2T": "longreads/joint_vcf/T2T"
},
{
"cdrVersionId": 14,
"name": "All of Us Registered Tier Dataset v8",
"isDefault": true,
"bigqueryProject": "fc-aou-cdr-preprod",
"bigqueryDataset": "R2024Q3R3",
"creationTime": "2024-03-29 00:00:00Z",
"releaseNumber": 15,
"numParticipants": 628664,
"cdrDbName": "r_2024q3_1",
"hasFitbitData": true,
"hasFitbitSleepData": true,
"hasCopeSurveyData": true,
"hasSurveyConductData": true,
"accessTier": "registered"
},
{
"cdrVersionId": 15,
"name": "All of Us Controlled Tier Dataset v8",
"isDefault": true,
"bigqueryProject": "fc-aou-cdr-preprod-ct",
"bigqueryDataset": "C2024Q3R3",
"wgsBigqueryDataset": "wgs_C2023Q1",
"wgsFilterSetName": "delta",
"creationTime": "2024-03-29 00:00:00Z",
"releaseNumber": 16,
"numParticipants": 633547,
"cdrDbName": "c_2024q3_1",
"hasFitbitData": true,
"hasFitbitSleepData": true,
"hasCopeSurveyData": true,
"hasSurveyConductData": true,
"accessTier": "controlled",
"storageBasePath": "v8",
"wgsHailStoragePath": "wgs/hail.mt",
"microarrayHailStoragePath": "microarray/hail.mt",
"microarrayVcfSingleSampleStoragePath": "microarray/vcf/single_sample/delta",
"wgsVdsPath": "wgs/vds/gvs_export.vds",
"wgsExomeVcfPath": "wgs/without_ext_aian_prod/vds/exome/vcf",
"wgsAcafThresholdVcfPath": "wgs/without_ext_aian_prod/vds/acaf_threshold/vcf",
"wgsClinvarVcfPath": "wgs/without_ext_aian_prod/vds/clinvar/vcf",
"wgsLongReadsManifestPath": "longreads/manifest.csv",
"wgsLongReadsHailGRCh38": "longreads/hail.mt/GRCh38",
"wgsLongReadsHailT2T": "longreads/hail.mt/T2T",
"wgsLongReadsJointVcfGRCh38": "longreads/joint_vcf/GRCh38",
"wgsLongReadsJointVcfT2T": "longreads/joint_vcf/T2T"
}
]
}

0 comments on commit 7eef4fe

Please sign in to comment.