Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mcovarr committed Oct 18, 2024
1 parent 2c31563 commit 8d9c2e2
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: gcpbatch_google_labels_sub
testFormat: workflowsuccess
backends: [GCPBATCH]

files {
workflow: google_labels/gcpbatch_wrapper.wdl
options: google_labels/good_options.json
imports: [
google_labels/google_labels.wdl
]
}

metadata {
workflowName: google_labels_wrapper
status: Succeeded
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version 1.0

import "google_labels.wdl"

workflow google_labels_wrapper {
call google_labels.google_labels { input:
expected_kvps = [ ("cromwell-sub-workflow-name", "google_labels"), ("wdl-task-name", "check_labels") ],
check_aliases = false
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: google_labels_sub
testFormat: workflowsuccess
# see doc 2.13
backends: [Papiv2, GCPBATCH_FAIL]
backends: [Papiv2, GCPBATCH_ALT]

files {
workflow: google_labels/wrapper.wdl
Expand Down

0 comments on commit 8d9c2e2

Please sign in to comment.