forked from unity-sds/sounder-sips-application
-
Notifications
You must be signed in to change notification settings - Fork 3
/
.dockstore.yml
37 lines (32 loc) · 977 Bytes
/
.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
version: 1.2
workflows:
- name: "sounder_sips_l1a"
subclass: CWL
publish: true
primaryDescriptorPath: /cwl/l1a_workflow.cwl
authors:
- name: "James McDuffie"
email: "[email protected]"
- name: "sounder_sips_l1b"
subclass: CWL
publish: true
primaryDescriptorPath: /cwl/l1b_workflow.cwl
authors:
- name: "James McDuffie"
email: "[email protected]"
#Registering tools that are used in workflows currently creates link in workflow that points to "dockstore.org"
#tools:
# - name: "sounder_sips_l1a_tool"
# subclass: CWL
# publish: true
# primaryDescriptorPath: /cwl/l1a_tool.cwl
# authors:
# - name: "James McDuffie"
# email: "[email protected]"
# - name: "sounder_sips_l1b_tool"
# subclass: CWL
# publish: true
# primaryDescriptorPath: /cwl/l1b_tool.cwl
# authors:
# - name: "James McDuffie"
# email: "[email protected]"