-
Notifications
You must be signed in to change notification settings - Fork 2
/
_pkgdown.yml
51 lines (51 loc) · 1.06 KB
/
_pkgdown.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
44
45
46
47
48
49
50
51
reference:
- title: "Read workflows"
contents:
- read_cwl
- read_cwl_json
- read_cwl_yaml
- title: "Parse workflows"
contents:
- parse_type
- parse_meta
- parse_inputs
- parse_outputs
- parse_steps
- parse_cwl
- title: "Get parameters in workflows"
contents:
- get_cwl_version
- get_inputs_id
- get_inputs_label
- get_outputs_id
- get_outputs_label
- get_steps_id
- get_steps_label
- get_steps_doc
- get_steps_version
- get_steps_revision
- title: "Get graph elements in workflows"
contents:
- get_nodes
- get_edges
- get_graph
- title: "Visualize workflows"
contents:
- visualize_graph
- title: "Export workflow visualizations"
contents:
- export_html
- export_image
- title: "Shiny widget"
contents:
- cwl_output
- render_cwl
- title: "Utilities"
contents:
- is_cwl
- is_tool
- is_workflow
- is_draft2
- is_v1.0
- is_v1.1
- print.cwl