From 99dc3bd4a754b857c5ff9db8b29bdd89c17cdeb7 Mon Sep 17 00:00:00 2001 From: ggrant Date: Mon, 27 Jan 2025 14:09:01 -0500 Subject: [PATCH] Stuff for final work --- .dockstore.yml | 12 ++++++------ .../wdl/test/GvsQuickstartIntegration.wdl | 1 - 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.dockstore.yml b/.dockstore.yml index e4cb3f104d4..35084851b7e 100644 --- a/.dockstore.yml +++ b/.dockstore.yml @@ -323,12 +323,12 @@ workflows: subclass: WDL primaryDescriptorPath: /scripts/variantstore/wdl/test/GvsQuickstartVATIntegration.wdl filters: - branches: - - master - - ah_var_store - - gg_VS-1549_AddVATToIntegrationTests - tags: - - /.*/ + branches: + - master + - ah_var_store + - gg_VS-1549_AddVATToIntegrationTests + tags: + - /.*/ - name: GvsIngestTieout subclass: WDL primaryDescriptorPath: /scripts/variantstore/wdl/test/GvsIngestTieout.wdl diff --git a/scripts/variantstore/wdl/test/GvsQuickstartIntegration.wdl b/scripts/variantstore/wdl/test/GvsQuickstartIntegration.wdl index 2a7668d3901..ca3adcc2253 100644 --- a/scripts/variantstore/wdl/test/GvsQuickstartIntegration.wdl +++ b/scripts/variantstore/wdl/test/GvsQuickstartIntegration.wdl @@ -81,7 +81,6 @@ workflow GvsQuickstartIntegration { String workspace_id = GetToolVersions.workspace_id String submission_id = GetToolVersions.submission_id - # Note for `GvsQuickstartIntegration` we use the git_branch_or_tag *input* and its corresponding git hash. This is not # necessarily the same as the branch name selected in Terra for the integration `GvsQuickstartIntegration` workflow, # though in practice likely they are the same.