Skip to content

Commit

Permalink
remove some leftover branch names
Browse files Browse the repository at this point in the history
  • Loading branch information
mcovarr committed Jul 12, 2023
1 parent f7c36ef commit c373374
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions scripts/variantstore/wdl/GvsJointVariantCalling.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ workflow GvsJointVariantCalling {
Boolean use_classic_VQSR = true
# Beta users have accounts with tighter quotas, and we must work around that
Boolean tighter_gcp_quotas = true
String branch_name = "ah_var_store"
# TODO should these all be exposed in this WDL?
String? sample_id_column_name ## Note that a column WILL exist that is the <entity>_id from the table name. However, some users will want to specify an alternate column for the sample_name during ingest
String? vcf_files_column_name
Expand Down Expand Up @@ -81,7 +80,6 @@ workflow GvsJointVariantCalling {
SNP_VQSR_CLASSIC_mem_gb_override = SNP_VQSR_CLASSIC_mem_gb_override,
drop_state = drop_state,
is_beta_user = tighter_gcp_quotas,
branch_name = branch_name,
sample_id_column_name = sample_id_column_name,
vcf_files_column_name = vcf_files_column_name,
vcf_index_files_column_name = vcf_index_files_column_name,
Expand Down
1 change: 0 additions & 1 deletion scripts/variantstore/wdl/GvsQuickstartVcfIntegration.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ workflow GvsQuickstartVcfIntegration {
extract_do_not_filter_override = extract_do_not_filter_override,
drop_state = drop_state,
interval_list = interval_list,
branch_name = branch_name,
sample_id_column_name = sample_id_column_name,
vcf_files_column_name = vcf_files_column_name,
vcf_index_files_column_name = vcf_index_files_column_name,
Expand Down
1 change: 0 additions & 1 deletion scripts/variantstore/wdl/GvsUnified.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ workflow GvsUnified {
Int? split_intervals_mem_override
Boolean extract_do_not_filter_override = false
# End GvsExtractCallset
String branch_name
String? sample_id_column_name ## Note that a column WILL exist that is the <entity>_id from the table name. However, some users will want to specify an alternate column for the sample_name during ingest
String? vcf_files_column_name
String? vcf_index_files_column_name
Expand Down

0 comments on commit c373374

Please sign in to comment.