forked from genxnetwork/grape
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.dockstore.yml
43 lines (38 loc) · 1.24 KB
/
.dockstore.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
version: 1.2
workflows:
- name: GRAPE preprocessing
subclass: CWL
publish: true
primaryDescriptorPath: workflows/preprocess2/cwl/preprocess.cwl
testParameterFiles:
- workflows/preprocess2/cwl/config.json
- name: GRAPE reference downloading
subclass: CWL
publish: true
primaryDescriptorPath: workflows/reference/cwl/ref.cwl
testParameterFiles:
- workflows/reference/cwl/config.json
- name: GRAPE reference minimal downloading
subclass: CWL
publish: true
primaryDescriptorPath: workflows/reference/cwl/ref_min.cwl
testParameterFiles:
- workflows/reference/cwl/config.json
- name: GRAPE bundle downloading
subclass: CWL
publish: true
primaryDescriptor: workflows/bundle/cwl/bundle.cwl
testParameterFiles:
- workflows/bundle/cwl/config.json
- name: GRAPE bundle minimal downloading
subclass: CWL
publish: true
primaryDescriptor: workflows/bundle/cwl/bundle_min.cwl
testParameterFiles:
- workflows/bundle/cwl/config.json
- name: GRAPE simulation
subclass: CWL
publish: true
primaryDescriptorPath: workflows/pedsim/cwl/simulation.cwl
testParameterFiles:
- workflows/pedsim/cwl/config.json