Skip to content

Commit

Permalink
suffering a file name clash and overriding the same file. Changing to…
Browse files Browse the repository at this point in the history
… make file names unique
  • Loading branch information
koncheto-broad committed Mar 20, 2024
1 parent 65c0164 commit 7a9d105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/variantstore/wdl/GvsImportGenomes.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ task LoadData {
sample_name="${SAMPLE_NAMES_ARRAY[$i]}"

# we always do our own localization
updated_input_vcf=input_vcf_$i_$sample_name.vcf.gz
updated_input_vcf=input_vcf_${i}_${sample_name}.vcf.gz
gcloud storage ~{"--billing-project " + billing_project_id} cp $gs_input_vcf $updated_input_vcf
gcloud storage ~{"--billing-project " + billing_project_id} cp $gs_input_vcf_index ${updated_input_vcf}.tbi
# updated_input_vcf=input_vcf_$i_$sample_name.vcf.gz
Expand Down

0 comments on commit 7a9d105

Please sign in to comment.