Skip to content

Commit 48c93f7

Browse files
committed
fix billing project reference
1 parent 7466084 commit 48c93f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipelines/wdl/glimpse/low_pass_imputation/input_qc/Glimpse2LowPassImputationQC.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ task ValidateCramsAndIndicesAndSampleIds {
243243
crams_exceeding_max_size = []
244244
245245
# Create storage client
246-
client = storage.Client(project=billing_project_for_rp) if billing_project_for_rp else storage.Client()
246+
client = storage.Client(project=billing_project) if billing_project else storage.Client()
247247
248248
for cram in crams:
249249
try:

0 commit comments

Comments
 (0)