Skip to content

Commit

Permalink
[GEN-1468] overwrite tier1 variable (#156)
Browse files Browse the repository at this point in the history
* add function to overwrite tier1a variables for specific cohort
* add function to check join keys betweem bpc and main Genie and log tier1a replacement
* moved test scripts to module folder
  • Loading branch information
danlu1 authored Jan 11, 2025
1 parent 2ce5889 commit 95e96c4
Show file tree
Hide file tree
Showing 6 changed files with 904 additions and 306 deletions.
22 changes: 18 additions & 4 deletions scripts/table_updates/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"BLADDER": "syn26721150",
"NSCLC2": "syn51318735",
"CRC2": "syn52943208",
"RENAL": "syn59474241"
"RENAL": "syn59474241",
"OVARIAN": "syn64042751"
},
"irr":{
Expand All @@ -18,10 +18,24 @@
"BLADDER": "syn26721151",
"NSCLC2": "syn51318736",
"CRC2": "syn52943210",
"RENAL": "syn59474249"
"RENAL": "syn59474249",
"OVARIAN": "syn64042773"
},
"main_genie_release_version": "16.6-consortium",
"tier1a_replacement_mapping":{
"patient_characteristics_tier1a_replacement_mapping_table": "syn64331052",
"cancer_panel_test_tier1a_replacement_mapping_table": "syn64331055"
},
"main_genie_release_version": "17.6-consortium",
"main_genie_data_release_files": "syn16804261",
"main_genie_sample_mapping_table": "syn7434273"
"main_genie_sample_mapping_table": "syn7434273",
"patient_tier1a_column_list_to_be_replaced": [
"naaccr_ethnicity_code",
"naaccr_race_code_primary",
"naaccr_race_code_secondary",
"naaccr_race_code_tertiary",
"naaccr_sex_code"
],
"sample_tier1a_column_list_to_be_replaced": [
"cpt_sample_type", "cpt_seq_date"
]
}
Loading

0 comments on commit 95e96c4

Please sign in to comment.