Skip to content

Commit

Permalink
Update GvsImportGenomes.wdl (#7462)
Browse files Browse the repository at this point in the history
Making GetSampleIds volatile so it doesn't call cache to outdated information (since BQ could have changed, and cromwell wouldn't know it)
  • Loading branch information
kcibul authored and RoriCremer committed Sep 20, 2021
1 parent ed1ce94 commit 3ca04fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/variantstore/wdl/GvsImportGenomes.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -865,6 +865,10 @@ task SetIsLoadedColumn {
}

task GetSampleIds {
meta {
volatile: true
}

input {
Array[String] external_sample_names
String project_id
Expand Down

0 comments on commit 3ca04fe

Please sign in to comment.