Skip to content

Commit c4f78ac

Browse files
committed
Update edf.md
1 parent 77e571c commit c4f78ac

File tree

1 file changed

+5
-1
lines changed
  • docs/software/container-engine

1 file changed

+5
-1
lines changed

docs/software/container-engine/edf.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ EDF files use the [TOML format](https://toml.io/en/). For details about the data
55

66
## EDF entries
77

8+
If not specified, the default value is an empty value of the corresponding type.
9+
810
### base_environment
911

1012
(ARRAY or STRING) Ordered list of EDFs that this file inherits from. Parameters from listed environments are evaluated sequentially. Supports up to 10 levels of recursion.
@@ -191,4 +193,6 @@ Environment variable expansion allows for dynamic substitution of environment va
191193

192194
## Relative paths expansion
193195

194-
Relative filesystem paths can be used within EDF parameters, and will be expanded by the CE at runtime. The paths are interpreted as relative to the working directory of the process calling the CE, not to the location of the EDF file.
196+
Relative filesystem paths can be used within EDF parameters, and will be expanded by the CE at runtime.
197+
The paths are interpreted as relative to the working directory of the process calling the CE, not to the location of the EDF file.
198+
Relative paths should be prepended by `./`.

0 commit comments

Comments
 (0)