Skip to content

Commit 48b7f4a

Browse files
authored
More typography
1 parent 4b4b73d commit 48b7f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/14-runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To generate such files we can use the `InitialWorkDirRequirement`.
2828

2929
Any [expressions](../13-expressions) like `$(inputs.message)` are expanded by the CWL engine before creating the file; here inserting the value at the input `message`.
3030

31-
> **Tip:** CWL expressions are independent of any shell variables used later during command line tool invocation. That means that any genuine need for the character `$` should be _escaped_ with `\`, for instance `\${PREFIX}` above is expanded to `${PREFIX}` in the generated file as it is to be evaluated by the shell script instead of the CWL engine.
31+
> **Tip:** The _CWL expressions_ are independent of any _shell variables_ used later during command line tool invocation. That means that any genuine need for the character `$` should be **_escaped** with `\`, for instance `\${PREFIX}` above is expanded to `${PREFIX}` in the generated file to be evaluated by the shell script instead of the CWL engine.
3232
3333
To test the above CWL tool use this job to provide the input value `message`:
3434

0 commit comments

Comments
 (0)