-
Notifications
You must be signed in to change notification settings - Fork 307
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update wdl_runner to support pipelines v2 (#261)
* Pipelines v2 wdl_runner integration
- Loading branch information
1 parent
90881fc
commit df117eb
Showing
7 changed files
with
33 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
runners/cromwell_on_google/wdl_runner/test-wdl/ga4ghMd5.inputs.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"ga4ghMd5.inputFile": "gs://ga4gh-tool-execution-challenge/phase1/md5sum.input" | ||
} | ||
"ga4ghMd5.inputFile": "gs://ga4gh-tool-execution-challenge/phase1/md5sum.input" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,15 @@ | ||
name: WDL Runner | ||
description: Run a workflow defined by a WDL file | ||
|
||
inputParameters: | ||
- name: WDL | ||
description: Workflow definition | ||
- name: WORKFLOW_INPUTS | ||
description: Workflow inputs | ||
- name: WORKFLOW_OPTIONS | ||
description: Workflow options | ||
|
||
- name: WORKSPACE | ||
description: Cloud Storage path for intermediate files | ||
- name: OUTPUTS | ||
description: Cloud Storage path for output files | ||
|
||
docker: | ||
imageName: gcr.io/broad-dsde-outreach/wdl_runner:2017_10_02 | ||
|
||
cmd: > | ||
/wdl_runner/wdl_runner.sh | ||
actions: | ||
- name: SSH | ||
imageUri: gcr.io/cloud-genomics-pipelines/tools | ||
entrypoint: ssh-server | ||
flags: [ 'RUN_IN_BACKGROUND' ] | ||
portMappings: | ||
22: 22 | ||
- name: WDL_Runner | ||
commands: [ '/wdl_runner/wdl_runner.sh' ] | ||
imageUri: gcr.io/broad-dsde-outreach/wdl_runner:2018_11_28 | ||
|
||
resources: | ||
minimumRamGb: 3.75 | ||
virtualMachine: | ||
machineType: n1-standard-1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters