Skip to content

Commit

Permalink
Use precomputed base64 encoded unique identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
pvannierop authored and inodb committed May 25, 2023
1 parent 5848c47 commit c1e40be
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
patient_stable_id as patientStableId,
sample_stable_id as stableId,
cancer_study_identifier as cancerStudyIdentifier,
base64Encode(sample_unique_id) as uniqueSampleKey,
base64Encode(patient_unique_id) as uniquePatientKey
sample_unique_id_base64 as uniqueSampley,
patient_unique_id_base64 as uniquePatientKey
FROM sample
WHERE sample_unique_id IN (
<!-- Study View Filter-->
Expand Down

0 comments on commit c1e40be

Please sign in to comment.