Skip to content

Commit

Permalink
Update .dockstore.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard-Hansen authored Mar 11, 2022
1 parent 04917ad commit f716247
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .dockstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,76 +7,46 @@ workflows:
primaryDescriptorPath: /workflows/wdl/w1/singleDescriptorWithInput.wdl
testParameterFiles:
- /workflows/wdl/w1/test.json
filters:
branches:
- main

- name: multi-descriptor-no-input
publish: true
subclass: WDL
primaryDescriptorPath: /workflows/wdl/w2/multiDescriptorNoInput.wdl
filters:
branches:
- main

- name: single-descriptor-no-input
publish: true
subclass: WDL
primaryDescriptorPath: /workflows/wdl/w3/singleDescriptorNoInput.wdl
filters:
branches:
- main

- name: single-descriptor-nested-input
publish: true
subclass: WDL
primaryDescriptorPath: /workflows/wdl/w4/singleDescriptorNestedInput.wdl
testParameterFiles:
- /workflows/wdl/w4/inputJson.json
filters:
branches:
- main

- name: single-descriptor-complex-nested-input
publish: true
subclass: WDL
primaryDescriptorPath: /workflows/wdl/w5/singleDescriptorComplexNestedInput.wdl
testParameterFiles:
- /workflows/wdl/w5/inputJson.json
filters:
branches:
- main

- name: agc-hello-world
publish: true
subclass: WDL
primaryDescriptorPath: /agc-examples/hello-world/Dockstore.wdl
filters:
branches:
- main
tags:
- 1.12

- name: agc-hello-world-input
publish: true
subclass: WDL
primaryDescriptorPath: /agc-examples/hello-world-inputs/Dockstore.wdl
testParameterFiles:
- /agc-examples/hello-world-inputs/input.json
filters:
branches:
- main
tags:
- 1.12

- name: agc-fastq-read-counts
publish: true
subclass: WDL
primaryDescriptorPath: /agc-examples/fastq/Dockstore.wdl
testParameterFiles:
- /agc-examples/fastq/input.json
filters:
branches:
- main
tags:
- 1.12

0 comments on commit f716247

Please sign in to comment.