-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
37 lines (33 loc) · 1.01 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
url: https://epimodel.github.io/slurmworkflow/
template:
bootstrap: 5
reference:
- title: "Workflow Creation"
desc: >
Functions to create and edit a workflow
contents:
- create_workflow
- add_workflow_step
- title: "Step Templates"
desc: >
Functions governing what is run by a step.
contents:
- starts_with("step_tmpl")
- title: "Changing the Execution Order"
desc: >
Functions to query the currently running step and change the step to be run
next. These functions are to be used inside a workflow running on an HPC.
They allow conditional execution and loop like behavior.
contents:
- change_next_workflow_step
- get_current_workflow_step
- title: "Utilities for Making Custom Step Templates"
desc: >
Functions used to create custom step templates from scratch.
In most case, a new step template can be created as a wrapper around one of
the existing templates.
contents:
- get_workflow_root
- load_workflow
- helper_use_setup_lines
- helper_write_instructions