Skip to content

Commit

Permalink
remove problematic storage_location imports (#7119)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorgantaylor committed Apr 6, 2021
1 parent 1f91ef5 commit ffd7bae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/variantstore/wdl/ImportGenomes.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ workflow ImportGenomes {
input:
project_id = project_id,
dataset_name = dataset_name,
storage_location = output_directory,
datatype = "metadata",
max_table_id = GetMaxTableId.max_table_id,
schema = metadata_schema,
Expand All @@ -46,7 +45,6 @@ workflow ImportGenomes {
input:
project_id = project_id,
dataset_name = dataset_name,
storage_location = output_directory,
datatype = "pet",
max_table_id = GetMaxTableId.max_table_id,
schema = pet_schema,
Expand All @@ -61,7 +59,6 @@ workflow ImportGenomes {
input:
project_id = project_id,
dataset_name = dataset_name,
storage_location = output_directory,
datatype = "vet",
max_table_id = GetMaxTableId.max_table_id,
schema = vet_schema,
Expand Down

0 comments on commit ffd7bae

Please sign in to comment.